Skip to content

feat: upgrade ui5-webcomponents to 1.0.0-rc.9 #705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Oct 8, 2020
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
7 changes: 6 additions & 1 deletion .github/workflows/release-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: 'Release - Release Candidate'

on:
workflow_dispatch
inputs:
release_type:
description: 'Release Type: premajor | preminor | prepatch | prerelease'
required: true
default: 'prerelease'

jobs:
build-and-release:
Expand Down Expand Up @@ -32,7 +37,7 @@ jobs:
git config user.email ${{ secrets.BOT_GIT_EMAIL }}
git config user.name ${{ secrets.BOT_GIT_USERNAME }}

${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish prerelease \
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish ${{ github.event.inputs.release_type }} \
--conventional-prerelease \
--create-release github \
--dist-tag next \
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pretest": "rimraf coverage && lerna run build:i18n",
"test": "jest --config=config/jest.config.js --coverage",
"clean": "lerna run clean --stream && rimraf coverage",
"prettier:all": "prettier --write --config ./prettier.config.js \"packages/**/*.{ts,tsx}\"",
"prettier:all": "prettier --write --config ./prettier.config.js \"packages/**/*.{ts,tsx,mdx}\"",
"lint": "eslint packages",
"lerna:version-dryrun": "lerna version --conventional-graduate --no-git-tag-version --no-push",
"deploy:storybook": "lerna run build:i18n && storybook-to-ghpages --ci"
Expand All @@ -27,9 +27,9 @@
"@storybook/cli": "6.0.26",
"@storybook/react": "6.0.26",
"@storybook/theming": "6.0.26",
"@ui5/webcomponents": "1.0.0-rc.8",
"@ui5/webcomponents-fiori": "1.0.0-rc.8",
"@ui5/webcomponents-icons": "1.0.0-rc.8",
"@ui5/webcomponents": "1.0.0-rc.9",
"@ui5/webcomponents-fiori": "1.0.0-rc.9",
"@ui5/webcomponents-icons": "1.0.0-rc.9",
"react": "16.8.0",
"react-dom": "16.8.0",
"react-syntax-highlighter": "^13.5.1"
Expand Down Expand Up @@ -59,7 +59,7 @@
"@types/react-dom": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"@ui5/webcomponents-tools": "^1.0.0-rc.8",
"@ui5/webcomponents-tools": "^1.0.0-rc.9",
"babel-loader": "^8.1.0",
"chalk": "^4.0.0",
"dedent": "^0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@sap-theming/theming-base-content": "11.1.18"
},
"peerDependencies": {
"@ui5/webcomponents-base": "0.22.0",
"@ui5/webcomponents-base": "1.0.0-rc.9",
"react": "^16.8.0",
"react-jss": "^10.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"recharts": "2.0.0-beta.6"
},
"peerDependencies": {
"@ui5/webcomponents-react": "^0.9.0",
"@ui5/webcomponents-react-base": "^0.9.0",
"@ui5/webcomponents-react": "^0.11.0",
"@ui5/webcomponents-react-base": "^0.11.0",
"react": "^16.8.0",
"react-jss": "^10.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"package": {
"dependencies": {
"@ui5/webcomponents": "1.0.0-rc.8",
"@ui5/webcomponents-fiori": "1.0.0-rc.8",
"@ui5/webcomponents-icons": "1.0.0-rc.8",
"@ui5/webcomponents-react": "^0.10.0",
"@ui5/webcomponents": "1.0.0-rc.9",
"@ui5/webcomponents-fiori": "1.0.0-rc.9",
"@ui5/webcomponents-icons": "1.0.0-rc.9",
"@ui5/webcomponents-react": "^0.11.0",
"@testing-library/react": "^9.3.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/user-event": "^7.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"react-virtual": "2.2.4"
},
"peerDependencies": {
"@ui5/webcomponents": "1.0.0-rc.8",
"@ui5/webcomponents-base": "0.22.0",
"@ui5/webcomponents-fiori": "1.0.0-rc.8",
"@ui5/webcomponents-icons": "1.0.0-rc.8",
"@ui5/webcomponents": "1.0.0-rc.9",
"@ui5/webcomponents-base": "1.0.0-rc.9",
"@ui5/webcomponents-fiori": "1.0.0-rc.9",
"@ui5/webcomponents-icons": "1.0.0-rc.9",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,27 @@ exports[`ActionSheet Render without Crashing 1`] = `
class="ActionSheet-actionSheet myCustomClass"
horizontal-align="Center"
placement-type="Right"
ui5-responsive-popover=""
vertical-align="Center"
>
<ui5-button
data-is-action-sheet-button=""
design="Transparent"
ui5-button=""
>
Accept
</ui5-button>
<ui5-button
data-is-action-sheet-button=""
design="Transparent"
ui5-button=""
>
Reject
</ui5-button>
<ui5-button
data-is-action-sheet-button=""
design="Transparent"
ui5-button=""
>
This is my super long text!
</ui5-button>
Expand All @@ -38,11 +42,13 @@ exports[`ActionSheet does not crash with other component 1`] = `
class="ActionSheet-actionSheet"
horizontal-align="Center"
placement-type="Right"
ui5-responsive-popover=""
vertical-align="Center"
>
<ui5-label
data-is-action-sheet-button=""
design="Transparent"
ui5-label=""
>
I should not crash
</ui5-label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2741,6 +2741,7 @@ exports[`AnalyticalTable test Asc desc 1`] = `
>
<ui5-title
level="H2"
ui5-title=""
>
Test
</ui5-title>
Expand Down Expand Up @@ -3147,6 +3148,7 @@ exports[`AnalyticalTable test Asc desc 2`] = `
>
<ui5-title
level="H2"
ui5-title=""
>
Test
</ui5-title>
Expand Down Expand Up @@ -3553,6 +3555,7 @@ exports[`AnalyticalTable test Asc desc 3`] = `
>
<ui5-title
level="H2"
ui5-title=""
>
Test
</ui5-title>
Expand Down
Loading