Skip to content

Commit

Permalink
[chore] bumped versions of @semcore/dropdown-menu@4.26.2, @semcore/ta…
Browse files Browse the repository at this point in the history
…g@5.30.3, @semcore/select@4.37.0, @semcore/input-tags@4.26.3, @semcore/time-picker@4.37.0, @semcore/ui@15.77.0
  • Loading branch information
semrush-ci-whale committed Apr 12, 2024
1 parent 0a2220c commit dcc4278
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 137 deletions.
125 changes: 3 additions & 122 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion semcore/dropdown-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/dropdown-menu",
"description": "Semrush DropdownMenu Component",
"version": "4.26.1",
"version": "4.26.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/input-tags/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.26.3] - 2024-04-12

### Changed

- Version patch update due to children dependencies update (`@semcore/tag` [5.30.2 ~> 5.30.3]).

## [4.26.2] - 2024-04-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions semcore/input-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/input-tags",
"description": "Semrush InputTags Component",
"version": "4.26.2",
"version": "4.26.3",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"@semcore/utils": "4.22.2",
"@semcore/input": "4.22.2",
"@semcore/scroll-area": "5.23.2",
"@semcore/tag": "5.30.2"
"@semcore/tag": "5.30.3"
},
"peerDependencies": {
"@semcore/core": "^2.17.5",
Expand Down
4 changes: 2 additions & 2 deletions semcore/select/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/select",
"description": "Semrush Select Component",
"version": "4.36.2",
"version": "4.37.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"@semcore/base-trigger": "4.31.2",
"@semcore/checkbox": "7.24.2",
"@semcore/divider": "4.20.2",
"@semcore/dropdown-menu": "4.26.1",
"@semcore/dropdown-menu": "4.26.2",
"@semcore/flex-box": "5.21.2",
"@semcore/icon": "4.30.2",
"@semcore/input": "4.22.2",
Expand Down
2 changes: 1 addition & 1 deletion semcore/tag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/tag",
"description": "Semrush Tag Component",
"version": "5.30.2",
"version": "5.30.3",
"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/time-picker/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.0] - 2024-04-12

### Changed

- Version minor update due to children dependencies update (`@semcore/select` [4.36.2 ~> 4.37.0]).

## [4.36.2] - 2024-04-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions semcore/time-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/time-picker",
"description": "Semrush TimePicker Component",
"version": "4.36.2",
"version": "4.37.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"@semcore/button": "5.22.2",
"@semcore/flex-box": "5.21.2",
"@semcore/input": "4.22.2",
"@semcore/select": "4.36.2",
"@semcore/select": "4.37.0",
"@semcore/utils": "4.22.2"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions semcore/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [15.77.0] - 2024-04-12

### @semcore/dropdown-menu

- **Fixed** DropdownMenu with input in the trigger was not highting current items when focus comes to input with mouse click.

### @semcore/select

- **Fixed** Multiselect interactions were not annotated properly by screen readers when select was used with `options` prop.

### @semcore/tag

- **Fixed** Focused tag was rendering focus ring even if it wasn't marked as interactive.

## [15.76.1] - 2024-04-10

### @semcore/date-picker
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.76.1",
"version": "15.77.0",
"license": "MIT",
"module": "./index.mjs",
"sideEffects": false,
Expand Down
14 changes: 14 additions & 0 deletions tools/entry-point/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [15.77.0] - 2024-04-12

### @semcore/dropdown-menu

- **Fixed** DropdownMenu with input in the trigger was not highting current items when focus comes to input with mouse click.

### @semcore/select

- **Fixed** Multiselect interactions were not annotated properly by screen readers when select was used with `options` prop.

### @semcore/tag

- **Fixed** Focused tag was rendering focus ring even if it wasn't marked as interactive.

## [15.76.1] - 2024-04-10

### @semcore/date-picker
Expand Down
10 changes: 5 additions & 5 deletions tools/entry-point/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@semcore/dot": "5.20.2",
"@semcore/drag-and-drop": "3.29.3",
"@semcore/dropdown": "4.23.2",
"@semcore/dropdown-menu": "4.26.1",
"@semcore/dropdown-menu": "4.26.2",
"@semcore/d3-chart": "3.37.1",
"@semcore/ellipsis": "2.22.3",
"@semcore/email": "1.0.2",
Expand All @@ -37,7 +37,7 @@
"@semcore/input": "4.22.2",
"@semcore/input-mask": "5.22.2",
"@semcore/input-number": "5.22.2",
"@semcore/input-tags": "4.26.2",
"@semcore/input-tags": "4.26.3",
"@semcore/link": "5.24.2",
"@semcore/mini-chart": "0.7.2",
"@semcore/modal": "4.31.2",
Expand All @@ -54,7 +54,7 @@
"@semcore/progress-bar": "4.20.2",
"@semcore/radio": "6.24.2",
"@semcore/scroll-area": "5.23.2",
"@semcore/select": "4.36.2",
"@semcore/select": "4.37.0",
"@semcore/side-panel": "3.29.2",
"@semcore/skeleton": "5.21.2",
"@semcore/slider": "4.20.2",
Expand All @@ -64,9 +64,9 @@
"@semcore/switch": "5.21.2",
"@semcore/tab-line": "4.20.2",
"@semcore/tab-panel": "4.22.2",
"@semcore/tag": "5.30.2",
"@semcore/tag": "5.30.3",
"@semcore/textarea": "5.21.2",
"@semcore/time-picker": "4.36.2",
"@semcore/time-picker": "4.37.0",
"@semcore/tooltip": "6.25.3",
"@semcore/typography": "5.29.2",
"@semcore/utils": "4.22.2",
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.76.1",
"version": "15.77.0",
"license": "MIT",
"dependencies": {
"intergalactic-migrate": "0.0.0"
Expand Down

0 comments on commit dcc4278

Please sign in to comment.