Skip to content

Commit

Permalink
[chore] bumped versions of @semcore/popper@5.36.1, @semcore/tooltip@6…
Browse files Browse the repository at this point in the history
….35.1, @semcore/dropdown@4.32.2, @semcore/dropdown-menu@4.34.1, @semcore/select@4.44.1, @semcore/color-picker@2.35.1, @semcore/d3-chart@3.47.1, @semcore/date-picker@4.46.6, @semcore/feature-popover@4.39.1, @semcore/time-picker@4.44.1, @semcore/ui@15.96.1
  • Loading branch information
semrush-ci-whale committed Jun 14, 2024
1 parent f9c46cc commit 2ab2270
Show file tree
Hide file tree
Showing 24 changed files with 238 additions and 50 deletions.
152 changes: 135 additions & 17 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/color-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/).

## [2.35.1] - 2024-06-14

### Changed

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

## [2.35.0] - 2024-06-13

### Changed
Expand Down
4 changes: 2 additions & 2 deletions semcore/color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semcore/color-picker",
"description": "Semrush ColorPicker Component",
"version": "2.35.0",
"version": "2.35.1",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@semcore/button": "5.30.0",
"@semcore/divider": "4.27.0",
"@semcore/dropdown": "4.32.0",
"@semcore/dropdown": "4.32.2",
"@semcore/flex-box": "5.28.0",
"@semcore/icon": "4.38.0",
"@semcore/input": "4.29.0",
Expand Down
6 changes: 6 additions & 0 deletions semcore/d3-chart/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/).

## [3.47.1] - 2024-06-14

### Changed

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

## [3.47.0] - 2024-06-13

### Changed
Expand Down
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.47.0",
"version": "3.47.1",
"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.28.0",
"@semcore/divider": "4.27.0",
"@semcore/flex-box": "5.28.0",
"@semcore/popper": "5.36.0",
"@semcore/popper": "5.36.1",
"@semcore/utils": "4.29.0",
"@types/d3-shape": "^3.1.0",
"@upsetjs/venn.js": "1.4.2",
Expand Down
Loading

0 comments on commit 2ab2270

Please sign in to comment.