Skip to content

Commit

Permalink
chore(release): 4.90.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Oct 16, 2024
1 parent 895a4f2 commit 0cc66ef
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.90.0](https://github.com/MyPureCloud/genesys-spark/compare/v4.89.0...v4.90.0) (2024-10-16)


### Features

* **time-picker:** Added min and max props ([bd94bb1](https://github.com/MyPureCloud/genesys-spark/commit/bd94bb16a37c6e23487ddf65a7f19ac65dd8f5b3))

## [4.89.0](https://github.com/MyPureCloud/genesys-spark/compare/v4.88.2...v4.89.0) (2024-10-15)


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.89.0",
"version": "4.90.0",
"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.89.0",
"version": "4.90.0",
"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.89.0",
"version": "4.90.0",
"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.89.0",
"version": "4.90.0",
"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.89.0",
"version": "4.90.0",
"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.89.0",
"version": "4.90.0",
"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.89.0",
"version": "4.90.0",
"license": "MIT",
"scripts": {
"prebuild": "npm run clean",
Expand Down

0 comments on commit 0cc66ef

Please sign in to comment.