Skip to content

Commit

Permalink
chore(release): 4.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed May 31, 2024
1 parent e313515 commit 666b89f
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.56.1](https://github.com/MyPureCloud/genesys-spark/compare/v4.56.0...v4.56.1) (2024-05-31)


### Bug Fixes

* **pagination:** remove legacy types import ([0382170](https://github.com/MyPureCloud/genesys-spark/commit/038217037365275aedc45a9b1d8377967a99b6a1))
* **popover:** Closing popover on focus out ([b637029](https://github.com/MyPureCloud/genesys-spark/commit/b6370296df0c15fe2e9e5f644d649787d36e29be))

## [4.56.0](https://github.com/MyPureCloud/genesys-spark/compare/v4.55.0...v4.56.0) (2024-05-30)


Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-spark-components",
"version": "4.56.0",
"version": "4.56.1",
"description": "Common webcomponents",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/genesys-spark-chart-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-spark-chart-components-react",
"version": "4.56.0",
"version": "4.56.1",
"description": "",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/genesys-spark-chart-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-spark-chart-components",
"version": "4.56.0",
"version": "4.56.1",
"description": "Common chart webcomponents",
"license": "MIT",
"main": "dist/stencil-wrapper.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/genesys-spark-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-spark-components-react",
"version": "4.56.0",
"version": "4.56.1",
"description": "",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/genesys-spark-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-spark-components",
"version": "4.56.0",
"version": "4.56.1",
"description": "Common webcomponents",
"license": "MIT",
"main": "dist/stencil-wrapper.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/genesys-spark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-spark",
"version": "4.56.0",
"version": "4.56.1",
"description": "",
"license": "ISC",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion web-apps/genesys-spark-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesys-spark-examples",
"version": "4.56.0",
"version": "4.56.1",
"license": "MIT",
"scripts": {
"prebuild": "npm run clean",
Expand Down

0 comments on commit 666b89f

Please sign in to comment.