Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jun 9, 2020
1 parent b091e74 commit 985759a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.0",
"version": "0.2.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
6 changes: 3 additions & 3 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.1.0",
"version": "0.2.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.1.0",
"@trendmicro/styled-ui-theme": "^0.1.0",
"@trendmicro/react-styled-ui": "^0.2.0",
"@trendmicro/styled-ui-theme": "^0.2.0",
"@zeit/next-css": "^1.0.1",
"boolean": "^3.0.1",
"cross-env": "~7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "0.2.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 Down

0 comments on commit 985759a

Please sign in to comment.