Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Apr 5, 2021
1 parent 18a25d9 commit f25b73f
Show file tree
Hide file tree
Showing 24 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.1",
"version": "0.6.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions packages/color-modes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/color-modes",
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -19,8 +19,8 @@
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@theme-ui/core": "^0.6.1",
"@theme-ui/css": "0.6.0",
"@theme-ui/core": "^0.6.2",
"@theme-ui/css": "^0.6.2",
"deepmerge": "^4.2.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/color",
"version": "0.6.1",
"version": "0.6.2",
"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.6.0",
"@theme-ui/css": "^0.6.2",
"polished": "^4.0.5"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/components",
"version": "0.6.1",
"version": "0.6.2",
"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.6.0",
"@theme-ui/css": "^0.6.2",
"@types/styled-system": "^5.1.10"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/core",
"version": "0.6.1",
"version": "0.6.2",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@theme-ui/css": "0.6.0",
"@theme-ui/parse-props": "^0.6.1",
"@theme-ui/css": "^0.6.2",
"@theme-ui/parse-props": "^0.6.2",
"deepmerge": "^4.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/css",
"version": "0.6.0",
"version": "0.6.2",
"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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@theme-ui/custom-properties",
"description": "Generate CSS custom properties for use with Theme UI",
"version": "0.6.1",
"version": "0.6.2",
"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.6.0",
"@theme-ui/css": "^0.6.2",
"@types/pluralize": "^0.0.29"
},
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"
Expand Down
28 changes: 14 additions & 14 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.6.1",
"version": "0.6.2",
"main": "index.js",
"author": "Brent Jackson <[email protected]>",
"license": "MIT",
Expand All @@ -20,26 +20,26 @@
"@emotion/styled": "^11.0.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@theme-ui/color": "^0.6.1",
"@theme-ui/components": "^0.6.1",
"@theme-ui/css": "0.6.0",
"@theme-ui/editor": "^0.6.1",
"@theme-ui/match-media": "^0.6.1",
"@theme-ui/presets": "^0.6.1",
"@theme-ui/prism": "^0.6.1",
"@theme-ui/sidenav": "^0.6.1",
"@theme-ui/style-guide": "^0.6.1",
"@theme-ui/typography": "^0.6.1",
"@theme-ui/color": "^0.6.2",
"@theme-ui/components": "^0.6.2",
"@theme-ui/css": "^0.6.2",
"@theme-ui/editor": "^0.6.2",
"@theme-ui/match-media": "^0.6.2",
"@theme-ui/presets": "^0.6.2",
"@theme-ui/prism": "^0.6.2",
"@theme-ui/sidenav": "^0.6.2",
"@theme-ui/style-guide": "^0.6.2",
"@theme-ui/typography": "^0.6.2",
"copy-to-clipboard": "^3.2.0",
"eslint-config-react-app": "^6.0.0",
"gatsby": "^2.26.1",
"gatsby-plugin-catch-links": "^2.4.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-mdx": "^2.0.1",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-theme-ui": "^0.6.0",
"gatsby-plugin-theme-ui": "^0.6.2",
"gatsby-theme-code-recipes": "^0.6.0",
"gatsby-theme-style-guide": "^0.6.1",
"gatsby-theme-style-guide": "^0.6.2",
"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.6.1",
"theme-ui": "^0.6.2",
"typography-theme-alton": "^0.16.19",
"typography-theme-anonymous": "^0.15.10",
"typography-theme-bootstrap": "^0.16.19",
Expand Down
10 changes: 5 additions & 5 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/editor",
"version": "0.6.1",
"version": "0.6.2",
"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.6.1",
"@theme-ui/css": "0.6.0",
"@theme-ui/style-guide": "^0.6.1",
"@theme-ui/components": "^0.6.2",
"@theme-ui/css": "^0.6.2",
"@theme-ui/style-guide": "^0.6.2",
"@types/react-color": "^2.17.3",
"color": "^3.1.2",
"react-color": "^2.18.0",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"react": "^17.0.1",
"theme-ui": "^0.6.1"
"theme-ui": "^0.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-theme-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-theme-ui",
"version": "0.6.0",
"version": "0.6.2",
"main": "index.js",
"author": "Brent Jackson",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-style-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-style-guide",
"version": "0.6.1",
"version": "0.6.2",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
Expand All @@ -14,8 +14,8 @@
"react-dom": "^17.0.1"
},
"dependencies": {
"@theme-ui/style-guide": "^0.6.1",
"theme-ui": "^0.6.1"
"@theme-ui/style-guide": "^0.6.2",
"theme-ui": "^0.6.2"
},
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"
}
6 changes: 3 additions & 3 deletions packages/match-media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/match-media",
"version": "0.6.1",
"version": "0.6.2",
"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.6.1",
"@theme-ui/css": "0.6.0",
"@theme-ui/core": "^0.6.2",
"@theme-ui/css": "^0.6.2",
"react": "^17.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/mdx",
"version": "0.6.1",
"version": "0.6.2",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -15,8 +15,8 @@
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@mdx-js/react": "^1.6.22",
"@theme-ui/core": "^0.6.1",
"@theme-ui/css": "0.6.0"
"@theme-ui/core": "^0.6.2",
"@theme-ui/css": "^0.6.2"
},
"devDependencies": {
"react": "^17.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/parse-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/parse-props",
"version": "0.6.1",
"version": "0.6.2",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@theme-ui/css": "0.6.0"
"@theme-ui/css": "^0.6.2"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-sketchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-sketchy",
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@theme-ui/css": "0.6.0"
"@theme-ui/css": "^0.6.2"
},
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"
}
4 changes: 2 additions & 2 deletions packages/presets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/presets",
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"@theme-ui/preset-future": "^0.6.0",
"@theme-ui/preset-polaris": "^0.6.0",
"@theme-ui/preset-roboto": "^0.6.0",
"@theme-ui/preset-sketchy": "^0.6.1",
"@theme-ui/preset-sketchy": "^0.6.2",
"@theme-ui/preset-swiss": "^0.6.0",
"@theme-ui/preset-system": "^0.6.0",
"@theme-ui/preset-tailwind": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/prism/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/prism",
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/prism.js",
"module": "dist/prism.esm.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,6 +37,6 @@
"param-case": "^3.0.3",
"postcss": "^8.1.10",
"postcss-js": "^3.0.3",
"theme-ui": "^0.6.1"
"theme-ui": "^0.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/sidenav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/sidenav",
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"@mdx-js/react": "^1.6.22",
"@types/mdx-js__react": "^1.5.3",
"deepmerge": "^4.0.0",
"theme-ui": "^0.6.1"
"theme-ui": "^0.6.2"
},
"keywords": [
"theme-ui",
Expand Down
6 changes: 3 additions & 3 deletions packages/style-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/style-guide",
"version": "0.6.1",
"version": "0.6.2",
"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/presets": "^0.6.1",
"@theme-ui/presets": "^0.6.2",
"@types/color": "^3.0.1",
"color": "^3.1.2",
"lodash.get": "^4.4.2"
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"react": "^17.0.1",
"theme-ui": "^0.6.1"
"theme-ui": "^0.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/tachyons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@theme-ui/tachyons",
"description": "Generate static CSS for use outside of React with Theme UI and Tachyons",
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"source": "src/index.ts",
Expand All @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@theme-ui/css": "0.6.0",
"@theme-ui/css": "^0.6.2",
"babel-polyfill": "^6.26.0",
"execa": "^5.0.0"
},
Expand Down
Loading

0 comments on commit f25b73f

Please sign in to comment.