Skip to content

Commit

Permalink
v10.0.0-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Mar 24, 2019
1 parent f6fcef4 commit 9984ccc
Show file tree
Hide file tree
Showing 38 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next
## 10.0.0-alpha.16 (2019-3-24)

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"command": {
"publish": {
"allow-branch": ["master"]
Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-cache",
"description": "JSS plugin that caches the rules and delivers insane performance.",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-plugin-cache",
"main": "dist/jss-plugin-cache.cjs.js",
Expand Down Expand Up @@ -39,6 +39,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15"
"jss": "10.0.0-alpha.16"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-cache/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-cache](https://cssinjs.org/jss-plugin-cache?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
6 changes: 3 additions & 3 deletions packages/jss-plugin-camel-case/package.json
Original file line number Diff line number Diff line change
@@ -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.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-camel-case",
"main": "dist/jss-plugin-camel-case.cjs.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-rule-value-function": "10.0.0-alpha.15"
"jss-plugin-rule-value-function": "10.0.0-alpha.16"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"hyphenate-style-name": "^1.0.3",
"jss": "10.0.0-alpha.15"
"jss": "10.0.0-alpha.16"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-camel-case/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-camel-case](https://cssinjs.org/jss-plugin-camel-case?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-compose/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-compose",
"description": "JSS plugin for classes composition",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-compose",
"main": "dist/jss-plugin-compose.cjs.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15",
"jss": "10.0.0-alpha.16",
"tiny-warning": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-compose/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-compose](https://cssinjs.org/jss-plugin-compose?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
10 changes: 5 additions & 5 deletions packages/jss-plugin-default-unit/package.json
Original file line number Diff line number Diff line change
@@ -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.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-default-unit",
"main": "dist/jss-plugin-default-unit.cjs.js",
Expand Down Expand Up @@ -39,12 +39,12 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-expand": "10.0.0-alpha.15",
"jss-plugin-rule-value-function": "10.0.0-alpha.15",
"jss-plugin-rule-value-observable": "10.0.0-alpha.15"
"jss-plugin-expand": "10.0.0-alpha.16",
"jss-plugin-rule-value-function": "10.0.0-alpha.16",
"jss-plugin-rule-value-observable": "10.0.0-alpha.16"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15"
"jss": "10.0.0-alpha.16"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-default-unit/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-default-unit](https://cssinjs.org/jss-plugin-default-unit?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
6 changes: 3 additions & 3 deletions packages/jss-plugin-expand/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-expand",
"description": "JSS plugin that gives you a better syntax than CSS.",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-expand",
"main": "dist/jss-plugin-expand.cjs.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-rule-value-observable": "10.0.0-alpha.15"
"jss-plugin-rule-value-observable": "10.0.0-alpha.16"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15"
"jss": "10.0.0-alpha.16"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-expand/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-expand](https://cssinjs.org/jss-plugin-expand?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
10 changes: 5 additions & 5 deletions packages/jss-plugin-extend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-extend",
"description": "JSS plugin that enables mixing in styles.",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-extend",
"main": "dist/jss-plugin-extend.cjs.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-expand": "10.0.0-alpha.15",
"jss-plugin-nested": "10.0.0-alpha.15",
"jss-plugin-rule-value-function": "10.0.0-alpha.15"
"jss-plugin-expand": "10.0.0-alpha.16",
"jss-plugin-nested": "10.0.0-alpha.16",
"jss-plugin-rule-value-function": "10.0.0-alpha.16"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15",
"jss": "10.0.0-alpha.16",
"tiny-warning": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-extend/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-extend](https://cssinjs.org/jss-plugin-extend?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
6 changes: 3 additions & 3 deletions packages/jss-plugin-global/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-global",
"description": "Global styles for JSS",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-global",
"main": "dist/jss-plugin-global.cjs.js",
Expand Down Expand Up @@ -38,10 +38,10 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-nested": "10.0.0-alpha.15"
"jss-plugin-nested": "10.0.0-alpha.16"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15"
"jss": "10.0.0-alpha.16"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-global/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-global](https://cssinjs.org/jss-plugin-global?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-isolate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-isolate",
"description": "True rules isolation through automatic properties reset.",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-plugin-isolate",
"main": "dist/jss-plugin-isolate.cjs.js",
Expand Down Expand Up @@ -40,6 +40,6 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"css-initials": "^0.3.1",
"jss": "10.0.0-alpha.15"
"jss": "10.0.0-alpha.16"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-isolate/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-isolate](https://cssinjs.org/jss-plugin-isolate?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
6 changes: 3 additions & 3 deletions packages/jss-plugin-nested/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-nested",
"description": "JSS plugin that enables support for nested selectors",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-nested",
"main": "dist/jss-plugin-nested.cjs.js",
Expand Down Expand Up @@ -38,11 +38,11 @@
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"devDependencies": {
"jss-plugin-rule-value-function": "10.0.0-alpha.15"
"jss-plugin-rule-value-function": "10.0.0-alpha.16"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15",
"jss": "10.0.0-alpha.16",
"tiny-warning": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-nested/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-nested](https://cssinjs.org/jss-plugin-nested?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-props-sort/package.json
Original file line number Diff line number Diff line change
@@ -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.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-plugin-props-sort",
"main": "dist/jss-plugin-props-sort.cjs.js",
Expand Down Expand Up @@ -39,6 +39,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15"
"jss": "10.0.0-alpha.16"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-props-sort/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-props-sort](https://cssinjs.org/jss-plugin-props-sort?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-rule-value-function/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-rule-value-function",
"description": "JSS plugin for function value and rule syntax",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/",
"main": "dist/jss-plugin-rule-value-function.cjs.js",
Expand Down Expand Up @@ -45,6 +45,6 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15"
"jss": "10.0.0-alpha.16"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-rule-value-function/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-rule-value-function](https://cssinjs.org/jss-plugin-rule-value-function?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-rule-value-observable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-rule-value-observable",
"description": "JSS plugin for TC39 Observables support",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/",
"main": "dist/jss-plugin-rule-value-observable.cjs.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15",
"jss": "10.0.0-alpha.16",
"symbol-observable": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-rule-value-observable/readme.md
Original file line number Diff line number Diff line change
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.15) for more information.
See our website [jss-plugin-rule-value-observable](https://cssinjs.org/jss-plugin-rule-value-observable?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down
4 changes: 2 additions & 2 deletions packages/jss-plugin-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jss-plugin-template",
"description": "JSS plugin enables string templates",
"version": "10.0.0-alpha.15",
"version": "10.0.0-alpha.16",
"license": "MIT",
"homepage": "https://cssinjs.org/jss-template",
"main": "dist/jss-plugin-template.cjs.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.0.0-alpha.15",
"jss": "10.0.0-alpha.16",
"tiny-warning": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/jss-plugin-template/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

> JSS plugin enables string templates
See our website [jss-plugin-template](https://cssinjs.org/jss-plugin-template?v=v10.0.0-alpha.15) for more information.
See our website [jss-plugin-template](https://cssinjs.org/jss-plugin-template?v=v10.0.0-alpha.16) for more information.

## Install

Expand Down

0 comments on commit 9984ccc

Please sign in to comment.