Skip to content

Commit 77b7a46

Browse files
committed
Bump version to: v0.7.0 [skip ci]
1 parent 65ce4e2 commit 77b7a46

File tree

40 files changed

+124
-124
lines changed

40 files changed

+124
-124
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.6.2",
2+
"version": "0.7.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/color-modes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/color-modes",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"main": "dist/theme-ui-color-modes.cjs.js",
55
"module": "dist/theme-ui-color-modes.esm.js",
66
"types": "dist/theme-ui-color-modes.cjs.d.ts",
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@emotion/react": "^11.1.1",
18-
"@theme-ui/core": "^0.6.2",
19-
"@theme-ui/css": "^0.6.2",
18+
"@theme-ui/core": "0.7.0",
19+
"@theme-ui/css": "0.7.0",
2020
"deepmerge": "^4.2.2"
2121
},
2222
"peerDependencies": {

packages/color/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@theme-ui/color",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"source": "src/index.ts",
55
"main": "dist/theme-ui-color.cjs.js",
66
"module": "dist/theme-ui-color.esm.js",
77
"types": "dist/theme-ui-color.cjs.d.ts",
88
"scripts": {},
99
"dependencies": {
10-
"@theme-ui/css": "^0.6.2",
10+
"@theme-ui/css": "0.7.0",
1111
"polished": "^4.0.5"
1212
},
1313
"publishConfig": {

packages/components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@theme-ui/components",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"main": "dist/theme-ui-components.cjs.js",
55
"module": "dist/theme-ui-components.esm.js",
66
"types": "index.d.ts",
77
"sideEffects": false,
88
"scripts": {},
99
"dependencies": {
10+
"@emotion/react": "^11.1.1",
1011
"@emotion/styled": "^11.0.0",
1112
"@styled-system/color": "^5.1.2",
1213
"@styled-system/should-forward-prop": "^5.1.2",
1314
"@styled-system/space": "^5.1.2",
14-
"@theme-ui/css": "^0.6.2",
15-
"@types/styled-system": "^5.1.10",
16-
"@emotion/react": "^11.1.1"
15+
"@theme-ui/css": "0.7.0",
16+
"@types/styled-system": "^5.1.10"
1717
},
1818
"peerDependencies": {
1919
"react": "^16.14.0 || ^17.0.0"

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/core",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"source": "src/index.ts",
55
"main": "dist/theme-ui-core.cjs.js",
66
"module": "dist/theme-ui-core.esm.js",
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@emotion/react": "^11.1.1",
18-
"@theme-ui/css": "^0.6.2",
19-
"@theme-ui/parse-props": "^0.6.2",
18+
"@theme-ui/css": "0.7.0",
19+
"@theme-ui/parse-props": "0.7.0",
2020
"deepmerge": "^4.2.2"
2121
},
2222
"peerDependencies": {

packages/css/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/css",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"source": "src/index.ts",
55
"main": "dist/theme-ui-css.cjs.js",
66
"module": "dist/theme-ui-css.esm.js",
@@ -12,8 +12,8 @@
1212
"access": "public"
1313
},
1414
"dependencies": {
15-
"csstype": "^3.0.5",
16-
"@emotion/react": "^11.1.1"
15+
"@emotion/react": "^11.1.1",
16+
"csstype": "^3.0.5"
1717
},
1818
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"
1919
}

packages/custom-properties/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@theme-ui/custom-properties",
33
"description": "Generate CSS custom properties for use with Theme UI",
4-
"version": "0.6.2",
4+
"version": "0.7.0",
55
"source": "src/index.ts",
66
"main": "dist/theme-ui-custom-properties.cjs.js",
77
"module": "dist/theme-ui-custom-properties.esm.js",
@@ -15,7 +15,7 @@
1515
"pluralize": "^8.0.0"
1616
},
1717
"devDependencies": {
18-
"@theme-ui/css": "^0.6.2",
18+
"@theme-ui/css": "0.7.0",
1919
"@types/pluralize": "^0.0.29"
2020
},
2121
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"

packages/docs/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "docs",
4-
"version": "0.6.2",
4+
"version": "0.7.0",
55
"main": "dist/docs.cjs.js",
66
"author": "Brent Jackson <[email protected]>",
77
"license": "MIT",
@@ -20,26 +20,26 @@
2020
"@emotion/styled": "^11.0.0",
2121
"@mdx-js/mdx": "^1.6.22",
2222
"@mdx-js/react": "^1.6.22",
23-
"@theme-ui/color": "^0.6.2",
24-
"@theme-ui/components": "^0.6.2",
25-
"@theme-ui/css": "^0.6.2",
26-
"@theme-ui/editor": "^0.6.2",
27-
"@theme-ui/match-media": "^0.6.2",
28-
"@theme-ui/presets": "^0.6.2",
29-
"@theme-ui/prism": "^0.6.2",
30-
"@theme-ui/sidenav": "^0.6.2",
31-
"@theme-ui/style-guide": "^0.6.2",
32-
"@theme-ui/typography": "^0.6.2",
23+
"@theme-ui/color": "0.7.0",
24+
"@theme-ui/components": "0.7.0",
25+
"@theme-ui/css": "0.7.0",
26+
"@theme-ui/editor": "0.7.0",
27+
"@theme-ui/match-media": "0.7.0",
28+
"@theme-ui/presets": "0.7.0",
29+
"@theme-ui/prism": "0.7.0",
30+
"@theme-ui/sidenav": "0.7.0",
31+
"@theme-ui/style-guide": "0.7.0",
32+
"@theme-ui/typography": "0.7.0",
3333
"copy-to-clipboard": "^3.2.0",
3434
"eslint-config-react-app": "^6.0.0",
3535
"gatsby": "^2.26.1",
3636
"gatsby-plugin-catch-links": "^2.4.0",
3737
"gatsby-plugin-compile-es6-packages": "^2.1.0",
3838
"gatsby-plugin-mdx": "^2.0.1",
3939
"gatsby-plugin-react-helmet": "^3.4.0",
40-
"gatsby-plugin-theme-ui": "^0.6.2",
41-
"gatsby-theme-code-recipes": "^0.6.0",
42-
"gatsby-theme-style-guide": "^0.6.2",
40+
"gatsby-plugin-theme-ui": "0.7.0",
41+
"gatsby-theme-code-recipes": "0.7.0",
42+
"gatsby-theme-style-guide": "0.7.0",
4343
"lodash.merge": "^4.6.1",
4444
"lodash.omit": "^4.5.0",
4545
"prismjs": "^1.16.0",
@@ -49,7 +49,7 @@
4949
"react-live": "^2.1.2",
5050
"remark-slug": "^6.0.0",
5151
"stringify-object": "^3.3.0",
52-
"theme-ui": "^0.6.2",
52+
"theme-ui": "0.7.0",
5353
"typography-theme-alton": "^0.16.19",
5454
"typography-theme-anonymous": "^0.15.10",
5555
"typography-theme-bootstrap": "^0.16.19",

packages/editor/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
"name": "@theme-ui/editor",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"main": "dist/theme-ui-editor.cjs.js",
55
"module": "dist/theme-ui-editor.esm.js",
66
"types": "dist/theme-ui-editor.cjs.d.ts",
77
"author": "Brent Jackson",
88
"license": "MIT",
99
"scripts": {},
1010
"dependencies": {
11-
"@theme-ui/components": "^0.6.2",
12-
"@theme-ui/css": "^0.6.2",
13-
"@theme-ui/core": "^0.6.2",
14-
"@theme-ui/style-guide": "^0.6.2",
11+
"@theme-ui/components": "0.7.0",
12+
"@theme-ui/core": "0.7.0",
13+
"@theme-ui/css": "0.7.0",
14+
"@theme-ui/style-guide": "0.7.0",
1515
"@types/react-color": "^2.17.3",
16+
"@types/tinycolor": "^1.1",
1617
"color": "^3.1.2",
1718
"react-color": "^2.18.0",
1819
"reakit": "^1.0.0-beta.14",
19-
"tinycolor2": "^1.4.1",
20-
"@types/tinycolor": "^1.1"
20+
"tinycolor2": "^1.4.1"
2121
},
2222
"peerDependencies": {
23+
"@emotion/react": "^11.1.1",
2324
"react": "^16.14.0 || ^17.0.0",
2425
"react-dom": "^16.14.0 || ^17.0.0",
25-
"theme-ui": "^0.6.1",
26-
"@emotion/react": "^11.1.1"
26+
"theme-ui": "^0.6.1"
2727
},
2828
"devDependencies": {
2929
"react": "^17.0.1",
30-
"theme-ui": "^0.6.2"
30+
"theme-ui": "0.7.0"
3131
},
3232
"publishConfig": {
3333
"access": "public"

packages/gatsby-plugin-theme-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-theme-ui",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"main": "dist/gatsby-plugin-theme-ui.cjs.js",
55
"author": "Brent Jackson",
66
"license": "MIT",

0 commit comments

Comments
 (0)