Skip to content

Commit 3561a03

Browse files
committed
v5.18.0
1 parent f24d507 commit 3561a03

File tree

22 files changed

+120
-21
lines changed

22 files changed

+120
-21
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [5.18.0](https://github.com/WTTJ/welcome-ui/compare/v5.17.3...v5.18.0) (2024-08-05)
7+
8+
9+
### Features
10+
11+
* add exports for typescript FuleUpload ([#2506](https://github.com/WTTJ/welcome-ui/issues/2506)) ([dcf7931](https://github.com/WTTJ/welcome-ui/commit/dcf7931ead5a1c9b4f98cdfaa15033f380e468db))
12+
* add withDash property on Text headings ([#2507](https://github.com/WTTJ/welcome-ui/issues/2507)) ([6ff0337](https://github.com/WTTJ/welcome-ui/commit/6ff033733f6ce26add95e8ac0b4354ffa1960370))
13+
14+
15+
16+
417

518
## [5.17.2](https://github.com/WTTJ/welcome-ui/compare/v5.17.1...v5.17.2) (2024-08-02)
619

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*",
44
"icons"
55
],
6-
"version": "5.17.3",
6+
"version": "5.18.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"useNx": false

packages/Alert/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.18.0](https://github.com/WTTJ/welcome-ui/compare/v5.17.3...v5.18.0) (2024-08-05)
7+
8+
**Note:** Version bump only for package @welcome-ui/alert
9+
10+
11+
12+
13+
614
## [5.6.1](https://github.com/WTTJ/welcome-ui/compare/v5.6.0...v5.6.1) (2023-10-31)
715

816
**Note:** Version bump only for package @welcome-ui/alert

packages/Alert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@welcome-ui/alert",
3-
"version": "5.17.2",
3+
"version": "5.18.0",
44
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -51,7 +51,7 @@
5151
"@welcome-ui/close-button": "^5.17.2",
5252
"@welcome-ui/stack": "^5.17.1",
5353
"@welcome-ui/system": "^5.17.1",
54-
"@welcome-ui/text": "^5.17.1",
54+
"@welcome-ui/text": "^5.18.0",
5555
"@welcome-ui/variant-icon": "^5.17.2"
5656
},
5757
"peerDependencies": {

packages/Avatar/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.18.0](https://github.com/WTTJ/welcome-ui/compare/v5.17.3...v5.18.0) (2024-08-05)
7+
8+
**Note:** Version bump only for package @welcome-ui/avatar
9+
10+
11+
12+
13+
614
## [5.6.1](https://github.com/WTTJ/welcome-ui/compare/v5.6.0...v5.6.1) (2023-10-31)
715

816
**Note:** Version bump only for package @welcome-ui/avatar

packages/Avatar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@welcome-ui/avatar",
3-
"version": "5.17.1",
3+
"version": "5.18.0",
44
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -49,7 +49,7 @@
4949
"@welcome-ui/box": "^5.17.1",
5050
"@welcome-ui/shape": "^5.17.1",
5151
"@welcome-ui/system": "^5.17.1",
52-
"@welcome-ui/text": "^5.17.1"
52+
"@welcome-ui/text": "^5.18.0"
5353
},
5454
"peerDependencies": {
5555
"@xstyled/styled-components": "^3.7.3",

packages/Drawer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.18.0](https://github.com/WTTJ/welcome-ui/compare/v5.17.3...v5.18.0) (2024-08-05)
7+
8+
**Note:** Version bump only for package @welcome-ui/drawer
9+
10+
11+
12+
13+
614
## [5.10.1](https://github.com/WTTJ/welcome-ui/compare/v5.10.0...v5.10.1) (2024-02-01)
715

816
**Note:** Version bump only for package @welcome-ui/drawer

packages/Drawer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@welcome-ui/drawer",
3-
"version": "5.17.2",
3+
"version": "5.18.0",
44
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -50,7 +50,7 @@
5050
"@welcome-ui/box": "^5.17.1",
5151
"@welcome-ui/close-button": "^5.17.2",
5252
"@welcome-ui/system": "^5.17.1",
53-
"@welcome-ui/text": "^5.17.1",
53+
"@welcome-ui/text": "^5.18.0",
5454
"@welcome-ui/utils": "^5.17.1"
5555
},
5656
"peerDependencies": {

packages/EmojiPicker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.18.0](https://github.com/WTTJ/welcome-ui/compare/v5.17.3...v5.18.0) (2024-08-05)
7+
8+
**Note:** Version bump only for package @welcome-ui/emoji-picker
9+
10+
11+
12+
13+
614
## [5.6.3](https://github.com/WTTJ/welcome-ui/compare/v5.6.2...v5.6.3) (2023-11-09)
715

816
**Note:** Version bump only for package @welcome-ui/emoji-picker

packages/EmojiPicker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@welcome-ui/emoji-picker",
3-
"version": "5.17.2",
3+
"version": "5.18.0",
44
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -54,7 +54,7 @@
5454
"@welcome-ui/popover": "^5.17.2",
5555
"@welcome-ui/system": "^5.17.1",
5656
"@welcome-ui/tabs": "^5.17.1",
57-
"@welcome-ui/text": "^5.17.1",
57+
"@welcome-ui/text": "^5.18.0",
5858
"@welcome-ui/utils": "^5.17.1",
5959
"lodash.debounce": "^4.0.8",
6060
"lodash.escaperegexp": "^4.1.2",

0 commit comments

Comments
 (0)