Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Mar 19, 2021
1 parent 463aec7 commit 84d0670
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.13.0",
"version": "0.13.1",
"description": "React UI components built with Emotion and Styled System",
"main": "index.js",
"publishConfig": {
Expand All @@ -22,7 +22,7 @@
"@emotion/styled": "10.x",
"@popperjs/core": "^2.1.0",
"@styled-system/css": "5.x",
"@trendmicro/styled-ui-theme": "^0.11.0",
"@trendmicro/styled-ui-theme": "^0.11.1",
"@trendmicro/tmicon": "~1.18.0",
"chained-function": "^0.5.0",
"color": "3.x",
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.13.0",
"version": "0.13.1",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production next build",
Expand All @@ -23,8 +23,8 @@
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.0.7",
"@trendmicro/react-styled-ui": "^0.13.0",
"@trendmicro/styled-ui-theme": "^0.11.0",
"@trendmicro/react-styled-ui": "^0.13.1",
"@trendmicro/styled-ui-theme": "^0.11.1",
"@zeit/next-css": "^1.0.1",
"boolean": "^3.0.1",
"cross-env": "~7.0.3",
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.11.0",
"version": "0.11.1",
"description": "An extensible theming system for building UI component library with Styled System",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 84d0670

Please sign in to comment.