Skip to content

Commit

Permalink
chore(release): publish v1.21.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ui5-webcomponents-react-bot committed Oct 31, 2023
1 parent 509569f commit cb90e04
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.21.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.1...v1.21.2) (2023-10-31)

### Bug Fixes

- **AnalyticalTable:** prevent unnecessary vertical scroll ([#5171](https://github.com/SAP/ui5-webcomponents-react/issues/5171)) ([95a0acd](https://github.com/SAP/ui5-webcomponents-react/commit/95a0acd0f262a4cec8966e38e7dd8a26561879f0))
- **deps:** update dependency @tanstack/react-virtual to v3.0.0-beta.68 ([#5169](https://github.com/SAP/ui5-webcomponents-react/issues/5169)) ([8f6a46c](https://github.com/SAP/ui5-webcomponents-react/commit/8f6a46c3882a75b118579ba13b51eb11c3bc0315))
- **deps:** update dependency recharts to v2.9.0 ([#5155](https://github.com/SAP/ui5-webcomponents-react/issues/5155)) ([af4e2b9](https://github.com/SAP/ui5-webcomponents-react/commit/af4e2b9945754e361d0aff2c25a5e1eff71c9747))
- **deps:** update dependency recharts to v2.9.1 ([#5194](https://github.com/SAP/ui5-webcomponents-react/issues/5194)) ([cb59a73](https://github.com/SAP/ui5-webcomponents-react/commit/cb59a73c7e2d0fa4714550723a69e2bda5eab37a))
- **deps:** update nextjs monorepo to v14 (major) ([#5186](https://github.com/SAP/ui5-webcomponents-react/issues/5186)) ([4011f81](https://github.com/SAP/ui5-webcomponents-react/commit/4011f815236ec9ef45519fcb1c4b0e004929cef6))
- **Next.js - App Router Example:** don't remove styles after hydration ([#5170](https://github.com/SAP/ui5-webcomponents-react/issues/5170)) ([b5678ca](https://github.com/SAP/ui5-webcomponents-react/commit/b5678cac99b73fb12268b25b05709236b74f2028))
- **server-components:** add missing `use-client` directives ([#5198](https://github.com/SAP/ui5-webcomponents-react/issues/5198)) ([509569f](https://github.com/SAP/ui5-webcomponents-react/commit/509569fccb361915e04027f9bcd888599be2738d))

## [1.21.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1) (2023-10-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.21.1",
"version": "1.21.2",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
7 changes: 7 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.21.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.1...v1.21.2) (2023-10-31)

### Bug Fixes

- **deps:** update dependency recharts to v2.9.0 ([#5155](https://github.com/SAP/ui5-webcomponents-react/issues/5155)) ([af4e2b9](https://github.com/SAP/ui5-webcomponents-react/commit/af4e2b9945754e361d0aff2c25a5e1eff71c9747))
- **deps:** update dependency recharts to v2.9.1 ([#5194](https://github.com/SAP/ui5-webcomponents-react/issues/5194)) ([cb59a73](https://github.com/SAP/ui5-webcomponents-react/commit/cb59a73c7e2d0fa4714550723a69e2bda5eab37a))

## [1.21.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1) (2023-10-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-charts",
"version": "1.21.1",
"version": "1.21.2",
"description": "Charts for ui5-webcomponents-react",
"type": "module",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.21.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.1...v1.21.2) (2023-10-31)

### Bug Fixes

- **AnalyticalTable:** prevent unnecessary vertical scroll ([#5171](https://github.com/SAP/ui5-webcomponents-react/issues/5171)) ([95a0acd](https://github.com/SAP/ui5-webcomponents-react/commit/95a0acd0f262a4cec8966e38e7dd8a26561879f0))
- **deps:** update dependency @tanstack/react-virtual to v3.0.0-beta.68 ([#5169](https://github.com/SAP/ui5-webcomponents-react/issues/5169)) ([8f6a46c](https://github.com/SAP/ui5-webcomponents-react/commit/8f6a46c3882a75b118579ba13b51eb11c3bc0315))
- **server-components:** add missing `use-client` directives ([#5198](https://github.com/SAP/ui5-webcomponents-react/issues/5198)) ([509569f](https://github.com/SAP/ui5-webcomponents-react/commit/509569fccb361915e04027f9bcd888599be2738d))

## [1.21.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1) (2023-10-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react",
"version": "1.21.1",
"version": "1.21.2",
"description": "React Wrapper for UI5 Web Components and additional components",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit cb90e04

Please sign in to comment.