Skip to content

Commit

Permalink
fix the v10.0.0
Browse files Browse the repository at this point in the history
for some reason during last release script failed to update the version correctly everywhere
  • Loading branch information
kof committed Dec 28, 2019
1 parent c514617 commit 5c98fe0
Show file tree
Hide file tree
Showing 40 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"command": {
"publish": {
"allow-branch": ["master"]
Expand Down
6 changes: 3 additions & 3 deletions packages/css-jss/package.json
@@ -1,7 +1,7 @@
{
"name": "css-jss",
"description": "Implements css() interface on top of JSS",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/",
"main": "dist/css-jss.cjs.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27",
"jss-preset-default": "10.0.0-alpha.27"
"jss": "10.0.0",
"jss-preset-default": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/css-jss/readme.md
Expand Up @@ -9,7 +9,7 @@

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

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-cache/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-cache",
"description": "JSS plugin that caches the rules and delivers insane performance.",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-plugin-cache",
"main": "dist/jss-plugin-cache.cjs.js",
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27"
"jss": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-cache/readme.md
Expand Up @@ -9,7 +9,7 @@

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

## Install

Expand Down
6 changes: 3 additions & 3 deletions packages/jss-plugin-camel-case/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-camel-case",
"description": "JSS plugin that allows to write camel cased rule properties",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-camel-case",
"main": "dist/jss-plugin-camel-case.cjs.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-rule-value-function": "10.0.0-alpha.27"
"jss-plugin-rule-value-function": "10.0.0"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"hyphenate-style-name": "^1.0.3",
"jss": "10.0.0-alpha.27"
"jss": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-camel-case/readme.md
Expand Up @@ -9,7 +9,7 @@

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

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-compose/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-compose",
"description": "JSS plugin for classes composition",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-compose",
"main": "dist/jss-plugin-compose.cjs.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27",
"jss": "10.0.0",
"tiny-warning": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-compose/readme.md
Expand Up @@ -9,7 +9,7 @@

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

## Install

Expand Down
10 changes: 5 additions & 5 deletions packages/jss-plugin-default-unit/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-default-unit",
"description": "JSS plugin that adds default custom unit to numeric values where needed",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-default-unit",
"main": "dist/jss-plugin-default-unit.cjs.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-expand": "10.0.0-alpha.27",
"jss-plugin-rule-value-function": "10.0.0-alpha.27",
"jss-plugin-rule-value-observable": "10.0.0-alpha.27"
"jss-plugin-expand": "10.0.0",
"jss-plugin-rule-value-function": "10.0.0",
"jss-plugin-rule-value-observable": "10.0.0"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27"
"jss": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-default-unit/readme.md
Expand Up @@ -9,7 +9,7 @@

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

## Install

Expand Down
6 changes: 3 additions & 3 deletions packages/jss-plugin-expand/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-expand",
"description": "JSS plugin that gives you a better syntax than CSS.",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-expand",
"main": "dist/jss-plugin-expand.cjs.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-rule-value-observable": "10.0.0-alpha.27"
"jss-plugin-rule-value-observable": "10.0.0"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27"
"jss": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-expand/readme.md
Expand Up @@ -9,7 +9,7 @@

> JSS plugin that gives you a better syntax than CSS.
See our website [jss-plugin-expand](https://cssinjs.org/jss-plugin-expand?v=v10.0.0-alpha.27) for more information.
See our website [jss-plugin-expand](https://cssinjs.org/jss-plugin-expand?v=v10.0.0) for more information.

## Install

Expand Down
10 changes: 5 additions & 5 deletions packages/jss-plugin-extend/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-extend",
"description": "JSS plugin that enables mixing in styles.",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-extend",
"main": "dist/jss-plugin-extend.cjs.js",
Expand Down Expand Up @@ -34,13 +34,13 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-expand": "10.0.0-alpha.27",
"jss-plugin-nested": "10.0.0-alpha.27",
"jss-plugin-rule-value-function": "10.0.0-alpha.27"
"jss-plugin-expand": "10.0.0",
"jss-plugin-nested": "10.0.0",
"jss-plugin-rule-value-function": "10.0.0"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27",
"jss": "10.0.0",
"tiny-warning": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-extend/readme.md
Expand Up @@ -9,7 +9,7 @@

> JSS plugin that enables mixing in styles.
See our website [jss-plugin-extend](https://cssinjs.org/jss-plugin-extend?v=v10.0.0-alpha.27) for more information.
See our website [jss-plugin-extend](https://cssinjs.org/jss-plugin-extend?v=v10.0.0) for more information.

## Install

Expand Down
6 changes: 3 additions & 3 deletions packages/jss-plugin-global/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-global",
"description": "Global styles for JSS",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-global",
"main": "dist/jss-plugin-global.cjs.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-nested": "10.0.0-alpha.27"
"jss-plugin-nested": "10.0.0"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27"
"jss": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-global/readme.md
Expand Up @@ -9,7 +9,7 @@

> Global styles for JSS
See our website [jss-plugin-global](https://cssinjs.org/jss-plugin-global?v=v10.0.0-alpha.27) for more information.
See our website [jss-plugin-global](https://cssinjs.org/jss-plugin-global?v=v10.0.0) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-isolate/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-isolate",
"description": "True rules isolation through automatic properties reset.",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-plugin-isolate",
"main": "dist/jss-plugin-isolate.cjs.js",
Expand Down Expand Up @@ -37,6 +37,6 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"css-initials": "^0.3.1",
"jss": "10.0.0-alpha.27"
"jss": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-isolate/readme.md
Expand Up @@ -9,7 +9,7 @@

> True rules isolation through automatic properties reset.
See our website [jss-plugin-isolate](https://cssinjs.org/jss-plugin-isolate?v=v10.0.0-alpha.27) for more information.
See our website [jss-plugin-isolate](https://cssinjs.org/jss-plugin-isolate?v=v10.0.0) for more information.

## Install

Expand Down
6 changes: 3 additions & 3 deletions packages/jss-plugin-nested/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-nested",
"description": "JSS plugin that enables support for nested selectors",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-nested",
"main": "dist/jss-plugin-nested.cjs.js",
Expand Down Expand Up @@ -35,11 +35,11 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-rule-value-function": "10.0.0-alpha.27"
"jss-plugin-rule-value-function": "10.0.0"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27",
"jss": "10.0.0",
"tiny-warning": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-nested/readme.md
Expand Up @@ -9,7 +9,7 @@

> JSS plugin that enables support for nested selectors
See our website [jss-plugin-nested](https://cssinjs.org/jss-plugin-nested?v=v10.0.0-alpha.27) for more information.
See our website [jss-plugin-nested](https://cssinjs.org/jss-plugin-nested?v=v10.0.0) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-props-sort/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-props-sort",
"description": "JSS plugin that ensures style properties extend each other instead of override",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-plugin-props-sort",
"main": "dist/jss-plugin-props-sort.cjs.js",
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27"
"jss": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-props-sort/readme.md
Expand Up @@ -9,7 +9,7 @@

> JSS plugin that ensures style properties extend each other instead of override
See our website [jss-plugin-props-sort](https://cssinjs.org/jss-plugin-props-sort?v=v10.0.0-alpha.27) for more information.
See our website [jss-plugin-props-sort](https://cssinjs.org/jss-plugin-props-sort?v=v10.0.0) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-rule-value-function/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-rule-value-function",
"description": "JSS plugin for function value and rule syntax",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/",
"main": "dist/jss-plugin-rule-value-function.cjs.js",
Expand Down Expand Up @@ -42,6 +42,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27"
"jss": "10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-rule-value-function/readme.md
Expand Up @@ -9,7 +9,7 @@

> JSS plugin for function value and rule syntax
See our website [jss-plugin-rule-value-function](https://cssinjs.org/jss-plugin-rule-value-function?v=v10.0.0-alpha.27) for more information.
See our website [jss-plugin-rule-value-function](https://cssinjs.org/jss-plugin-rule-value-function?v=v10.0.0) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-rule-value-observable/package.json
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-rule-value-observable",
"description": "JSS plugin for TC39 Observables support",
"version": "10.0.0-alpha.27",
"version": "10.0.0",
"license": "MIT",
"homepage": "https://cssinjs.org/",
"main": "dist/jss-plugin-rule-value-observable.cjs.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.27",
"jss": "10.0.0",
"symbol-observable": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-rule-value-observable/readme.md
Expand Up @@ -9,7 +9,7 @@

> JSS plugin for TC39 Observables support
See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.0.0-alpha.27) for more information.
See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.0.0) for more information.

## Install

Expand Down

0 comments on commit 5c98fe0

Please sign in to comment.