Skip to content

Commit 6713e91

Browse files
Laurie BarthLaurie Barth
authored andcommitted
Merge branch 'enable-highlighting' of https://github.com/system-ui/theme-ui into enable-highlighting
2 parents 8cf6077 + cff2e5f commit 6713e91

File tree

36 files changed

+92
-92
lines changed

36 files changed

+92
-92
lines changed

examples/codesandbox-starter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "theme-ui-starter",
33
"private": "true",
4-
"version": "0.4.0-alpha.0",
4+
"version": "0.4.0-highlight.0",
55
"description": "A sandbox configured with Theme UI, including the `base` theme.",
66
"main": "index.html",
77
"scripts": {
@@ -11,10 +11,10 @@
1111
"dependencies": {
1212
"@emotion/core": "^10.0.17",
1313
"@mdx-js/react": "^1.4.5",
14-
"@theme-ui/presets": "^0.4.0-alpha.0",
14+
"@theme-ui/presets": "^0.4.0-highlight.0",
1515
"react": "^16.12.0",
1616
"react-dom": "^16.9.0",
17-
"theme-ui": "^0.4.0-alpha.0"
17+
"theme-ui": "^0.4.0-highlight.0"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.7.4",

examples/custom-pragma/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "custom-pragma-example",
4-
"version": "0.4.0-alpha.0",
4+
"version": "0.4.0-highlight.0",
55
"main": "index.js",
66
"author": "Brent Jackson <[email protected]>",
77
"license": "MIT",
@@ -17,6 +17,6 @@
1717
"gatsby-plugin-mdx": "^1.0.4",
1818
"react": "^16.8.6",
1919
"react-dom": "^16.8.6",
20-
"theme-ui": "^0.4.0-alpha.0"
20+
"theme-ui": "^0.4.0-highlight.0"
2121
}
2222
}

examples/dark-mode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "dark-mode-theme-ui-example",
4-
"version": "0.4.0-alpha.0",
4+
"version": "0.4.0-highlight.0",
55
"main": "index.js",
66
"author": "Brent Jackson <[email protected]>",
77
"license": "MIT",
@@ -17,6 +17,6 @@
1717
"gatsby-plugin-mdx": "^1.0.4",
1818
"react": "^16.8.6",
1919
"react-dom": "^16.8.6",
20-
"theme-ui": "^0.4.0-alpha.0"
20+
"theme-ui": "^0.4.0-highlight.0"
2121
}
2222
}

examples/gatsby-plugin/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": "gatsby-plugin-theme-ui-example",
4-
"version": "0.4.0-alpha.0",
4+
"version": "0.4.0-highlight.0",
55
"main": "index.js",
66
"author": "Brent Jackson <[email protected]>",
77
"license": "MIT",
@@ -15,10 +15,10 @@
1515
"@mdx-js/react": "^1.0.16",
1616
"gatsby": "^2.6.3",
1717
"gatsby-plugin-mdx": "^1.0.4",
18-
"gatsby-plugin-theme-ui": "^0.4.0-alpha.0",
18+
"gatsby-plugin-theme-ui": "^0.4.0-highlight.0",
1919
"react": "^16.8.6",
2020
"react-dom": "^16.8.6",
21-
"theme-ui": "^0.4.0-alpha.0"
21+
"theme-ui": "^0.4.0-highlight.0"
2222
},
2323
"devDependencies": {
2424
"@testing-library/react": "^9.1.3",

examples/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "gatsby-theme-ui-example",
4-
"version": "0.4.0-alpha.0",
4+
"version": "0.4.0-highlight.0",
55
"main": "index.js",
66
"author": "Brent Jackson <[email protected]>",
77
"license": "MIT",
@@ -17,6 +17,6 @@
1717
"gatsby-plugin-mdx": "^1.0.4",
1818
"react": "^16.8.6",
1919
"react-dom": "^16.8.6",
20-
"theme-ui": "^0.4.0-alpha.0"
20+
"theme-ui": "^0.4.0-highlight.0"
2121
}
2222
}

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "next-theme-ui-example",
4-
"version": "0.4.0-alpha.0",
4+
"version": "0.4.0-highlight.0",
55
"main": "index.js",
66
"author": "Brent Jackson <[email protected]>",
77
"license": "MIT",
@@ -16,6 +16,6 @@
1616
"next": "^9.3.4",
1717
"react": "^16.13.1",
1818
"react-dom": "^16.13.1",
19-
"theme-ui": "^0.4.0-alpha.0"
19+
"theme-ui": "^0.4.0-highlight.0"
2020
}
2121
}

examples/prism/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "prism-theme-ui-example",
4-
"version": "0.4.0-alpha.0",
4+
"version": "0.4.0-highlight.0",
55
"main": "index.js",
66
"author": "Brent Jackson <[email protected]>",
77
"license": "MIT",
@@ -19,6 +19,6 @@
1919
"prismjs": "^1.16.0",
2020
"react": "^16.8.6",
2121
"react-dom": "^16.8.6",
22-
"theme-ui": "^0.4.0-alpha.0"
22+
"theme-ui": "^0.4.0-highlight.0"
2323
}
2424
}

examples/typography/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "typography-js-theme-ui-example",
4-
"version": "0.4.0-alpha.0",
4+
"version": "0.4.0-highlight.0",
55
"main": "index.js",
66
"author": "Brent Jackson <[email protected]>",
77
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"lodash.merge": "^4.6.1",
2020
"react": "^16.8.6",
2121
"react-dom": "^16.8.6",
22-
"theme-ui": "^0.4.0-alpha.0",
22+
"theme-ui": "^0.4.0-highlight.0",
2323
"theme-ui-typography": "^0.1.7",
2424
"typography-theme-fairy-gates": "^0.16.19"
2525
}

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-alpha.0",
2+
"version": "0.4.0-highlight.0",
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-alpha.0",
4+
"version": "0.4.0-highlight.0",
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-alpha.0",
22+
"@theme-ui/editor": "^0.4.0-highlight.0",
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-alpha.0",
30+
"theme-ui": "^0.4.0-highlight.0",
3131
"webpack": "^4.33.0",
3232
"webpack-cli": "^3.3.4"
3333
},

0 commit comments

Comments
 (0)