Skip to content

Commit

Permalink
Merge release tag into master (#1374)
Browse files Browse the repository at this point in the history
Created by Github action

Co-authored-by: semrush-ci-whale <semrush-ci-whale@users.noreply.github.com>
  • Loading branch information
semrush-ci-whale and semrush-ci-whale committed May 28, 2024
1 parent 7236e22 commit 14de667
Show file tree
Hide file tree
Showing 20 changed files with 269 additions and 211 deletions.
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions semcore/d3-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/d3-chart",
"description": "Semrush D3 Chart Component",
"version": "3.44.2",
"version": "3.45.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@semcore/animation": "2.27.0",
"@semcore/divider": "4.26.0",
"@semcore/flex-box": "5.27.0",
"@semcore/popper": "5.35.2",
"@semcore/popper": "5.35.3",
"@semcore/utils": "4.28.0",
"@types/d3-shape": "^3.1.0",
"@upsetjs/venn.js": "1.4.2",
Expand Down
6 changes: 6 additions & 0 deletions semcore/dropdown-menu/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.33.3] - 2024-05-27

### Changed

- Version patch update due to children dependencies update (`@semcore/dropdown` [4.31.2 ~> 4.31.3]).

## [4.33.2] - 2024-05-27

### Changed
Expand Down
4 changes: 2 additions & 2 deletions 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.33.2",
"version": "4.33.3",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"build": "pnpm semcore-builder --source=js"
},
"dependencies": {
"@semcore/dropdown": "4.31.2",
"@semcore/dropdown": "4.31.3",
"@semcore/flex-box": "5.27.0",
"@semcore/scroll-area": "5.29.0",
"@semcore/utils": "4.28.0",
Expand Down
6 changes: 6 additions & 0 deletions semcore/dropdown/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.31.3] - 2024-05-27

### Changed

- Version patch update due to children dependencies update (`@semcore/popper` [5.35.2 ~> 5.35.3]).

## [4.31.2] - 2024-05-27

### Changed
Expand Down
4 changes: 2 additions & 2 deletions semcore/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/dropdown",
"description": "Semrush Dropdown Component",
"version": "4.31.2",
"version": "4.31.3",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@semcore/flex-box": "5.27.0",
"@semcore/popper": "5.35.2",
"@semcore/popper": "5.35.3",
"@semcore/utils": "4.28.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions semcore/feature-popover/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.38.3] - 2024-05-27

### Changed

- Version patch update due to children dependencies update (`@semcore/popper` [5.35.2 ~> 5.35.3]).

## [4.38.2] - 2024-05-27

### Changed
Expand Down
4 changes: 2 additions & 2 deletions semcore/feature-popover/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/feature-popover",
"description": "Semrush FeaturePopover Component",
"version": "4.38.2",
"version": "4.38.3",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@semcore/utils": "4.28.0",
"@semcore/flex-box": "5.27.0",
"@semcore/popper": "5.35.2",
"@semcore/popper": "5.35.3",
"@semcore/icon": "4.36.0",
"@semcore/animation": "2.27.0"
},
Expand Down
2 changes: 1 addition & 1 deletion semcore/popper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/popper",
"description": "Semrush Popper Component",
"version": "5.35.2",
"version": "5.35.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/select/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.43.3] - 2024-05-27

### Changed

- Version patch update due to children dependencies update (`@semcore/dropdown-menu` [4.33.2 ~> 4.33.3], `@semcore/popper` [5.35.2 ~> 5.35.3]).

## [4.43.2] - 2024-05-27

### Changed
Expand Down
6 changes: 3 additions & 3 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.43.2",
"version": "4.43.3",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -14,8 +14,8 @@
"@semcore/base-trigger": "4.37.0",
"@semcore/checkbox": "7.30.0",
"@semcore/divider": "4.26.0",
"@semcore/dropdown-menu": "4.33.2",
"@semcore/popper": "5.35.2",
"@semcore/dropdown-menu": "4.33.3",
"@semcore/popper": "5.35.3",
"@semcore/flex-box": "5.27.0",
"@semcore/icon": "4.36.0",
"@semcore/input": "4.28.0",
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.43.3] - 2024-05-27

### Changed

- Version patch update due to children dependencies update (`@semcore/select` [4.43.2 ~> 4.43.3]).

## [4.43.2] - 2024-05-27

### 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.43.2",
"version": "4.43.3",
"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.28.0",
"@semcore/flex-box": "5.27.0",
"@semcore/input": "4.28.0",
"@semcore/select": "4.43.2",
"@semcore/select": "4.43.3",
"@semcore/utils": "4.28.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 14de667

Please sign in to comment.