Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@ jobs:
- name: Install Dependencies
run: yarn --immutable

- name: Build
run: yarn ci:releasebuild

- name: Version Bump
env:
GH_TOKEN: ${{ secrets.UI5_WEBCOMP_BOT_GH_TOKEN }}
Expand All @@ -309,6 +306,9 @@ jobs:
--exact \
--create-release github

- name: Build
run: yarn ci:releasebuild

- name: Publish
run: |
yarn lerna publish from-git --yes --dist-tag "v1"
yarn lerna publish from-git --yes --dist-tag "v1"
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@openui5/sap.ui.core": "1.120.17",
"@ui5/webcomponents-tools": "1.24.27",
"chromedriver": "^145.0.0",
"chromedriver": "^147.0.4",
"clean-css": "^5.2.2",
"copy-and-watch": "^0.1.5",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.27",
"chromedriver": "^145.0.0"
"chromedriver": "^147.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/localization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@openui5/sap.ui.core": "1.120.17",
"@ui5/webcomponents-tools": "1.24.27",
"babel-plugin-amd-to-esm": "^2.0.3",
"chromedriver": "^145.0.0",
"chromedriver": "^147.0.4",
"estree-walk": "^2.2.0",
"mkdirp": "^1.0.4",
"resolve": "^1.20.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
},
"devDependencies": {
"@ui5/webcomponents-tools": "1.24.27",
"chromedriver": "^145.0.0"
"chromedriver": "^147.0.4"
}
}
Loading
Loading