Skip to content

Commit 16c5a74

Browse files
committed
Merge branch 'stable' into develop
2 parents c65abf6 + 7fd6bd6 commit 16c5a74

File tree

41 files changed

+141
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+141
-103
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# v0.14.7 (Thu Jul 28 2022)
2+
3+
#### 👨‍💻 Minor changes
4+
5+
- Update index.mdx ([@hasparus](https://github.com/hasparus))
6+
7+
#### Authors: 1
8+
9+
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
10+
11+
---
12+
13+
# v0.14.6 (Wed Jun 15 2022)
14+
15+
#### 🐛 Bug Fix
16+
17+
- `@theme-ui/prism`
18+
- fix(prism): fix peer dependency version ([@hasparus](https://github.com/hasparus))
19+
20+
#### Authors: 1
21+
22+
- Piotr Monwid-Olechnowicz ([@hasparus](https://github.com/hasparus))
23+
24+
---
25+
126
# v0.14.5 (Sat Apr 30 2022)
227

328
#### 🐛 Bug Fix

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.14.5",
2+
"version": "0.14.7",
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.14.5",
3+
"version": "0.14.7",
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",
@@ -14,8 +14,8 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@theme-ui/core": "0.14.5",
18-
"@theme-ui/css": "0.14.5",
17+
"@theme-ui/core": "0.14.7",
18+
"@theme-ui/css": "0.14.7",
1919
"deepmerge": "^4.2.2"
2020
},
2121
"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.14.5",
3+
"version": "0.14.7",
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.14.5",
10+
"@theme-ui/css": "0.14.7",
1111
"polished": "^4.0.5"
1212
},
1313
"publishConfig": {

packages/components/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/components",
3-
"version": "0.14.5",
3+
"version": "0.14.7",
44
"main": "dist/theme-ui-components.cjs.js",
55
"module": "dist/theme-ui-components.esm.js",
66
"types": "dist/theme-ui-components.cjs.d.ts",
@@ -10,7 +10,7 @@
1010
"@styled-system/color": "^5.1.2",
1111
"@styled-system/should-forward-prop": "^5.1.2",
1212
"@styled-system/space": "^5.1.2",
13-
"@theme-ui/css": "0.14.5",
13+
"@theme-ui/css": "0.14.7",
1414
"@types/styled-system": "^5.1.13"
1515
},
1616
"peerDependencies": {

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.14.5",
3+
"version": "0.14.7",
44
"source": "src/index.ts",
55
"main": "dist/theme-ui-core.cjs.js",
66
"module": "dist/theme-ui-core.esm.js",
@@ -14,8 +14,8 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@theme-ui/css": "0.14.5",
18-
"@theme-ui/parse-props": "0.14.5",
17+
"@theme-ui/css": "0.14.7",
18+
"@theme-ui/parse-props": "0.14.7",
1919
"deepmerge": "^4.2.2"
2020
},
2121
"peerDependencies": {

packages/css/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/css",
3-
"version": "0.14.5",
3+
"version": "0.14.7",
44
"source": "src/index.ts",
55
"main": "dist/theme-ui-css.cjs.js",
66
"module": "dist/theme-ui-css.esm.js",

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.14.5",
4+
"version": "0.14.7",
55
"source": "src/index.ts",
66
"main": "dist/theme-ui-custom-properties.cjs.js",
77
"module": "dist/theme-ui-custom-properties.esm.js",
@@ -16,7 +16,7 @@
1616
"pluralize": "^8.0.0"
1717
},
1818
"devDependencies": {
19-
"@theme-ui/css": "0.14.5",
19+
"@theme-ui/css": "0.14.7",
2020
"@types/pluralize": "^0.0.29"
2121
},
2222
"gitHead": "621199460fa3bdb0100748441e62517b7529b8c8"

packages/docs/package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "docs",
4-
"version": "0.14.5",
4+
"version": "0.14.7",
55
"main": "dist/docs.cjs.js",
66
"author": "Brent Jackson <jxnblk@gmail.com>",
77
"license": "MIT",
@@ -20,24 +20,25 @@
2020
"@emotion/react": "^11.9.0",
2121
"@mdx-js/mdx": "^1.6.22",
2222
"@mdx-js/react": "^1.6.22",
23-
"@theme-ui/color": "0.14.5",
24-
"@theme-ui/components": "0.14.5",
25-
"@theme-ui/css": "0.14.5",
26-
"@theme-ui/match-media": "0.14.5",
27-
"@theme-ui/presets": "0.14.5",
28-
"@theme-ui/prism": "0.14.5",
29-
"@theme-ui/sidenav": "0.14.5",
30-
"@theme-ui/style-guide": "0.14.5",
31-
"@theme-ui/typography": "0.14.5",
23+
"@theme-ui/color": "0.14.7",
24+
"@theme-ui/components": "0.14.7",
25+
"@theme-ui/css": "0.14.7",
26+
"@theme-ui/editor": "0.14.7",
27+
"@theme-ui/match-media": "0.14.7",
28+
"@theme-ui/presets": "0.14.7",
29+
"@theme-ui/prism": "0.14.7",
30+
"@theme-ui/sidenav": "0.14.7",
31+
"@theme-ui/style-guide": "0.14.7",
32+
"@theme-ui/typography": "0.14.7",
3233
"copy-to-clipboard": "^3.2.0",
3334
"eslint-config-react-app": "^6.0.0",
3435
"gatsby": "^4.13.1",
3536
"gatsby-plugin-catch-links": "^4.2.0",
3637
"gatsby-plugin-compile-es6-packages": "^2.1.1",
3738
"gatsby-plugin-mdx": "3.2.0",
3839
"gatsby-plugin-react-helmet": "^5.2.0",
39-
"gatsby-plugin-theme-ui": "0.14.5",
40-
"gatsby-theme-style-guide": "0.14.5",
40+
"gatsby-plugin-theme-ui": "0.14.7",
41+
"gatsby-theme-style-guide": "0.14.7",
4142
"lodash.merge": "^4.6.1",
4243
"lodash.omit": "^4.5.0",
4344
"prismjs": "^1.16.0",
@@ -47,7 +48,7 @@
4748
"react-live": "^2.1.2",
4849
"remark-slug": "^6",
4950
"stringify-object": "^3",
50-
"theme-ui": "0.14.5",
51+
"theme-ui": "0.14.7",
5152
"typography-theme-alton": "^0.16.19",
5253
"typography-theme-anonymous": "^0.15.10",
5354
"typography-theme-bootstrap": "^0.16.19",

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "e2e",
33
"private": true,
4-
"version": "0.14.5",
4+
"version": "0.14.7",
55
"description": "Cypress tests ran against Theme UI docs and examples",
66
"scripts": {
77
"open": "cypress open",

0 commit comments

Comments
 (0)