Skip to content

Commit 5e54873

Browse files
chore(release): version packages (#147)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 68568fe commit 5e54873

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

.changeset/clean-fireants-shave.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/radio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sipe-team/radio
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- a662b09: fix: rename radio-group into radio
8+
39
## 0.0.3
410

511
### Patch Changes

packages/radio/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"name": "@sipe-team/radio",
33
"description": "Radio component for Sipe Design System",
4-
"version": "0.0.3",
4+
"version": "0.1.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/sipe-team/side"
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": ["dist"],
12+
"files": [
13+
"dist"
14+
],
1315
"scripts": {
1416
"build": "tsup",
1517
"build:storybook": "storybook build",

packages/side/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sipe-team/side
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- a662b09: fix: rename radio-group into radio
8+
- Updated dependencies [a662b09]
9+
- @sipe-team/radio@0.1.0
10+
311
## 0.2.4
412

513
### Patch Changes

packages/side/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "@sipe-team/side",
33
"description": "Sipe Design System",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/sipe-team/side"
99
},
1010
"type": "module",
1111
"exports": "./src/index.ts",
12-
"files": ["dist", "styles.css"],
12+
"files": [
13+
"dist",
14+
"styles.css"
15+
],
1316
"scripts": {
1417
"build": "tsup",
1518
"prepack": "pnpm run build"

0 commit comments

Comments
 (0)