Skip to content

Commit

Permalink
chore(release): version packages (#124)
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 6, 2025
1 parent 08121f0 commit 7abd2b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-rice-grab.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- 08121f0: feat(grid): create grid component
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.0.0",
"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"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:storybook": "storybook build",
Expand Down

0 comments on commit 7abd2b5

Please sign in to comment.