Skip to content

Commit 6386739

Browse files
committed
v10.9.1-alpha.1
1 parent dfabf57 commit 6386739

File tree

41 files changed

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

+92
-90
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Since you are interested in what happens next, in case, you work for a for-profi
22

33
## Next (version and date will be generated, add changes below)
44

5+
## 10.9.1-alpha.1 (2022-4-23)
6+
57
### Bug fixes
68

79
- [react-jss] #1608 fixed the failing tests caused by #1604, but doing so reintroduced the original bug breaking React 18 support [1609](https://github.com/cssinjs/jss/pull/1609)

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.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
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.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/",
77
"main": "dist/css-jss.cjs.js",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@babel/runtime": "^7.3.1",
43-
"jss": "10.9.1-alpha.0",
44-
"jss-preset-default": "10.9.1-alpha.0"
43+
"jss": "10.9.1-alpha.1",
44+
"jss-preset-default": "10.9.1-alpha.1"
4545
}
4646
}

packages/css-jss/readme.md

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

99
> Implements css() interface on top of JSS
1010
11-
See our website [css-jss](https://cssinjs.org/css-jss?v=v10.9.1-alpha.0) for more information.
11+
See our website [css-jss](https://cssinjs.org/css-jss?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

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.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-plugin-cache",
77
"main": "dist/jss-plugin-cache.cjs.js",
@@ -38,6 +38,6 @@
3838
},
3939
"dependencies": {
4040
"@babel/runtime": "^7.3.1",
41-
"jss": "10.9.1-alpha.0"
41+
"jss": "10.9.1-alpha.1"
4242
}
4343
}

packages/jss-plugin-cache/readme.md

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

99
> JSS plugin that caches the rules and delivers insane performance.
1010
11-
See our website [jss-plugin-cache](https://cssinjs.org/jss-plugin-cache?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-cache](https://cssinjs.org/jss-plugin-cache?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

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.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-camel-case",
77
"main": "dist/jss-plugin-camel-case.cjs.js",
@@ -36,11 +36,11 @@
3636
"check-snapshot": "node ../../scripts/match-snapshot.js"
3737
},
3838
"devDependencies": {
39-
"jss-plugin-rule-value-function": "10.9.1-alpha.0"
39+
"jss-plugin-rule-value-function": "10.9.1-alpha.1"
4040
},
4141
"dependencies": {
4242
"@babel/runtime": "^7.3.1",
4343
"hyphenate-style-name": "^1.0.3",
44-
"jss": "10.9.1-alpha.0"
44+
"jss": "10.9.1-alpha.1"
4545
}
4646
}

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

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

99
> JSS plugin that allows to write camel cased rule properties
1010
11-
See our website [jss-plugin-camel-case](https://cssinjs.org/jss-plugin-camel-case?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-camel-case](https://cssinjs.org/jss-plugin-camel-case?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

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.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-compose",
77
"main": "dist/jss-plugin-compose.cjs.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@babel/runtime": "^7.3.1",
41-
"jss": "10.9.1-alpha.0",
41+
"jss": "10.9.1-alpha.1",
4242
"tiny-warning": "^1.0.2"
4343
}
4444
}

packages/jss-plugin-compose/readme.md

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

99
> JSS plugin for classes composition
1010
11-
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

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.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-default-unit",
77
"main": "dist/jss-plugin-default-unit.cjs.js",
@@ -38,12 +38,12 @@
3838
"check-snapshot": "node ../../scripts/match-snapshot.js"
3939
},
4040
"devDependencies": {
41-
"jss-plugin-expand": "10.9.1-alpha.0",
42-
"jss-plugin-rule-value-function": "10.9.1-alpha.0",
43-
"jss-plugin-rule-value-observable": "10.9.1-alpha.0"
41+
"jss-plugin-expand": "10.9.1-alpha.1",
42+
"jss-plugin-rule-value-function": "10.9.1-alpha.1",
43+
"jss-plugin-rule-value-observable": "10.9.1-alpha.1"
4444
},
4545
"dependencies": {
4646
"@babel/runtime": "^7.3.1",
47-
"jss": "10.9.1-alpha.0"
47+
"jss": "10.9.1-alpha.1"
4848
}
4949
}

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

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

99
> JSS plugin that adds default custom unit to numeric values where needed
1010
11-
See our website [jss-plugin-default-unit](https://cssinjs.org/jss-plugin-default-unit?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-default-unit](https://cssinjs.org/jss-plugin-default-unit?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

packages/jss-plugin-expand/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-expand",
33
"description": "JSS plugin that gives you a better syntax than CSS.",
4-
"version": "10.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-expand",
77
"main": "dist/jss-plugin-expand.cjs.js",
@@ -36,10 +36,10 @@
3636
"check-snapshot": "node ../../scripts/match-snapshot.js"
3737
},
3838
"devDependencies": {
39-
"jss-plugin-rule-value-observable": "10.9.1-alpha.0"
39+
"jss-plugin-rule-value-observable": "10.9.1-alpha.1"
4040
},
4141
"dependencies": {
4242
"@babel/runtime": "^7.3.1",
43-
"jss": "10.9.1-alpha.0"
43+
"jss": "10.9.1-alpha.1"
4444
}
4545
}

packages/jss-plugin-expand/readme.md

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

99
> JSS plugin that gives you a better syntax than CSS.
1010
11-
See our website [jss-plugin-expand](https://cssinjs.org/jss-plugin-expand?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-expand](https://cssinjs.org/jss-plugin-expand?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

packages/jss-plugin-extend/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-extend",
33
"description": "JSS plugin that enables mixing in styles.",
4-
"version": "10.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-extend",
77
"main": "dist/jss-plugin-extend.cjs.js",
@@ -36,13 +36,13 @@
3636
"check-snapshot": "node ../../scripts/match-snapshot.js"
3737
},
3838
"devDependencies": {
39-
"jss-plugin-expand": "10.9.1-alpha.0",
40-
"jss-plugin-nested": "10.9.1-alpha.0",
41-
"jss-plugin-rule-value-function": "10.9.1-alpha.0"
39+
"jss-plugin-expand": "10.9.1-alpha.1",
40+
"jss-plugin-nested": "10.9.1-alpha.1",
41+
"jss-plugin-rule-value-function": "10.9.1-alpha.1"
4242
},
4343
"dependencies": {
4444
"@babel/runtime": "^7.3.1",
45-
"jss": "10.9.1-alpha.0",
45+
"jss": "10.9.1-alpha.1",
4646
"tiny-warning": "^1.0.2"
4747
}
4848
}

packages/jss-plugin-extend/readme.md

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

99
> JSS plugin that enables mixing in styles.
1010
11-
See our website [jss-plugin-extend](https://cssinjs.org/jss-plugin-extend?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-extend](https://cssinjs.org/jss-plugin-extend?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

packages/jss-plugin-global/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-global",
33
"description": "Global styles for JSS",
4-
"version": "10.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-global",
77
"main": "dist/jss-plugin-global.cjs.js",
@@ -37,10 +37,10 @@
3737
"check-snapshot": "node ../../scripts/match-snapshot.js"
3838
},
3939
"devDependencies": {
40-
"jss-plugin-nested": "10.9.1-alpha.0"
40+
"jss-plugin-nested": "10.9.1-alpha.1"
4141
},
4242
"dependencies": {
4343
"@babel/runtime": "^7.3.1",
44-
"jss": "10.9.1-alpha.0"
44+
"jss": "10.9.1-alpha.1"
4545
}
4646
}

packages/jss-plugin-global/readme.md

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

99
> Global styles for JSS
1010
11-
See our website [jss-plugin-global](https://cssinjs.org/jss-plugin-global?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-global](https://cssinjs.org/jss-plugin-global?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

packages/jss-plugin-isolate/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-isolate",
33
"description": "True rules isolation through automatic properties reset.",
4-
"version": "10.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-plugin-isolate",
77
"main": "dist/jss-plugin-isolate.cjs.js",
@@ -39,6 +39,6 @@
3939
"dependencies": {
4040
"@babel/runtime": "^7.3.1",
4141
"css-initials": "^0.3.1",
42-
"jss": "10.9.1-alpha.0"
42+
"jss": "10.9.1-alpha.1"
4343
}
4444
}

packages/jss-plugin-isolate/readme.md

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

99
> True rules isolation through automatic properties reset.
1010
11-
See our website [jss-plugin-isolate](https://cssinjs.org/jss-plugin-isolate?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-isolate](https://cssinjs.org/jss-plugin-isolate?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

packages/jss-plugin-nested/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jss-plugin-nested",
33
"description": "JSS plugin that enables support for nested selectors",
4-
"version": "10.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-nested",
77
"main": "dist/jss-plugin-nested.cjs.js",
@@ -37,12 +37,12 @@
3737
"check-snapshot": "node ../../scripts/match-snapshot.js"
3838
},
3939
"devDependencies": {
40-
"jss-plugin-global": "10.9.1-alpha.0",
41-
"jss-plugin-rule-value-function": "10.9.1-alpha.0"
40+
"jss-plugin-global": "10.9.1-alpha.1",
41+
"jss-plugin-rule-value-function": "10.9.1-alpha.1"
4242
},
4343
"dependencies": {
4444
"@babel/runtime": "^7.3.1",
45-
"jss": "10.9.1-alpha.0",
45+
"jss": "10.9.1-alpha.1",
4646
"tiny-warning": "^1.0.2"
4747
}
4848
}

packages/jss-plugin-nested/readme.md

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

99
> JSS plugin that enables support for nested selectors
1010
11-
See our website [jss-plugin-nested](https://cssinjs.org/jss-plugin-nested?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-nested](https://cssinjs.org/jss-plugin-nested?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

packages/jss-plugin-props-sort/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-props-sort",
33
"description": "JSS plugin that ensures style properties extend each other instead of override",
4-
"version": "10.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/jss-plugin-props-sort",
77
"main": "dist/jss-plugin-props-sort.cjs.js",
@@ -38,6 +38,6 @@
3838
},
3939
"dependencies": {
4040
"@babel/runtime": "^7.3.1",
41-
"jss": "10.9.1-alpha.0"
41+
"jss": "10.9.1-alpha.1"
4242
}
4343
}

packages/jss-plugin-props-sort/readme.md

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

99
> JSS plugin that ensures style properties extend each other instead of override
1010
11-
See our website [jss-plugin-props-sort](https://cssinjs.org/jss-plugin-props-sort?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-props-sort](https://cssinjs.org/jss-plugin-props-sort?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

packages/jss-plugin-rule-value-function/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-rule-value-function",
33
"description": "JSS plugin for function value and rule syntax",
4-
"version": "10.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/",
77
"main": "dist/jss-plugin-rule-value-function.cjs.js",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@babel/runtime": "^7.3.1",
47-
"jss": "10.9.1-alpha.0",
47+
"jss": "10.9.1-alpha.1",
4848
"tiny-warning": "^1.0.2"
4949
}
5050
}

packages/jss-plugin-rule-value-function/readme.md

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

99
> JSS plugin for function value and rule syntax
1010
11-
See our website [jss-plugin-rule-value-function](https://cssinjs.org/jss-plugin-rule-value-function?v=v10.9.1-alpha.0) for more information.
11+
See our website [jss-plugin-rule-value-function](https://cssinjs.org/jss-plugin-rule-value-function?v=v10.9.1-alpha.1) for more information.
1212

1313
## Install
1414

packages/jss-plugin-rule-value-observable/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-rule-value-observable",
33
"description": "JSS plugin for TC39 Observables support",
4-
"version": "10.9.1-alpha.0",
4+
"version": "10.9.1-alpha.1",
55
"license": "MIT",
66
"homepage": "https://cssinjs.org/",
77
"main": "dist/jss-plugin-rule-value-observable.cjs.js",
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@babel/runtime": "^7.3.1",
46-
"jss": "10.9.1-alpha.0",
46+
"jss": "10.9.1-alpha.1",
4747
"symbol-observable": "^1.2.0"
4848
}
4949
}

0 commit comments

Comments
 (0)