Skip to content

Commit cb90e04

Browse files
chore(release): publish v1.21.2 [ci skip]
1 parent 509569f commit cb90e04

File tree

6 files changed

+30
-3
lines changed

6 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.21.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.1...v1.21.2) (2023-10-31)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
- **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))
12+
- **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))
13+
- **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))
14+
- **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))
15+
- **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))
16+
- **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))
17+
618
## [1.21.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1) (2023-10-13)
719

820
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.21.1",
3+
"version": "1.21.2",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/charts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.21.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.1...v1.21.2) (2023-10-31)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
- **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))
12+
613
## [1.21.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1) (2023-10-13)
714

815
### Bug Fixes

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "1.21.1",
3+
"version": "1.21.2",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/main/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.21.2](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.1...v1.21.2) (2023-10-31)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
- **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))
12+
- **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))
13+
614
## [1.21.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.21.0...v1.21.1) (2023-10-13)
715

816
### Bug Fixes

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react",
3-
"version": "1.21.1",
3+
"version": "1.21.2",
44
"description": "React Wrapper for UI5 Web Components and additional components",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)