Skip to content

Commit

Permalink
Version Packages (#41)
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 Dec 3, 2024
1 parent 9c93399 commit 80f5a5b
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-suits-dress.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shaggy-news-laugh.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @sipe-team/badge

## 0.0.1

### Patch Changes

- 66b81c7: chore: bump version
- Updated dependencies [9c93399]
- @sipe-team/typography@0.0.2
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.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/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @sipe-team/tokens

## 0.1.0

### Minor Changes

- 9c93399: feat(tokens): add tokens package
fix(typography): reuse `@sipe-team/tokens`
6 changes: 4 additions & 2 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "@sipe-team/tokens",
"description": "Design tokens for Sipe Design System",
"version": "0.0.0",
"version": "0.1.0",
"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/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sipe-team/typography

## 0.0.2

### Patch Changes

- 9c93399: feat(tokens): add tokens package
fix(typography): reuse `@sipe-team/tokens`
- Updated dependencies [9c93399]
- @sipe-team/tokens@0.1.0

## 0.0.1

### 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.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

0 comments on commit 80f5a5b

Please sign in to comment.