Skip to content

Commit 80882af

Browse files
author
Henri Beck
committed
v10.0.0
1 parent 2743792 commit 80882af

39 files changed

Lines changed: 96 additions & 96 deletions

File tree

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 (2019-1-25)
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.9",
4+
"version": "10.0.0",
55
"command": {
66
"publish": {
77
"allowBranch": ["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.9",
4+
"version": "10.0.0",
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.0.0",
42-
"jss": "10.0.0-alpha.9"
42+
"jss": "10.0.0"
4343
}
4444
}

packages/jss-plugin-cache/readme.md

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

33
> JSS plugin that caches the rules and delivers insane performance.
44
5-
See our website [jss-plugin-cache](https://cssinjs.org/jss-plugin-cache?v=v10.0.0-alpha.9) for more information.
5+
See our website [jss-plugin-cache](https://cssinjs.org/jss-plugin-cache?v=v10.0.0) for more information.
66

77
## Install
88

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.9",
4+
"version": "10.0.0",
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.9"
40+
"jss-plugin-rule-value-function": "10.0.0"
4141
},
4242
"dependencies": {
4343
"@babel/runtime": "^7.0.0",
4444
"hyphenate-style-name": "^1.0.2",
45-
"jss": "10.0.0-alpha.9"
45+
"jss": "10.0.0"
4646
}
4747
}

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

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

33
> JSS plugin that allows to write camel cased rule properties
44
5-
See our website [jss-plugin-camel-case](https://cssinjs.org/jss-plugin-camel-case?v=v10.0.0-alpha.9) for more information.
5+
See our website [jss-plugin-camel-case](https://cssinjs.org/jss-plugin-camel-case?v=v10.0.0) for more information.
66

77
## Install
88

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.9",
4+
"version": "10.0.0",
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.0.0",
42-
"jss": "10.0.0-alpha.9",
42+
"jss": "10.0.0",
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
@@ -2,7 +2,7 @@
22

33
> JSS plugin for classes composition
44
5-
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.0.0-alpha.9) for more information.
5+
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.0.0) for more information.
66

77
## Install
88

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.9",
4+
"version": "10.0.0",
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.9",
43-
"jss-plugin-rule-value-function": "10.0.0-alpha.9",
44-
"jss-plugin-rule-value-observable": "10.0.0-alpha.9"
42+
"jss-plugin-expand": "10.0.0",
43+
"jss-plugin-rule-value-function": "10.0.0",
44+
"jss-plugin-rule-value-observable": "10.0.0"
4545
},
4646
"dependencies": {
4747
"@babel/runtime": "^7.0.0",
48-
"jss": "10.0.0-alpha.9"
48+
"jss": "10.0.0"
4949
}
5050
}

packages/jss-plugin-default-unit/readme.md

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

33
> JSS plugin that adds default custom unit to numeric values where needed
44
5-
See our website [jss-plugin-default-unit](https://cssinjs.org/jss-plugin-default-unit?v=v10.0.0-alpha.9) for more information.
5+
See our website [jss-plugin-default-unit](https://cssinjs.org/jss-plugin-default-unit?v=v10.0.0) for more information.
66

77
## Install
88

0 commit comments

Comments
 (0)