From 2b9a710efefb21fcacedd78b3c27a07264884f5d Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Fri, 4 Sep 2020 21:48:39 +0800 Subject: [PATCH] chore(release): publish - @trendmicro/react-styled-ui@0.7.0 - styled-ui-docs@0.7.0 - @trendmicro/styled-ui-theme@0.7.0 --- packages/react-styled-ui/package.json | 2 +- packages/styled-ui-docs/package.json | 6 +++--- packages/styled-ui-theme/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react-styled-ui/package.json b/packages/react-styled-ui/package.json index 3fba0e5d64..5bba3cc1e9 100644 --- a/packages/react-styled-ui/package.json +++ b/packages/react-styled-ui/package.json @@ -1,6 +1,6 @@ { "name": "@trendmicro/react-styled-ui", - "version": "0.6.1", + "version": "0.7.0", "description": "React UI components built with Emotion and Styled System", "main": "index.js", "publishConfig": { diff --git a/packages/styled-ui-docs/package.json b/packages/styled-ui-docs/package.json index b99d4177a7..3645fd749f 100644 --- a/packages/styled-ui-docs/package.json +++ b/packages/styled-ui-docs/package.json @@ -1,6 +1,6 @@ { "name": "styled-ui-docs", - "version": "0.6.1", + "version": "0.7.0", "private": true, "scripts": { "build": "cross-env NODE_ENV=production next build", @@ -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.1", - "@trendmicro/styled-ui-theme": "^0.6.1", + "@trendmicro/react-styled-ui": "^0.7.0", + "@trendmicro/styled-ui-theme": "^0.7.0", "@zeit/next-css": "^1.0.1", "boolean": "^3.0.1", "cross-env": "~7.0.2", diff --git a/packages/styled-ui-theme/package.json b/packages/styled-ui-theme/package.json index 750d79ea91..c6655ef92d 100644 --- a/packages/styled-ui-theme/package.json +++ b/packages/styled-ui-theme/package.json @@ -1,6 +1,6 @@ { "name": "@trendmicro/styled-ui-theme", - "version": "0.6.1", + "version": "0.7.0", "description": "An extensible theming system for building UI component library with Styled System", "main": "index.js", "publishConfig": {