Skip to content

Commit

Permalink
Version Packages (#65)
Browse files Browse the repository at this point in the history
* Version Packages (next)

* fix: exit prerelease mode

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
noahluftyang and github-actions[bot] authored Jan 1, 2025
1 parent 4656c79 commit 6c56041
Show file tree
Hide file tree
Showing 24 changed files with 123 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-kiwis-fix.md

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/real-oranges-compete.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- e6f76c0: fix: css module bundle

## 0.0.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.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
},
"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.2

### Patch Changes

- e6f76c0: fix: css module bundle
- Updated dependencies [e6f76c0]
- @sipe-team/typography@0.0.3


## 0.0.2-next.0

### 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.2-next.0",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
},
"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/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @sipe-team/card

## 0.0.1

### Patch Changes

- e6f76c0: fix: css module bundle
- @sipe-team/tokens@0.1.0

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.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
},
"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
@@ -0,0 +1,7 @@
# @sipe-team/divider

## 0.0.1

### Patch Changes

- e6f76c0: fix: css module bundle
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.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
},
"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
@@ -0,0 +1,7 @@
# @sipe-team/radio-group

## 0.0.1

### Patch Changes

- e6f76c0: fix: css module bundle
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.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
16 changes: 16 additions & 0 deletions packages/side/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @sipe-team/side

## 0.0.2

### Patch Changes

- Updated dependencies [e6f76c0]
- @sipe-team/typography@0.0.3
- @sipe-team/radio-group@0.0.1
- @sipe-team/skeleton@0.0.1
- @sipe-team/divider@0.0.1
- @sipe-team/tooltip@0.0.2
- @sipe-team/switch@0.0.1
- @sipe-team/input@0.0.2
- @sipe-team/badge@0.0.2
- @sipe-team/card@0.0.1
- @sipe-team/tokens@0.1.0

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/side/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sipe-team/side",
"description": "Sipe Design System",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sipe-team/skeleton

## 0.0.1

### Patch Changes

- e6f76c0: fix: css module bundle
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.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
},
"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
@@ -0,0 +1,8 @@
# @sipe-team/switch

## 0.0.1

### Patch Changes

- e6f76c0: fix: css module bundle
- @sipe-team/tokens@0.1.0
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.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
},
"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
7 changes: 7 additions & 0 deletions packages/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sipe-team/tooltip

## 0.0.2

### Patch Changes

- e6f76c0: fix: css module bundle
6 changes: 4 additions & 2 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/tooltip",
"description": "Tooltip component for Sipe Design System",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/3-1_sds"
},
"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/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sipe-team/typography

## 0.0.3

### Patch Changes

- e6f76c0: fix(typography): css module bundle
- @sipe-team/tokens@0.1.0

## 0.0.3-next.0

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

0 comments on commit 6c56041

Please sign in to comment.