Skip to content

Commit 7a01aa2

Browse files
committed
fix: fix bad @ui5/webcomponents-react-base release
1 parent a79051a commit 7a01aa2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"useWorkspaces": true,
88
"command": {
99
"version": {
10-
"allowBranch": "main",
10+
"allowBranch": "rel/0.18",
1111
"conventionalCommits": true,
1212
"yes": true,
1313
"preid": "rc",
1414
"message": "chore(release): publish %s [ci skip]"
1515
},
1616
"publish": {
17-
"allowBranch": "main",
17+
"allowBranch": "rel/0.18",
1818
"conventionalCommits": true,
1919
"yes": true,
2020
"preid": "rc",

packages/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# @ui5/webcomponents-react-base
2+
23
Base Utilities for ui5-webcomponents-react
34

45
## Installation
@@ -37,7 +38,6 @@ npx ui5wcr-codemod renamePropsV18 src
3738
# add --typescript if you are using TypeScript
3839
```
3940

40-
4141
## Contribute
4242
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents-react/blob/master/CONTRIBUTING.md).
4343

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/runtime": "^7.8.4",
36-
"@ui5/webcomponents-react-base": "^0.18.10",
36+
"@ui5/webcomponents-react-base": "^0.18.9",
3737
"lit-html": "2.0.0-rc.3",
3838
"react-content-loader": "6.0.3",
3939
"react-jss": "10.8.0",

0 commit comments

Comments
 (0)