Skip to content

Commit

Permalink
Bump version to: v0.14.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Jun 15, 2022
1 parent 53ae849 commit 225c54c
Show file tree
Hide file tree
Showing 40 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.14.5",
"version": "0.14.6",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions packages/color-modes/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/color-modes",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-color-modes.cjs.js",
"module": "dist/theme-ui-color-modes.esm.js",
"types": "dist/theme-ui-color-modes.cjs.d.ts",
Expand All @@ -14,8 +14,8 @@
"access": "public"
},
"dependencies": {
"@theme-ui/core": "0.14.5",
"@theme-ui/css": "0.14.5",
"@theme-ui/core": "0.14.6",
"@theme-ui/css": "0.14.6",
"deepmerge": "^4.2.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
@@ -1,13 +1,13 @@
{
"name": "@theme-ui/color",
"version": "0.14.5",
"version": "0.14.6",
"source": "src/index.ts",
"main": "dist/theme-ui-color.cjs.js",
"module": "dist/theme-ui-color.esm.js",
"types": "dist/theme-ui-color.cjs.d.ts",
"scripts": {},
"dependencies": {
"@theme-ui/css": "0.14.5",
"@theme-ui/css": "0.14.6",
"polished": "^4.0.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/components",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-components.cjs.js",
"module": "dist/theme-ui-components.esm.js",
"types": "dist/theme-ui-components.cjs.d.ts",
Expand All @@ -10,7 +10,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.14.5",
"@theme-ui/css": "0.14.6",
"@types/styled-system": "^5.1.13"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/core",
"version": "0.14.5",
"version": "0.14.6",
"source": "src/index.ts",
"main": "dist/theme-ui-core.cjs.js",
"module": "dist/theme-ui-core.esm.js",
Expand All @@ -14,8 +14,8 @@
"access": "public"
},
"dependencies": {
"@theme-ui/css": "0.14.5",
"@theme-ui/parse-props": "0.14.5",
"@theme-ui/css": "0.14.6",
"@theme-ui/parse-props": "0.14.6",
"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.14.5",
"version": "0.14.6",
"source": "src/index.ts",
"main": "dist/theme-ui-css.cjs.js",
"module": "dist/theme-ui-css.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.14.5",
"version": "0.14.6",
"source": "src/index.ts",
"main": "dist/theme-ui-custom-properties.cjs.js",
"module": "dist/theme-ui-custom-properties.esm.js",
Expand All @@ -16,7 +16,7 @@
"pluralize": "^8.0.0"
},
"devDependencies": {
"@theme-ui/css": "0.14.5",
"@theme-ui/css": "0.14.6",
"@types/pluralize": "^0.0.29"
},
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"
Expand Down
28 changes: 14 additions & 14 deletions packages/docs/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/docs.cjs.js",
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
Expand All @@ -20,25 +20,25 @@
"@emotion/react": "^11.6.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/color": "0.14.5",
"@theme-ui/components": "0.14.5",
"@theme-ui/css": "0.14.5",
"@theme-ui/editor": "0.14.5",
"@theme-ui/match-media": "0.14.5",
"@theme-ui/presets": "0.14.5",
"@theme-ui/prism": "0.14.5",
"@theme-ui/sidenav": "0.14.5",
"@theme-ui/style-guide": "0.14.5",
"@theme-ui/typography": "0.14.5",
"@theme-ui/color": "0.14.6",
"@theme-ui/components": "0.14.6",
"@theme-ui/css": "0.14.6",
"@theme-ui/editor": "0.14.6",
"@theme-ui/match-media": "0.14.6",
"@theme-ui/presets": "0.14.6",
"@theme-ui/prism": "0.14.6",
"@theme-ui/sidenav": "0.14.6",
"@theme-ui/style-guide": "0.14.6",
"@theme-ui/typography": "0.14.6",
"copy-to-clipboard": "^3.2.0",
"eslint-config-react-app": "^6.0.0",
"gatsby": "^4.2.0",
"gatsby-plugin-catch-links": "^4.2.0",
"gatsby-plugin-compile-es6-packages": "^2.1.1",
"gatsby-plugin-mdx": "3.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-theme-ui": "0.14.5",
"gatsby-theme-style-guide": "0.14.5",
"gatsby-plugin-theme-ui": "0.14.6",
"gatsby-theme-style-guide": "0.14.6",
"lodash.merge": "^4.6.1",
"lodash.omit": "^4.5.0",
"prismjs": "^1.16.0",
Expand All @@ -48,7 +48,7 @@
"react-live": "^2.1.2",
"remark-slug": "^6",
"stringify-object": "^3",
"theme-ui": "0.14.5",
"theme-ui": "0.14.6",
"typography-theme-alton": "^0.16.19",
"typography-theme-anonymous": "^0.15.10",
"typography-theme-bootstrap": "^0.16.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
@@ -1,7 +1,7 @@
{
"name": "e2e",
"private": true,
"version": "0.14.5",
"version": "0.14.6",
"description": "Cypress tests ran against Theme UI docs and examples",
"scripts": {
"open": "cypress open",
Expand Down
12 changes: 6 additions & 6 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/editor",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-editor.cjs.js",
"module": "dist/theme-ui-editor.esm.js",
"types": "dist/theme-ui-editor.cjs.d.ts",
Expand All @@ -9,10 +9,10 @@
"repository": "system-ui/theme-ui",
"scripts": {},
"dependencies": {
"@theme-ui/components": "0.14.5",
"@theme-ui/core": "0.14.5",
"@theme-ui/css": "0.14.5",
"@theme-ui/style-guide": "0.14.5",
"@theme-ui/components": "0.14.6",
"@theme-ui/core": "0.14.6",
"@theme-ui/css": "0.14.6",
"@theme-ui/style-guide": "0.14.6",
"@types/react-color": "^2.17.3",
"@types/tinycolor": "^1.1",
"color": "^3.1.2",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"react": "^17.0.1",
"theme-ui": "0.14.5"
"theme-ui": "0.14.6"
},
"publishConfig": {
"access": "public"
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.14.5",
"version": "0.14.6",
"main": "dist/gatsby-plugin-theme-ui.cjs.js",
"author": "Brent Jackson",
"license": "MIT",
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.14.5",
"version": "0.14.6",
"main": "dist/gatsby-theme-style-guide.cjs.js",
"license": "MIT",
"repository": "system-ui/theme-ui",
Expand All @@ -15,8 +15,8 @@
"react-dom": "^17"
},
"dependencies": {
"@theme-ui/style-guide": "0.14.5",
"theme-ui": "0.14.5"
"@theme-ui/style-guide": "0.14.6",
"theme-ui": "0.14.6"
},
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"
}
2 changes: 1 addition & 1 deletion packages/gatsby-theme-ui-layout/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-ui-layout",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/gatsby-theme-ui-layout.cjs.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.14.5",
"version": "0.14.6",
"description": "React hooks for theme-ui breakpoints",
"source": "src/index.ts",
"main": "dist/theme-ui-match-media.cjs.js",
Expand All @@ -13,8 +13,8 @@
"access": "public"
},
"devDependencies": {
"@theme-ui/core": "0.14.5",
"@theme-ui/css": "0.14.5",
"@theme-ui/core": "0.14.6",
"@theme-ui/css": "0.14.6",
"react": "^17.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mdx/package.json
@@ -1,14 +1,14 @@
{
"name": "@theme-ui/mdx",
"version": "0.14.5",
"version": "0.14.6",
"source": "src/index.ts",
"main": "dist/theme-ui-mdx.cjs.js",
"module": "dist/theme-ui-mdx.esm.js",
"sideEffects": false,
"scripts": {},
"dependencies": {
"@theme-ui/core": "0.14.5",
"@theme-ui/css": "0.14.5"
"@theme-ui/core": "0.14.6",
"@theme-ui/css": "0.14.6"
},
"devDependencies": {
"react": "^17.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/parse-props/package.json
@@ -1,7 +1,7 @@
{
"name": "@theme-ui/parse-props",
"description": "Internal package — You don't want to consume this directly.",
"version": "0.14.5",
"version": "0.14.6",
"source": "src/index.ts",
"main": "dist/theme-ui-parse-props.cjs.js",
"module": "dist/theme-ui-parse-props.esm.js",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@theme-ui/css": "0.14.5"
"@theme-ui/css": "0.14.6"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-base",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-preset-base.cjs.js",
"module": "dist/theme-ui-preset-base.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.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-preset-bootstrap.cjs.js",
"module": "dist/theme-ui-preset-bootstrap.esm.js",
"types": "dist/theme-ui-preset-bootstrap.cjs.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.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-preset-bulma.cjs.js",
"module": "dist/theme-ui-preset-bulma.esm.js",
"source": "src/index.ts",
Expand All @@ -9,7 +9,7 @@
"repository": "system-ui/theme-ui",
"scripts": {},
"dependencies": {
"@theme-ui/preset-base": "0.14.5"
"@theme-ui/preset-base": "0.14.6"
},
"peerDependencies": {
"@theme-ui/css": ">=0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-dark/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-dark",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-preset-dark.cjs.js",
"module": "dist/theme-ui-preset-dark.esm.js",
"types": "dist/theme-ui-preset-dark.cjs.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.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-preset-deep.cjs.js",
"module": "dist/theme-ui-preset-deep.esm.js",
"source": "src/index.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.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-preset-funk.cjs.js",
"module": "dist/theme-ui-preset-funk.esm.js",
"source": "src/index.ts",
Expand All @@ -9,7 +9,7 @@
"repository": "system-ui/theme-ui",
"scripts": {},
"dependencies": {
"@theme-ui/preset-base": "0.14.5"
"@theme-ui/preset-base": "0.14.6"
},
"peerDependencies": {
"@theme-ui/css": ">=0.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-future/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-future",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-preset-future.cjs.js",
"module": "dist/theme-ui-preset-future.esm.js",
"source": "src/index.ts",
Expand All @@ -9,7 +9,7 @@
"repository": "system-ui/theme-ui",
"scripts": {},
"dependencies": {
"@theme-ui/preset-base": "0.14.5"
"@theme-ui/preset-base": "0.14.6"
},
"peerDependencies": {
"@theme-ui/css": ">=0.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-polaris/package.json
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-polaris",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/theme-ui-preset-polaris.cjs.js",
"module": "dist/theme-ui-preset-polaris.esm.js",
"source": "src/index.ts",
Expand All @@ -9,7 +9,7 @@
"repository": "system-ui/theme-ui",
"scripts": {},
"dependencies": {
"@theme-ui/preset-base": "0.14.5"
"@theme-ui/preset-base": "0.14.6"
},
"peerDependencies": {
"@theme-ui/css": ">=0.12.0"
Expand Down

1 comment on commit 225c54c

@vercel
Copy link

@vercel vercel bot commented on 225c54c Jun 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.