Skip to content

Commit

Permalink
chore(release): version packages (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
noahluftyang and github-actions[bot] authored Jan 5, 2025
1 parent 43faf4c commit 803d50f
Show file tree
Hide file tree
Showing 28 changed files with 150 additions and 81 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-terms-check.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/fifty-jeans-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-seas-cross.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/nice-pillows-repeat.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/pre.json

This file was deleted.

7 changes: 7 additions & 0 deletions packages/Input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sipe-team/input

## 0.0.3

### Patch Changes

- f425309: fix: exports
- f425309: fix: styles.css

## 0.0.3-next.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/Input/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/input",
"description": "Input component for Sipe Design System",
"version": "0.0.3-next.1",
"version": "0.0.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
9 changes: 9 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sipe-team/badge

## 0.0.3

### Patch Changes

- f425309: fix: styles.css
- Updated dependencies [f425309]
- Updated dependencies [f425309]
- @sipe-team/typography@0.0.4

## 0.0.3-next.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/badge",
"description": "Badge component for Sipe Design System",
"version": "0.0.3-next.1",
"version": "0.0.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
10 changes: 10 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @sipe-team/button

## 0.0.1

### Patch Changes

- 4c48243: fix(button): handle dynamic styles within typescript
- Updated dependencies [f425309]
- Updated dependencies [f425309]
- @sipe-team/typography@0.0.4
6 changes: 4 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/button",
"description": "button for Sipe Design System",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
8 changes: 8 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sipe-team/card

## 0.0.2

### Patch Changes

- f425309: fix: exports
- f425309: fix: styles.css
- @sipe-team/tokens@0.1.0

## 0.0.2-next.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/card",
"description": "Card component for Sipe Design System",
"version": "0.0.2-next.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
7 changes: 7 additions & 0 deletions packages/divider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sipe-team/divider

## 0.0.2

### Patch Changes

- f425309: fix: exports
- f425309: fix: styles.css

## 0.0.2-next.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/divider",
"description": "divider component for Sipe Design System",
"version": "0.0.2-next.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
7 changes: 7 additions & 0 deletions packages/radio-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sipe-team/radio-group

## 0.0.2

### Patch Changes

- f425309: fix: exports
- f425309: fix: styles.css

## 0.0.2-next.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/radio-group/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/radio-group",
"description": "Radio Group component for Sipe Design System",
"version": "0.0.2-next.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
24 changes: 24 additions & 0 deletions packages/side/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @sipe-team/side

## 0.1.0

### Minor Changes

- 43faf4c: feat(side): add button & export tokens

### Patch Changes

- f425309: fix: styles.css
- Updated dependencies [f425309]
- Updated dependencies [4c48243]
- Updated dependencies [f425309]
- @sipe-team/radio-group@0.0.2
- @sipe-team/typography@0.0.4
- @sipe-team/skeleton@0.0.2
- @sipe-team/divider@0.0.2
- @sipe-team/tooltip@0.0.3
- @sipe-team/switch@0.0.2
- @sipe-team/input@0.0.3
- @sipe-team/card@0.0.2
- @sipe-team/button@0.0.1
- @sipe-team/badge@0.0.3
- @sipe-team/tokens@0.1.0

## 0.0.3-next.1

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/side/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "@sipe-team/side",
"description": "Sipe Design System",
"version": "0.0.3-next.1",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist", "styles.css"],
"files": [
"dist",
"styles.css"
],
"scripts": {
"build": "tsup",
"prepack": "pnpm run build"
Expand Down
7 changes: 7 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sipe-team/skeleton

## 0.0.2

### Patch Changes

- f425309: fix: exports
- f425309: fix: styles.css

## 0.0.2-next.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/skeleton",
"description": "Skeleton component for Sipe Design System",
"version": "0.0.2-next.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
8 changes: 8 additions & 0 deletions packages/switch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sipe-team/switch

## 0.0.2

### Patch Changes

- f425309: fix: exports
- f425309: fix: styles.css
- @sipe-team/tokens@0.1.0

## 0.0.2-next.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/switch/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/switch",
"description": "Switch component for Sipe Design System",
"version": "0.0.2-next.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-2_side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
4 changes: 3 additions & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
Loading

0 comments on commit 803d50f

Please sign in to comment.