Skip to content

Commit f45a5a8

Browse files
committed
v0.4.0-rc.8
1 parent 5367d38 commit f45a5a8

File tree

11 files changed

+29
-29
lines changed

11 files changed

+29
-29
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.4.0-rc.7",
2+
"version": "0.4.0-rc.8",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": ["packages/*"]

packages/chrome/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theme-ui/chrome",
4-
"version": "0.4.0-rc.7",
4+
"version": "0.4.0-rc.8",
55
"main": "index.js",
66
"author": "Brent Jackson",
77
"license": "MIT",
@@ -19,15 +19,15 @@
1919
"@babel/preset-env": "^7.4.5",
2020
"@babel/preset-react": "^7.0.0",
2121
"@emotion/core": "^10.0.16",
22-
"@theme-ui/editor": "^0.4.0-rc.7",
22+
"@theme-ui/editor": "^0.4.0-rc.8",
2323
"babel-loader": "^8.0.6",
2424
"copy-to-clipboard": "^3.2.0",
2525
"lodash.debounce": "^4.0.8",
2626
"lodash.merge": "^4.6.2",
2727
"react": "^16.8.6",
2828
"react-dom": "^16.8.6",
2929
"stringify-object": "^3.3.0",
30-
"theme-ui": "^0.4.0-rc.7",
30+
"theme-ui": "^0.4.0-rc.8",
3131
"webpack": "^4.33.0",
3232
"webpack-cli": "^3.3.4"
3333
},

packages/color/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/color",
3-
"version": "0.4.0-rc.7",
3+
"version": "0.4.0-rc.8",
44
"source": "src/index.ts",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/components",
3-
"version": "0.4.0-rc.7",
3+
"version": "0.4.0-rc.8",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
66
"types": "index.d.ts",

packages/docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "docs",
4-
"version": "0.4.0-rc.7",
4+
"version": "0.4.0-rc.8",
55
"main": "index.js",
66
"author": "Brent Jackson <[email protected]>",
77
"license": "MIT",
@@ -21,15 +21,15 @@
2121
"@mdx-js/mdx": "^1.0.0-rc.0",
2222
"@mdx-js/react": "^1.0.0-rc.0",
2323
"@styled-system/edit": "^5.0.15",
24-
"@theme-ui/color": "^0.4.0-rc.7",
25-
"@theme-ui/components": "^0.4.0-rc.7",
24+
"@theme-ui/color": "^0.4.0-rc.8",
25+
"@theme-ui/components": "^0.4.0-rc.8",
2626
"@theme-ui/css": "^0.4.0-rc.7",
27-
"@theme-ui/editor": "^0.4.0-rc.7",
27+
"@theme-ui/editor": "^0.4.0-rc.8",
2828
"@theme-ui/match-media": "^0.4.0-rc.7",
2929
"@theme-ui/presets": "^0.4.0-rc.7",
30-
"@theme-ui/prism": "^0.4.0-rc.7",
31-
"@theme-ui/sidenav": "^0.4.0-rc.7",
32-
"@theme-ui/style-guide": "^0.4.0-rc.7",
30+
"@theme-ui/prism": "^0.4.0-rc.8",
31+
"@theme-ui/sidenav": "^0.4.0-rc.8",
32+
"@theme-ui/style-guide": "^0.4.0-rc.8",
3333
"@theme-ui/typography": "^0.4.0-rc.7",
3434
"copy-to-clipboard": "^3.2.0",
3535
"gatsby": "^2.3.6",
@@ -39,7 +39,7 @@
3939
"gatsby-plugin-react-helmet": "^3.0.12",
4040
"gatsby-plugin-theme-ui": "^0.4.0-rc.7",
4141
"gatsby-theme-code-recipes": "^0.4.0-rc.5",
42-
"gatsby-theme-style-guide": "^0.4.0-rc.7",
42+
"gatsby-theme-style-guide": "^0.4.0-rc.8",
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.4.0-rc.7",
52+
"theme-ui": "^0.4.0-rc.8",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/editor",
3-
"version": "0.4.0-rc.7",
3+
"version": "0.4.0-rc.8",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
66
"types": "dist/index.d.ts",
@@ -12,9 +12,9 @@
1212
"typecheck": "tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"@theme-ui/components": "^0.4.0-rc.7",
15+
"@theme-ui/components": "^0.4.0-rc.8",
1616
"@theme-ui/css": "^0.4.0-rc.7",
17-
"@theme-ui/style-guide": "^0.4.0-rc.7",
17+
"@theme-ui/style-guide": "^0.4.0-rc.8",
1818
"@types/react-color": "^2.17.3",
1919
"color": "^3.1.2",
2020
"react-color": "^2.18.0",

packages/gatsby-theme-style-guide/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-style-guide",
3-
"version": "0.4.0-rc.7",
3+
"version": "0.4.0-rc.8",
44
"main": "index.js",
55
"license": "MIT",
66
"peerDependencies": {
@@ -14,8 +14,8 @@
1414
"react-dom": "^16.9.0"
1515
},
1616
"dependencies": {
17-
"@theme-ui/style-guide": "^0.4.0-rc.7",
18-
"theme-ui": "^0.4.0-rc.7"
17+
"@theme-ui/style-guide": "^0.4.0-rc.8",
18+
"theme-ui": "^0.4.0-rc.8"
1919
},
2020
"gitHead": "87e9ebb0cc66d8a5e1fcde7bb60f2077266aa437"
2121
}

packages/prism/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/prism",
3-
"version": "0.4.0-rc.7",
3+
"version": "0.4.0-rc.8",
44
"main": "dist/prism.js",
55
"module": "dist/prism.esm.js",
66
"types": "dist/index.d.ts",
@@ -37,6 +37,6 @@
3737
"lodash.kebabcase": "^4.1.1",
3838
"postcss": "^7.0.17",
3939
"postcss-js": "^2.0.2",
40-
"theme-ui": "^0.4.0-rc.7"
40+
"theme-ui": "^0.4.0-rc.8"
4141
}
4242
}

packages/sidenav/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/sidenav",
3-
"version": "0.4.0-rc.7",
3+
"version": "0.4.0-rc.8",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
66
"types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
2525
"@mdx-js/react": "^1.0.21",
2626
"@types/mdx-js__react": "^1.5.1",
2727
"deepmerge": "^4.0.0",
28-
"theme-ui": "^0.4.0-rc.7"
28+
"theme-ui": "^0.4.0-rc.8"
2929
},
3030
"keywords": [
3131
"theme-ui",

packages/style-guide/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theme-ui/style-guide",
3-
"version": "0.4.0-rc.7",
3+
"version": "0.4.0-rc.8",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@emotion/core": "^10.0.10",
2828
"react": "^16.8.6",
29-
"theme-ui": "^0.4.0-rc.7"
29+
"theme-ui": "^0.4.0-rc.8"
3030
},
3131
"publishConfig": {
3232
"access": "public"

0 commit comments

Comments
 (0)