Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Aug 25, 2020
1 parent ec3b741 commit 3673ff9
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.6.0",
"version": "0.6.1",
"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.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production next build",
Expand All @@ -23,8 +23,8 @@
"@mdx-js/mdx": "^1.6.7",
"@mdx-js/react": "^1.6.7",
"@next/mdx": "^9.4.4",
"@trendmicro/react-styled-ui": "^0.6.0",
"@trendmicro/styled-ui-theme": "^0.5.0",
"@trendmicro/react-styled-ui": "^0.6.1",
"@trendmicro/styled-ui-theme": "^0.6.1",
"@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.5.0",
"version": "0.6.1",
"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 3673ff9

Please sign in to comment.