Skip to content

Commit 7263383

Browse files
chore(release): publish v1.11.1 [ci skip]
1 parent a23a8aa commit 7263383

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.11.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.11.0...v1.11.1) (2023-03-14)
7+
8+
### Bug Fixes
9+
10+
- **cypress-commands:** fix publish config ([#4334](https://github.com/SAP/ui5-webcomponents-react/issues/4334)) ([a23a8aa](https://github.com/SAP/ui5-webcomponents-react/commit/a23a8aaa000eaf3670e4e5a53843dae40c6cdd9c))
11+
612
# [1.11.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.10.0...v1.11.0) (2023-03-14)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"npmClient": "yarn",
66
"command": {
77
"version": {

packages/cypress-commands/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.11.1](https://github.com/SAP/ui5-webcomponents-react/compare/v1.11.0...v1.11.1) (2023-03-14)
7+
8+
### Bug Fixes
9+
10+
- **cypress-commands:** fix publish config ([#4334](https://github.com/SAP/ui5-webcomponents-react/issues/4334)) ([a23a8aa](https://github.com/SAP/ui5-webcomponents-react/commit/a23a8aaa000eaf3670e4e5a53843dae40c6cdd9c))
11+
612
# [1.11.0](https://github.com/SAP/ui5-webcomponents-react/compare/v1.10.0...v1.11.0) (2023-03-14)
713

814
### Features

packages/cypress-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cypress Custom Commands and Queries for UI5 Web Components",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "1.11.0",
6+
"version": "1.11.1",
77
"type": "module",
88
"exports": {
99
".": {

0 commit comments

Comments
 (0)