Skip to content

Commit 950f112

Browse files
committed
v0.4.0
1 parent 8865bf8 commit 950f112

10 files changed

Lines changed: 57 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.4.0](https://github.com/Team-WithMe/WithMe_UI/compare/v0.3.2...v0.4.0) (2022-08-18)
7+
8+
9+
### Features
10+
11+
* add card component hover props ([8865bf8](https://github.com/Team-WithMe/WithMe_UI/commit/8865bf81872b2a67fe060b935f56bdcadbecfc41))
12+
13+
14+
15+
16+
617
## [0.3.2](https://github.com/Team-WithMe/WithMe_UI/compare/v0.3.1...v0.3.2) (2022-08-18)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*",
44
"playground"
55
],
6-
"version": "0.3.2",
6+
"version": "0.4.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"stream": true,

packages/withme-icon/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+
# [0.4.0](https://github.com/Team-WithMe/WithMe_UI/compare/v0.3.2...v0.4.0) (2022-08-18)
7+
8+
**Note:** Version bump only for package @with-me/icons
9+
10+
11+
12+
13+
614
## [0.3.1](https://github.com/Team-WithMe/WithMe_UI/compare/v0.3.0...v0.3.1) (2022-08-18)
715

816
**Note:** Version bump only for package @with-me/icons

packages/withme-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@with-me/icons",
33
"description": "withme design-system icons package",
44
"author": "여찬규 <[email protected]>",
5-
"version": "0.3.1",
5+
"version": "0.4.0",
66
"license": "MIT",
77
"sideEffects": false,
88
"main": "dist/index.js",

packages/withme-style/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.4.0](https://github.com/Team-WithMe/WithMe_UI/compare/v0.3.2...v0.4.0) (2022-08-18)
7+
8+
9+
### Features
10+
11+
* add card component hover props ([8865bf8](https://github.com/Team-WithMe/WithMe_UI/commit/8865bf81872b2a67fe060b935f56bdcadbecfc41))
12+
13+
14+
15+
16+
617
# [0.3.0](https://github.com/Team-WithMe/WithMe_UI/compare/v0.2.3...v0.3.0) (2022-08-18)
718

819
**Note:** Version bump only for package @with-me/style

packages/withme-style/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@with-me/style",
33
"description": "withme design-system style package",
44
"author": "여찬규 <[email protected]>",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"license": "MIT",
77
"files": [
88
"dist"

packages/withme-ui/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.4.0](https://github.com/Team-WithMe/WithMe_UI/compare/v0.3.2...v0.4.0) (2022-08-18)
7+
8+
9+
### Features
10+
11+
* add card component hover props ([8865bf8](https://github.com/Team-WithMe/WithMe_UI/commit/8865bf81872b2a67fe060b935f56bdcadbecfc41))
12+
13+
14+
15+
16+
617
## [0.3.2](https://github.com/Team-WithMe/WithMe_UI/compare/v0.3.1...v0.3.2) (2022-08-18)
718

819

packages/withme-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@with-me/ui",
33
"description": "withme design-system ui package",
44
"author": "여찬규 <[email protected]>",
5-
"version": "0.3.2",
5+
"version": "0.4.0",
66
"license": "MIT",
77
"sideEffects": false,
88
"main": "dist/index.js",

playground/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [0.4.0](https://github.com/Team-WithMe/WithMe_UI/compare/v0.3.2...v0.4.0) (2022-08-18)
7+
8+
9+
### Features
10+
11+
* add card component hover props ([8865bf8](https://github.com/Team-WithMe/WithMe_UI/commit/8865bf81872b2a67fe060b935f56bdcadbecfc41))
12+
13+
14+
15+
16+
617
# [0.3.0](https://github.com/Team-WithMe/WithMe_UI/compare/v0.2.3...v0.3.0) (2022-08-18)
718

819
**Note:** Version bump only for package @with-me/playground

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@with-me/playground",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)