Skip to content

Commit dae1bf2

Browse files
committed
v10.0.0-alpha.17
1 parent 028e229 commit dae1bf2

File tree

39 files changed

+86
-86
lines changed

39 files changed

+86
-86
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.17 (2019-6-7)
22

33
### Features
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.16",
4+
"version": "10.0.0-alpha.17",
55
"command": {
66
"publish": {
77
"allow-branch": ["master"]

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.16",
4+
"version": "10.0.0-alpha.17",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-plugin-cache",
77
"main": "dist/jss-plugin-cache.cjs.js",
@@ -39,6 +39,6 @@
3939
},
4040
"dependencies": {
4141
"@babel/runtime": "^7.3.1",
42-
"jss": "10.0.0-alpha.16"
42+
"jss": "10.0.0-alpha.17"
4343
}
4444
}

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.16) for more information.
12+
See our website [jss-plugin-cache](https://cssinjs.org/jss-plugin-cache?v=v10.0.0-alpha.17) 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.16",
4+
"version": "10.0.0-alpha.17",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-camel-case",
77
"main": "dist/jss-plugin-camel-case.cjs.js",
@@ -37,11 +37,11 @@
3737
"check-snapshot": "node ../../scripts/match-snapshot.js"
3838
},
3939
"devDependencies": {
40-
"jss-plugin-rule-value-function": "10.0.0-alpha.16"
40+
"jss-plugin-rule-value-function": "10.0.0-alpha.17"
4141
},
4242
"dependencies": {
4343
"@babel/runtime": "^7.3.1",
4444
"hyphenate-style-name": "^1.0.3",
45-
"jss": "10.0.0-alpha.16"
45+
"jss": "10.0.0-alpha.17"
4646
}
4747
}

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.16) for more information.
12+
See our website [jss-plugin-camel-case](https://cssinjs.org/jss-plugin-camel-case?v=v10.0.0-alpha.17) 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.16",
4+
"version": "10.0.0-alpha.17",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-compose",
77
"main": "dist/jss-plugin-compose.cjs.js",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@babel/runtime": "^7.3.1",
42-
"jss": "10.0.0-alpha.16",
42+
"jss": "10.0.0-alpha.17",
4343
"tiny-warning": "^1.0.2"
4444
}
4545
}

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.16) for more information.
12+
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.0.0-alpha.17) for more information.
1313

1414
## Install
1515

packages/jss-plugin-default-unit/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jss-plugin-default-unit",
33
"description": "JSS plugin that adds default custom unit to numeric values where needed",
4-
"version": "10.0.0-alpha.16",
4+
"version": "10.0.0-alpha.17",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-default-unit",
77
"main": "dist/jss-plugin-default-unit.cjs.js",
@@ -39,12 +39,12 @@
3939
"check-snapshot": "node ../../scripts/match-snapshot.js"
4040
},
4141
"devDependencies": {
42-
"jss-plugin-expand": "10.0.0-alpha.16",
43-
"jss-plugin-rule-value-function": "10.0.0-alpha.16",
44-
"jss-plugin-rule-value-observable": "10.0.0-alpha.16"
42+
"jss-plugin-expand": "10.0.0-alpha.17",
43+
"jss-plugin-rule-value-function": "10.0.0-alpha.17",
44+
"jss-plugin-rule-value-observable": "10.0.0-alpha.17"
4545
},
4646
"dependencies": {
4747
"@babel/runtime": "^7.3.1",
48-
"jss": "10.0.0-alpha.16"
48+
"jss": "10.0.0-alpha.17"
4949
}
5050
}

packages/jss-plugin-default-unit/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 adds default custom unit to numeric values where needed
1111
12-
See our website [jss-plugin-default-unit](https://cssinjs.org/jss-plugin-default-unit?v=v10.0.0-alpha.16) for more information.
12+
See our website [jss-plugin-default-unit](https://cssinjs.org/jss-plugin-default-unit?v=v10.0.0-alpha.17) for more information.
1313

1414
## Install
1515

0 commit comments

Comments
 (0)