Skip to content

Commit

Permalink
chore: bump package versions to 0.4.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Aug 17, 2020
1 parent faa7d01 commit df68af0
Show file tree
Hide file tree
Showing 39 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"]
Expand Down
8 changes: 4 additions & 4 deletions packages/chrome/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theme-ui/chrome",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "index.js",
"author": "Brent Jackson",
"license": "MIT",
Expand All @@ -19,20 +19,20 @@
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@emotion/core": "^10.0.16",
"@theme-ui/editor": "^0.4.0-rc.3",
"@theme-ui/editor": "^0.4.0-rc.4",
"babel-loader": "^8.0.6",
"copy-to-clipboard": "^3.2.0",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"stringify-object": "^3.3.0",
"theme-ui": "^0.4.0-rc.3",
"theme-ui": "^0.4.0-rc.4",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4"
},
"devDependencies": {
"@theme-ui/css": "^0.4.0-rc.3"
"@theme-ui/css": "^0.4.0-rc.4"
},
"gitHead": "bfd026cae085f377ca537de897dc43233d50f5d5"
}
6 changes: 3 additions & 3 deletions packages/color-modes/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/color-modes",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@emotion/core": "^10.0.0",
"@theme-ui/core": "^0.4.0-rc.3",
"@theme-ui/css": "^0.4.0-rc.3",
"@theme-ui/core": "^0.4.0-rc.4",
"@theme-ui/css": "^0.4.0-rc.4",
"deepmerge": "^4.2.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/color",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -10,7 +10,7 @@
"watch": "microbundle watch --no-compress"
},
"dependencies": {
"@theme-ui/css": "^0.4.0-rc.3",
"@theme-ui/css": "^0.4.0-rc.4",
"polished": "^3.4.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/components",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "index.d.ts",
Expand All @@ -16,7 +16,7 @@
"@styled-system/color": "^5.1.2",
"@styled-system/should-forward-prop": "^5.1.2",
"@styled-system/space": "^5.1.2",
"@theme-ui/css": "^0.4.0-rc.3"
"@theme-ui/css": "^0.4.0-rc.4"
},
"peerDependencies": {
"react": "^16.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@emotion/core": "^10.0.0",
"@theme-ui/css": "^0.4.0-rc.3",
"@theme-ui/css": "^0.4.0-rc.4",
"deepmerge": "^4.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/css",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/custom-properties/package.json
@@ -1,7 +1,7 @@
{
"name": "@theme-ui/custom-properties",
"description": "Generate CSS custom properties for use with Theme UI",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -20,7 +20,7 @@
"pluralize": "^8.0.0"
},
"devDependencies": {
"@theme-ui/css": "^0.4.0-rc.3",
"@theme-ui/css": "^0.4.0-rc.4",
"@types/pluralize": "^0.0.29"
}
}
30 changes: 15 additions & 15 deletions packages/docs/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "index.js",
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
Expand All @@ -21,25 +21,25 @@
"@mdx-js/mdx": "^1.0.0-rc.0",
"@mdx-js/react": "^1.0.0-rc.0",
"@styled-system/edit": "^5.0.15",
"@theme-ui/color": "^0.4.0-rc.3",
"@theme-ui/components": "^0.4.0-rc.3",
"@theme-ui/css": "^0.4.0-rc.3",
"@theme-ui/editor": "^0.4.0-rc.3",
"@theme-ui/match-media": "^0.4.0-rc.3",
"@theme-ui/presets": "^0.4.0-rc.3",
"@theme-ui/prism": "^0.4.0-rc.3",
"@theme-ui/sidenav": "^0.4.0-rc.3",
"@theme-ui/style-guide": "^0.4.0-rc.3",
"@theme-ui/typography": "^0.4.0-rc.3",
"@theme-ui/color": "^0.4.0-rc.4",
"@theme-ui/components": "^0.4.0-rc.4",
"@theme-ui/css": "^0.4.0-rc.4",
"@theme-ui/editor": "^0.4.0-rc.4",
"@theme-ui/match-media": "^0.4.0-rc.4",
"@theme-ui/presets": "^0.4.0-rc.4",
"@theme-ui/prism": "^0.4.0-rc.4",
"@theme-ui/sidenav": "^0.4.0-rc.4",
"@theme-ui/style-guide": "^0.4.0-rc.4",
"@theme-ui/typography": "^0.4.0-rc.4",
"copy-to-clipboard": "^3.2.0",
"gatsby": "^2.3.6",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-mdx": "^1.0.4",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-theme-ui": "^0.4.0-rc.3",
"gatsby-theme-code-recipes": "^0.4.0-rc.3",
"gatsby-theme-style-guide": "^0.4.0-rc.3",
"gatsby-plugin-theme-ui": "^0.4.0-rc.4",
"gatsby-theme-code-recipes": "^0.4.0-rc.4",
"gatsby-theme-style-guide": "^0.4.0-rc.4",
"lodash.merge": "^4.6.1",
"lodash.omit": "^4.5.0",
"prismjs": "^1.16.0",
Expand All @@ -49,7 +49,7 @@
"react-live": "^2.1.2",
"remark-slug": "^6.0.0",
"stringify-object": "^3.3.0",
"theme-ui": "^0.4.0-rc.3",
"theme-ui": "^0.4.0-rc.4",
"typography-theme-alton": "^0.16.19",
"typography-theme-anonymous": "^0.15.10",
"typography-theme-bootstrap": "^0.16.19",
Expand Down
8 changes: 4 additions & 4 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/editor",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -12,9 +12,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@theme-ui/components": "^0.4.0-rc.3",
"@theme-ui/css": "^0.4.0-rc.3",
"@theme-ui/style-guide": "^0.4.0-rc.3",
"@theme-ui/components": "^0.4.0-rc.4",
"@theme-ui/css": "^0.4.0-rc.4",
"@theme-ui/style-guide": "^0.4.0-rc.4",
"@types/react-color": "^2.17.3",
"color": "^3.1.2",
"react-color": "^2.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-theme-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-theme-ui",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "index.js",
"author": "Brent Jackson",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-code-recipes/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-code-recipes",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-style-guide/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-style-guide",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
Expand All @@ -14,7 +14,7 @@
"react-dom": "^16.9.0"
},
"dependencies": {
"@theme-ui/style-guide": "^0.4.0-rc.3",
"theme-ui": "^0.4.0-rc.3"
"@theme-ui/style-guide": "^0.4.0-rc.4",
"theme-ui": "^0.4.0-rc.4"
}
}
2 changes: 1 addition & 1 deletion packages/gatsby-theme-ui-layout/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-ui-layout",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "index.js",
"repository": "system-ui/theme-ui",
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/match-media/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/match-media",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"description": "React hooks for theme-ui breakpoints",
"source": "src/index.ts",
"main": "dist/index.js",
Expand All @@ -18,8 +18,8 @@
"access": "public"
},
"devDependencies": {
"@theme-ui/core": "^0.4.0-rc.3",
"@theme-ui/css": "^0.4.0-rc.3",
"@theme-ui/core": "^0.4.0-rc.4",
"@theme-ui/css": "^0.4.0-rc.4",
"react": "^16.9.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/mdx",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -17,8 +17,8 @@
"@mdx-js/react": "^1.0.0"
},
"devDependencies": {
"@theme-ui/core": "^0.4.0-rc.3",
"@theme-ui/css": "^0.4.0-rc.3"
"@theme-ui/core": "^0.4.0-rc.4",
"@theme-ui/css": "^0.4.0-rc.4"
},
"peerDependencies": {
"react": "^16.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-base",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"author": "Brent Jackson",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-bootstrap",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-bulma/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-bulma",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@theme-ui/preset-base": "^0.4.0-rc.3"
"@theme-ui/preset-base": "^0.4.0-rc.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-dark/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-dark",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-deep/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-deep",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-funk/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-funk",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@theme-ui/preset-base": "^0.4.0-rc.3"
"@theme-ui/preset-base": "^0.4.0-rc.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-future/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-future",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@theme-ui/preset-base": "^0.4.0-rc.3"
"@theme-ui/preset-base": "^0.4.0-rc.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-polaris/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-polaris",
"version": "0.4.0-rc.3",
"version": "0.4.0-rc.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"source": "src/index.ts",
Expand All @@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@theme-ui/preset-base": "^0.4.0-rc.3"
"@theme-ui/preset-base": "^0.4.0-rc.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit df68af0

Please sign in to comment.