Skip to content

Commit

Permalink
chore(release): version packages (#128)
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 Feb 10, 2025
1 parent 5d14250 commit 8771724
Show file tree
Hide file tree
Showing 36 changed files with 200 additions and 56 deletions.
21 changes: 0 additions & 21 deletions .changeset/red-numbers-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.4

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies

## 0.0.3

### 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",
"version": "0.0.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/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/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @sipe-team/avatar

## 0.0.1

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies
- Updated dependencies [235be5d]
- @sipe-team/typography@0.0.5
- @sipe-team/tokens@0.1.0
6 changes: 4 additions & 2 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/avatar",
"description": "Avatar component for Sipe Design System",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/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/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sipe-team/badge

## 0.0.4

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies
- Updated dependencies [235be5d]
- @sipe-team/typography@0.0.5

## 0.0.3

### 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",
"version": "0.0.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/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/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sipe-team/button

## 0.0.2

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies
- Updated dependencies [235be5d]
- @sipe-team/typography@0.0.5

## 0.0.1

### Patch Changes
Expand Down
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.1",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/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/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sipe-team/card

## 0.1.1

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies
- @sipe-team/tokens@0.1.0

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/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/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sipe-team/checkbox

## 0.0.1

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies
6 changes: 4 additions & 2 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/checkbox",
"description": "checkbox for Sipe Design System",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
6 changes: 6 additions & 0 deletions packages/divider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sipe-team/divider

## 0.0.3

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies

## 0.0.2

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

## 0.1.3

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies

## 0.1.2

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

## 0.1.1

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies

## 0.1.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/grid",
"description": "Grid for Sipe Design System",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/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/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sipe-team/icon

## 0.0.1

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies
6 changes: 4 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/icon",
"description": "React Icon Components for Sipe Design System",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipe-team/side"
},
"type": "module",
"exports": "./src/index.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down
6 changes: 6 additions & 0 deletions packages/radio-group/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sipe-team/radio-group

## 0.0.3

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies

## 0.0.2

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

## 0.1.1

### Patch Changes

- 235be5d: fix: add react-dom into peerDependencies

## 0.1.0

### Minor Changes
Expand Down
Loading

0 comments on commit 8771724

Please sign in to comment.