Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed May 20, 2020
1 parent f3a0916 commit c6b5cff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/react-styled-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trendmicro/react-styled-ui",
"version": "0.0.0",
"version": "0.1.0",
"description": "React UI components built with Emotion and Styled System",
"main": "dist/react-styled-ui.js",
"module": "dist/es/react-styled-ui.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/styled-ui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styled-ui-docs",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production next build",
Expand All @@ -23,8 +23,8 @@
"@mdx-js/mdx": "^1.5.7",
"@mdx-js/react": "^1.5.7",
"@next/mdx": "^9.3.0",
"@trendmicro/react-styled-ui": "^0.0.0",
"@trendmicro/styled-ui-theme": "^0.0.0",
"@trendmicro/react-styled-ui": "^0.1.0",
"@trendmicro/styled-ui-theme": "^0.1.0",
"@zeit/next-css": "^1.0.1",
"boolean": "^3.0.1",
"cross-env": "~7.0.2",
Expand All @@ -37,8 +37,8 @@
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.6.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.8.0",
"react-live": "^2.2.2",
"react-lorem-component": "^0.13.0",
"react-table": "^7.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/styled-ui-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trendmicro/styled-ui-theme",
"version": "0.0.0",
"version": "0.1.0",
"description": "An extensible theming system for building UI component library with Styled System",
"main": "dist/styled-ui-theme.js",
"module": "dist/es/styled-ui-theme.js",
Expand All @@ -22,9 +22,9 @@
"@rollup/plugin-node-resolve": "~7.1.1",
"cpy-cli": "~3.1.0",
"cross-env": "~7.0.2",
"del-cli": "~3.0.0",
"jest": "~25.1.0",
"mkdirp": "~1.0.3",
"del-cli": "~3.0.0",
"rollup": "~2.0.3",
"rollup-plugin-babel": "~4.4.0"
},
Expand Down

0 comments on commit c6b5cff

Please sign in to comment.