Skip to content

Commit

Permalink
chore: 패키지 배포 버전업
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed May 6, 2024
1 parent b96bba0 commit 487db7a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/wow-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wowds-icons",
"version": "0.0.1",
"version": "0.0.3",
"description": "",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/wow-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wowds-tokens",
"version": "0.0.0",
"version": "0.0.2",
"description": "",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion packages/wow-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wowds-ui",
"version": "0.0.1",
"version": "0.0.3",
"description": "",
"author": "gdsc-hongik",
"repository": {
Expand Down Expand Up @@ -37,6 +37,7 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@loadable/component": "^5.16.4",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@storybook/addon-a11y": "^7.5.3",
Expand All @@ -51,6 +52,7 @@
"@storybook/testing-library": "^0.2.2",
"@turbo/gen": "^1.12.4",
"@types/eslint": "^8.56.5",
"@types/loadable__component": "^5.13.9",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/wow-ui/src/components/Box/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { ReactNode } from "react";
import { css } from "@styled-system/css/css";
import loadable from "@loadable/component";

export interface ButtonProps {
children: ReactNode;
}

const Box = ({ children }: ButtonProps) => {
return (
<button
Expand Down
42 changes: 30 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 487db7a

Please sign in to comment.