Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Mar 22, 2021
1 parent 8ff0379 commit 6f37cdd
Show file tree
Hide file tree
Showing 40 changed files with 111 additions and 109 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"publish": {
"verifyAccess": false
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.0-alpha.8",
"version": "0.6.0",
"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.0-alpha.8",
"@theme-ui/css": "0.6.0-alpha.8",
"@theme-ui/core": "^0.6.0",
"@theme-ui/css": "^0.6.0",
"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.0-alpha.8",
"version": "0.6.0",
"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-alpha.8",
"@theme-ui/css": "^0.6.0",
"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.0-alpha.8",
"version": "0.6.0",
"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-alpha.8",
"@theme-ui/css": "^0.6.0",
"@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.0-alpha.8",
"version": "0.6.0",
"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-alpha.8",
"@theme-ui/parse-props": "0.6.0-alpha.8",
"@theme-ui/css": "^0.6.0",
"@theme-ui/parse-props": "^0.6.0",
"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-alpha.8",
"version": "0.6.0",
"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.0-alpha.8",
"version": "0.6.0",
"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-alpha.8",
"@theme-ui/css": "^0.6.0",
"@types/pluralize": "^0.0.29"
},
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"
Expand Down
30 changes: 15 additions & 15 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.0-alpha.8",
"version": "0.6.0",
"main": "index.js",
"author": "Brent Jackson <jxnblk@gmail.com>",
"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.0-alpha.8",
"@theme-ui/components": "0.6.0-alpha.8",
"@theme-ui/css": "0.6.0-alpha.8",
"@theme-ui/editor": "0.6.0-alpha.8",
"@theme-ui/match-media": "0.6.0-alpha.8",
"@theme-ui/presets": "0.6.0-alpha.8",
"@theme-ui/prism": "0.6.0-alpha.8",
"@theme-ui/sidenav": "0.6.0-alpha.8",
"@theme-ui/style-guide": "0.6.0-alpha.8",
"@theme-ui/typography": "0.6.0-alpha.8",
"@theme-ui/color": "^0.6.0",
"@theme-ui/components": "^0.6.0",
"@theme-ui/css": "^0.6.0",
"@theme-ui/editor": "^0.6.0",
"@theme-ui/match-media": "^0.6.0",
"@theme-ui/presets": "^0.6.0",
"@theme-ui/prism": "^0.6.0",
"@theme-ui/sidenav": "^0.6.0",
"@theme-ui/style-guide": "^0.6.0",
"@theme-ui/typography": "^0.6.0",
"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-alpha.8",
"gatsby-theme-code-recipes": "0.6.0-alpha.8",
"gatsby-theme-style-guide": "0.6.0-alpha.8",
"gatsby-plugin-theme-ui": "^0.6.0",
"gatsby-theme-code-recipes": "^0.6.0",
"gatsby-theme-style-guide": "^0.6.0",
"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.0-alpha.8",
"theme-ui": "^0.6.0",
"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.0-alpha.8",
"version": "0.6.0",
"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.0-alpha.8",
"@theme-ui/css": "0.6.0-alpha.8",
"@theme-ui/style-guide": "0.6.0-alpha.8",
"@theme-ui/components": "^0.6.0",
"@theme-ui/css": "^0.6.0",
"@theme-ui/style-guide": "^0.6.0",
"@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.0-alpha.8"
"theme-ui": "^0.6.0"
},
"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-alpha.8",
"version": "0.6.0",
"main": "index.js",
"author": "Brent Jackson",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-code-recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-code-recipes",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
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.0-alpha.8",
"version": "0.6.0",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
Expand All @@ -14,8 +14,8 @@
"react-dom": "^17.0.1"
},
"dependencies": {
"@theme-ui/style-guide": "0.6.0-alpha.8",
"theme-ui": "0.6.0-alpha.8"
"@theme-ui/style-guide": "^0.6.0",
"theme-ui": "^0.6.0"
},
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"
}
2 changes: 1 addition & 1 deletion packages/gatsby-theme-ui-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-ui-layout",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"main": "index.js",
"repository": "system-ui/theme-ui",
"peerDependencies": {
Expand Down
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.0-alpha.8",
"version": "0.6.0",
"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.0-alpha.8",
"@theme-ui/css": "0.6.0-alpha.8",
"@theme-ui/core": "^0.6.0",
"@theme-ui/css": "^0.6.0",
"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.0-alpha.8",
"version": "0.6.0",
"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.0-alpha.8",
"@theme-ui/css": "0.6.0-alpha.8"
"@theme-ui/core": "^0.6.0",
"@theme-ui/css": "^0.6.0"
},
"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.0-alpha.8",
"version": "0.6.0",
"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-alpha.8"
"@theme-ui/css": "^0.6.0"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-base",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-bootstrap",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-bulma",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"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.6.0-alpha.8"
"@theme-ui/preset-base": "^0.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-dark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-dark",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-deep",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-funk",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"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.6.0-alpha.8"
"@theme-ui/preset-base": "^0.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-future/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-future",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"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.6.0-alpha.8"
"@theme-ui/preset-base": "^0.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-polaris/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theme-ui/preset-polaris",
"version": "0.6.0-alpha.8",
"version": "0.6.0",
"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.6.0-alpha.8"
"@theme-ui/preset-base": "^0.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 6f37cdd

Please sign in to comment.