Skip to content

Commit 0132117

Browse files
committed
v10.0.0-alpha.20
1 parent 64e75c6 commit 0132117

File tree

41 files changed

+90
-90
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

+90
-90
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Next
1+
## 10.0.0-alpha.20 (2019-6-17)
22

33
### Bug Fixes
44

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "10.0.0-alpha.19",
4+
"version": "10.0.0-alpha.20",
55
"command": {
66
"publish": {
77
"allow-branch": ["master"]

packages/css-jss/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-jss",
33
"description": "Implements css() interface on top of JSS",
4-
"version": "10.0.0-alpha.19",
4+
"version": "10.0.0-alpha.20",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/",
77
"main": "dist/css-jss.cjs.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@babel/runtime": "^7.3.1",
41-
"jss": "10.0.0-alpha.19",
42-
"jss-preset-default": "10.0.0-alpha.19"
41+
"jss": "10.0.0-alpha.20",
42+
"jss-preset-default": "10.0.0-alpha.20"
4343
}
4444
}

packages/css-jss/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
> Implements css() interface on top of JSS
1111
12-
See our website [css-jss](https://cssinjs.org/css-jss?v=v10.0.0-alpha.19) for more information.
12+
See our website [css-jss](https://cssinjs.org/css-jss?v=v10.0.0-alpha.20) for more information.
1313

1414
## Install
1515

packages/jss-plugin-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jss-plugin-cache",
33
"description": "JSS plugin that caches the rules and delivers insane performance.",
4-
"version": "10.0.0-alpha.19",
4+
"version": "10.0.0-alpha.20",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-plugin-cache",
77
"main": "dist/jss-plugin-cache.cjs.js",
@@ -36,6 +36,6 @@
3636
},
3737
"dependencies": {
3838
"@babel/runtime": "^7.3.1",
39-
"jss": "10.0.0-alpha.19"
39+
"jss": "10.0.0-alpha.20"
4040
}
4141
}

packages/jss-plugin-cache/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
> JSS plugin that caches the rules and delivers insane performance.
1111
12-
See our website [jss-plugin-cache](https://cssinjs.org/jss-plugin-cache?v=v10.0.0-alpha.19) for more information.
12+
See our website [jss-plugin-cache](https://cssinjs.org/jss-plugin-cache?v=v10.0.0-alpha.20) for more information.
1313

1414
## Install
1515

packages/jss-plugin-camel-case/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jss-plugin-camel-case",
33
"description": "JSS plugin that allows to write camel cased rule properties",
4-
"version": "10.0.0-alpha.19",
4+
"version": "10.0.0-alpha.20",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-camel-case",
77
"main": "dist/jss-plugin-camel-case.cjs.js",
@@ -34,11 +34,11 @@
3434
"check-snapshot": "node ../../scripts/match-snapshot.js"
3535
},
3636
"devDependencies": {
37-
"jss-plugin-rule-value-function": "10.0.0-alpha.19"
37+
"jss-plugin-rule-value-function": "10.0.0-alpha.20"
3838
},
3939
"dependencies": {
4040
"@babel/runtime": "^7.3.1",
4141
"hyphenate-style-name": "^1.0.3",
42-
"jss": "10.0.0-alpha.19"
42+
"jss": "10.0.0-alpha.20"
4343
}
4444
}

packages/jss-plugin-camel-case/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
> JSS plugin that allows to write camel cased rule properties
1111
12-
See our website [jss-plugin-camel-case](https://cssinjs.org/jss-plugin-camel-case?v=v10.0.0-alpha.19) for more information.
12+
See our website [jss-plugin-camel-case](https://cssinjs.org/jss-plugin-camel-case?v=v10.0.0-alpha.20) for more information.
1313

1414
## Install
1515

packages/jss-plugin-compose/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jss-plugin-compose",
33
"description": "JSS plugin for classes composition",
4-
"version": "10.0.0-alpha.19",
4+
"version": "10.0.0-alpha.20",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-compose",
77
"main": "dist/jss-plugin-compose.cjs.js",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@babel/runtime": "^7.3.1",
39-
"jss": "10.0.0-alpha.19",
39+
"jss": "10.0.0-alpha.20",
4040
"tiny-warning": "^1.0.2"
4141
}
4242
}

packages/jss-plugin-compose/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
> JSS plugin for classes composition
1111
12-
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.0.0-alpha.19) for more information.
12+
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.0.0-alpha.20) for more information.
1313

1414
## Install
1515

0 commit comments

Comments
 (0)