Skip to content

Commit

Permalink
[chore] bumped versions of @semcore/[email protected], @semcore/ui@1…
Browse files Browse the repository at this point in the history
…5.92.1
  • Loading branch information
semrush-ci-whale committed May 30, 2024
1 parent f64dc73 commit 1cfb5d6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion semcore/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/date-picker",
"description": "Semrush DatePicker Component",
"version": "4.46.1",
"version": "4.46.2",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions semcore/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [15.92.1] - 2024-05-30

### @semcore/date-picker

- **Fixed** Some dates might shift the month when entered in the input trigger.

## [15.92.0] - 2024-05-28

### @semcore/d3-chart
Expand Down
2 changes: 1 addition & 1 deletion semcore/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semcore/ui",
"version": "15.92.0",
"version": "15.92.1",
"license": "MIT",
"module": "./index.mjs",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions tools/entry-point/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [15.92.1] - 2024-05-30

### @semcore/date-picker

- **Fixed** Some dates might shift the month when entered in the input trigger.

## [15.92.0] - 2024-05-28

### @semcore/d3-chart
Expand Down
2 changes: 1 addition & 1 deletion tools/entry-point/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@semcore/core": "2.25.1",
"@semcore/counter": "3.26.1",
"@semcore/data-table": "4.39.1",
"@semcore/date-picker": "4.46.1",
"@semcore/date-picker": "4.46.2",
"@semcore/divider": "4.26.1",
"@semcore/dot": "5.26.1",
"@semcore/drag-and-drop": "3.35.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/entry-point/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intergalactic",
"version": "15.92.0",
"version": "15.92.1",
"license": "MIT",
"dependencies": {
"intergalactic-migrate": "0.0.0",
Expand Down

0 comments on commit 1cfb5d6

Please sign in to comment.