Skip to content

Commit 3b7c6cf

Browse files
authored
Merge pull request #142 from umbraco/Release/Patch-220221
2 parents 6fbddfc + 3f0dacc commit 3b7c6cf

File tree

74 files changed

+687
-681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+687
-681
lines changed

docs/RELEASE_INSTRUCTION.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
1. Wait for GitHub checks to pass.
77
1. Run `npm run lerna:version`.
88
1. Select new version number for every package in the terminal.
9-
1. Confirm the new versions - **this step is irreversible**. It will create tags and commit those to the remote. [Check how to clear tags.](#How-to-clear-tags).
10-
1. (TODO: Test the new setup works (by adding --no-push and no tag creation)... we haven't tried out jet, but it should fix the problem metnioned below by having a commit without the package-lock begin up to date.. If everything works then remove all tags from repo..).
9+
1. Confirm the new versions.
1110
1. Commit changes and `package-lock.json` to your release branch.
12-
1. Wait for GitHub checks to pass. There will be one check that fails and this is the one triggered by a commit made by `npm run lerna:version` command. This fails because it runs build with old `package-lock.json` that does not have updated versions of the packages. After you commit the new package-lock the check should pass.
11+
1. Wait for GitHub checks to pass.
1312
1. Github will post a comment with a test link to try out that the release works in Storybook. Please check that it works.
1413
1. Merge PR into main - this will trigger two actions - `Publish`, and `Azure Static Web Apps CI/CD`. The `Publish` workflow is responsible for publishing packages to NPM. It will only publish the packages that have higher version that previously published ones. The azure workflow will build and publish UI library Storybook.
1514
1. Merge main branch into dev branch.
1615

17-
## How to clear tags (maybe not relevant after update mentioned above...)
16+
## How to clear tags (not relevant after latest update, but I will keep those guide if we reintroduce tags by our choice of change-log system)
1817

1918
If something goes wrong during the publish workflow, you might end up with tag numbers not corresponding to the current versions of the packages. Tags are stored both on remote and on local repository.
2019

package-lock.json

Lines changed: 464 additions & 464 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"rollup-plugin-postcss": "4.0.2",
106106
"storybook-builder-vite": "0.1.15",
107107
"tsc-files": "1.1.3",
108-
"turbo": "^1.1.3",
108+
"turbo": "1.1.2",
109109
"typescript": "4.5.2",
110110
"vite": "2.8.1",
111111
"vite-tsconfig-paths": "3.4.0",

packages/uui-action-bar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-action-bar",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -30,8 +30,8 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "0.0.16",
34-
"@umbraco-ui/uui-button-group": "0.0.11"
33+
"@umbraco-ui/uui-base": "0.0.17",
34+
"@umbraco-ui/uui-button-group": "0.0.12"
3535
},
3636
"scripts": {
3737
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

packages/uui-avatar-group/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-avatar-group",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -30,7 +30,7 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "0.0.16"
33+
"@umbraco-ui/uui-base": "0.0.17"
3434
},
3535
"scripts": {
3636
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

packages/uui-avatar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-avatar",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"license": "MIT",
55
"description": "An avatar web component for displaying user avatars.",
66
"keywords": [
@@ -30,7 +30,7 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "0.0.16"
33+
"@umbraco-ui/uui-base": "0.0.17"
3434
},
3535
"scripts": {
3636
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

packages/uui-badge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-badge",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"license": "MIT",
55
"description": "A badge to notify that there is something that requires attention of the user.",
66
"keywords": [
@@ -30,7 +30,7 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "0.0.16"
33+
"@umbraco-ui/uui-base": "0.0.17"
3434
},
3535
"scripts": {
3636
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

packages/uui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-base",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from './uui-boolean-input.element';
2+
export * from './UUIBooleanInputEvent';

packages/uui-boolean-input/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-boolean-input",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -30,7 +30,7 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "0.0.16"
33+
"@umbraco-ui/uui-base": "0.0.17"
3434
},
3535
"scripts": {
3636
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

0 commit comments

Comments
 (0)