Skip to content

Commit

Permalink
[chore] bumped versions of @semcore/notice@5.36.1, @semcore/input-num…
Browse files Browse the repository at this point in the history
…ber@5.31.3, @semcore/feedback-form@6.30.2, @semcore/inline-input@4.37.3, @semcore/ui@15.98.2
  • Loading branch information
semrush-ci-whale committed Jul 9, 2024
1 parent 42463d5 commit d01c6c7
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

6 changes: 6 additions & 0 deletions semcore/feedback-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [6.30.2] - 2024-07-09

### Changed

- Version patch update due to children dependencies update (`@semcore/notice` [5.36.0 ~> 5.36.1]).

## [6.30.1] - 2024-07-05

### Changed
Expand Down
4 changes: 2 additions & 2 deletions semcore/feedback-form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/feedback-form",
"description": "Semrush Feedback Form Component",
"version": "6.30.1",
"version": "6.30.2",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"final-form": "4.20.7",
"@semcore/button": "5.31.1",
"@semcore/flex-box": "5.29.0",
"@semcore/notice": "5.36.0",
"@semcore/notice": "5.36.1",
"@semcore/spin-container": "7.30.0",
"@semcore/tooltip": "6.36.1",
"@semcore/utils": "4.30.0",
Expand Down
6 changes: 6 additions & 0 deletions semcore/inline-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).

## [4.37.3] - 2024-07-09

### Changed

- Version patch update due to children dependencies update (`@semcore/input-number` [5.31.2 ~> 5.31.3]).

## [4.37.2] - 2024-07-08

### Changed
Expand Down
4 changes: 2 additions & 2 deletions semcore/inline-input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/inline-input",
"description": "Semrush Input Component",
"version": "4.37.2",
"version": "4.37.3",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"@semcore/spin": "5.29.0",
"@semcore/tooltip": "6.36.1",
"@semcore/utils": "4.30.0",
"@semcore/input-number": "5.31.2",
"@semcore/input-number": "5.31.3",
"@semcore/input": "4.30.0",
"@semcore/core": "2.27.0"
},
Expand Down
2 changes: 1 addition & 1 deletion semcore/input-number/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/input-number",
"description": "Semrush InputNumber Component",
"version": "5.31.2",
"version": "5.31.3",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion semcore/notice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/notice",
"description": "Semrush Notice Component",
"version": "5.36.0",
"version": "5.36.1",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions semcore/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [15.98.2] - 2024-07-09

### @semcore/input-number

- **Fixed** Editing after removing decimal part.

### @semcore/notice

- **Fixed** Notice only with `danger` theme has aria-label "Critical Notification" (`warning` theme gets "Notification" as all other themes).

## [15.98.1] - 2024-07-08

### @semcore/input-number
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.98.1",
"version": "15.98.2",
"license": "MIT",
"module": "./index.mjs",
"sideEffects": false,
Expand Down
10 changes: 10 additions & 0 deletions tools/entry-point/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [15.98.2] - 2024-07-09

### @semcore/input-number

- **Fixed** Editing after removing decimal part.

### @semcore/notice

- **Fixed** Notice only with `danger` theme has aria-label "Critical Notification" (`warning` theme gets "Notification" as all other themes).

## [15.98.1] - 2024-07-08

### @semcore/input-number
Expand Down
8 changes: 4 additions & 4 deletions tools/entry-point/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@
"@semcore/email": "1.0.2",
"@semcore/errors": "4.35.1",
"@semcore/feature-popover": "4.40.1",
"@semcore/feedback-form": "6.30.1",
"@semcore/feedback-form": "6.30.2",
"@semcore/flags": "4.28.0",
"@semcore/flex-box": "5.29.0",
"@semcore/format-text": "4.29.0",
"@semcore/fullscreen-modal": "3.40.0",
"@semcore/grid": "5.28.0",
"@semcore/icon": "4.41.0",
"@semcore/illustration": "2.29.0",
"@semcore/inline-input": "4.37.2",
"@semcore/inline-input": "4.37.3",
"@semcore/inline-edit": "4.31.0",
"@semcore/input": "4.30.0",
"@semcore/input-mask": "5.31.0",
"@semcore/input-number": "5.31.2",
"@semcore/input-number": "5.31.3",
"@semcore/input-tags": "4.34.0",
"@semcore/link": "5.33.1",
"@semcore/mini-chart": "0.15.0",
"@semcore/modal": "4.40.0",
"@semcore/neighbor-location": "4.27.0",
"@semcore/notice": "5.36.0",
"@semcore/notice": "5.36.1",
"@semcore/notice-global": "2.46.0",
"@semcore/notice-bubble": "5.37.0",
"@semcore/outside-click": "3.27.0",
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.98.1",
"version": "15.98.2",
"license": "MIT",
"dependencies": {
"intergalactic-migrate": "0.0.0",
Expand Down

0 comments on commit d01c6c7

Please sign in to comment.