Skip to content

Commit

Permalink
v5.0.0-alpha.45
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Aug 3, 2023
1 parent f8d7748 commit eea01b4
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.45](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.44...v5.0.0-alpha.45) (2023-08-03)


### Bug Fixes

* wrong font weight on work sans variable font ([#2170](https://github.com/WTTJ/welcome-ui/issues/2170)) ([f8d7748](https://github.com/WTTJ/welcome-ui/commit/f8d7748fbf67f8be6f32114f395704a4ff2d48b8))





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"icons"
],
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.45",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
11 changes: 11 additions & 0 deletions packages/Core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.45](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.44...v5.0.0-alpha.45) (2023-08-03)


### Bug Fixes

* wrong font weight on work sans variable font ([#2170](https://github.com/WTTJ/welcome-ui/issues/2170)) ([f8d7748](https://github.com/WTTJ/welcome-ui/commit/f8d7748fbf67f8be6f32114f395704a4ff2d48b8))





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/Core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/core",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.45",
"description": "welcome-ui: Core utils",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/Themes/Dark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.45](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.44...v5.0.0-alpha.45) (2023-08-03)

**Note:** Version bump only for package @welcome-ui/themes.dark





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/Themes/Dark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/themes.dark",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.45",
"description": "welcome-ui: Dark theme",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/core": "^5.0.0-alpha.44"
"@welcome-ui/core": "^5.0.0-alpha.45"
},
"gitHead": "974e7bfd71f8cfe846cbffd678c3860a8952f9e9",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/Themes/Welcome/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.45](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.44...v5.0.0-alpha.45) (2023-08-03)

**Note:** Version bump only for package @welcome-ui/themes.welcome





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/Themes/Welcome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/themes.welcome",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.45",
"description": "welcome-ui: Welcome theme",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/core": "^5.0.0-alpha.44"
"@welcome-ui/core": "^5.0.0-alpha.45"
},
"gitHead": "974e7bfd71f8cfe846cbffd678c3860a8952f9e9",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/Themes/WelcomeDark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.45](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.44...v5.0.0-alpha.45) (2023-08-03)

**Note:** Version bump only for package @welcome-ui/themes.welcome-dark





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/Themes/WelcomeDark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/themes.welcome-dark",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.45",
"description": "welcome-ui: Welcome Dark theme",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/themes.welcome": "^5.0.0-alpha.44",
"@welcome-ui/themes.welcome": "^5.0.0-alpha.45",
"ramda": "^0.29.0"
},
"gitHead": "6d279e3c89ce7bd16a2e90245aaebaea2bd69462",
Expand Down

0 comments on commit eea01b4

Please sign in to comment.