Skip to content

Commit fdd425b

Browse files
committed
chore(release): Publish v0.23.0.
1 parent f1821fd commit fdd425b

26 files changed

+174
-35
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
10+
### Bug Fixes
11+
12+
* Declare a bin script. ([272556d](https://github.com/linkedin/css-blocks/commit/272556d))
13+
* Don't set default rootDir at time of import. ([f1821fd](https://github.com/linkedin/css-blocks/commit/f1821fd))
14+
* Silence postcss warning message. ([adb7d68](https://github.com/linkedin/css-blocks/commit/adb7d68))
15+
16+
17+
### Features
18+
19+
* Imports via npm and aliases. ([79fafe8](https://github.com/linkedin/css-blocks/commit/79fafe8))
20+
21+
22+
23+
24+
625
<a name="0.22.0"></a>
726
# [0.22.0](https://github.com/linkedin/css-blocks/compare/v0.21.0...v0.22.0) (2019-05-02)
827

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.22.0",
2+
"version": "0.23.0",
33
"packages": [
44
"packages/@css-blocks/*"
55
],

packages/@css-blocks/broccoli/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
**Note:** Version bump only for package @css-blocks/broccoli
10+
11+
12+
13+
14+
615
<a name="0.22.0"></a>
716
# [0.22.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/compare/v0.21.0...v0.22.0) (2019-05-02)
817

packages/@css-blocks/broccoli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/broccoli",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "CSS Blocks Broccoli Addon",
55
"main": "dist/src/index.js",
66
"author": "Adam Miller <[email protected]>",
@@ -30,14 +30,14 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@css-blocks/code-style": "^0.22.0",
34-
"@css-blocks/glimmer": "^0.22.0",
33+
"@css-blocks/code-style": "^0.23.0",
34+
"@css-blocks/glimmer": "^0.23.0",
3535
"@types/glob": "^7.1.1",
3636
"broccoli-test-helper": "^2.0.0",
3737
"watch": "^1.0.2"
3838
},
3939
"dependencies": {
40-
"@css-blocks/core": "^0.22.0",
40+
"@css-blocks/core": "^0.23.0",
4141
"@glimmer/compiler": "^0.40.1",
4242
"@glimmer/syntax": "^0.40.1",
4343
"@opticss/template-api": "^0.6.2",

packages/@css-blocks/cli/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/cli/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
10+
### Bug Fixes
11+
12+
* Declare a bin script. ([272556d](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/cli/commit/272556d))
13+
14+
15+
### Features
16+
17+
* Imports via npm and aliases. ([79fafe8](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/cli/commit/79fafe8))
18+
19+
20+
21+
22+
623
<a name="0.22.0"></a>
724
# [0.22.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/cli/compare/v0.21.0...v0.22.0) (2019-05-02)
825

packages/@css-blocks/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/cli",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Command line interface to css-blocks.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -46,15 +46,15 @@
4646
"access": "public"
4747
},
4848
"devDependencies": {
49-
"@css-blocks/code-style": "^0.22.0",
49+
"@css-blocks/code-style": "^0.23.0",
5050
"@types/node-sass": "^4.11.0",
5151
"@types/yargs": "^13.0.0",
5252
"node-sass": "^4.12.0",
5353
"typescript": "~3.4.4",
5454
"watch": "^1.0.2"
5555
},
5656
"dependencies": {
57-
"@css-blocks/core": "^0.22.0",
57+
"@css-blocks/core": "^0.23.0",
5858
"chalk": "^2.4.2",
5959
"debug": "^4.1.1",
6060
"fs-extra": "^7.0.1",

packages/@css-blocks/code-style/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/code-style/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
**Note:** Version bump only for package @css-blocks/code-style
10+
11+
12+
13+
14+
615
<a name="0.22.0"></a>
716
# [0.22.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/code-style/compare/v0.21.0...v0.22.0) (2019-05-02)
817

packages/@css-blocks/code-style/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Chris Eppstein",
44
"description": "Configuration and tools to manage the code style of css-blocks.",
55
"license": "BSD-2-Clause",
6-
"version": "0.22.0",
6+
"version": "0.23.0",
77
"main": "configs/tslint.interactive.json",
88
"readme": "README.md",
99
"keywords": [

packages/@css-blocks/core/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
10+
### Bug Fixes
11+
12+
* Don't set default rootDir at time of import. ([f1821fd](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/f1821fd))
13+
* Silence postcss warning message. ([adb7d68](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/adb7d68))
14+
15+
16+
17+
18+
619
<a name="0.22.0"></a>
720
# [0.22.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/compare/v0.21.0...v0.22.0) (2019-05-02)
821

packages/@css-blocks/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/core",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Fast, maintainable, optimal, component-oriented CSS.",
55
"main": "dist/src/index.js",
66
"scripts": {
@@ -38,7 +38,7 @@
3838
"access": "public"
3939
},
4040
"devDependencies": {
41-
"@css-blocks/code-style": "^0.22.0"
41+
"@css-blocks/code-style": "^0.23.0"
4242
},
4343
"dependencies": {
4444
"@opticss/element-analysis": "^0.6.1",

packages/@css-blocks/ember-cli/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-cli/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
**Note:** Version bump only for package @css-blocks/ember-cli
10+
11+
12+
13+
14+
615
<a name="0.22.0"></a>
716
# [0.22.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-cli/compare/v0.21.0...v0.22.0) (2019-05-02)
817

packages/@css-blocks/ember-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.22.0",
2+
"version": "0.23.0",
33
"name": "@css-blocks/ember-cli",
44
"description": "Use CSS Blocks with your Ember and Glimmer projects.",
55
"keywords": [
@@ -22,8 +22,8 @@
2222
"test:all": "ember try:each"
2323
},
2424
"dependencies": {
25-
"@css-blocks/broccoli": "^0.22.0",
26-
"@css-blocks/glimmer": "^0.22.0",
25+
"@css-blocks/broccoli": "^0.23.0",
26+
"@css-blocks/glimmer": "^0.23.0",
2727
"@glimmer/application-pipeline": "^0.15.0",
2828
"broccoli-concat": "^3.7.3",
2929
"broccoli-funnel": "^2.0.1",

packages/@css-blocks/glimmer/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
**Note:** Version bump only for package @css-blocks/glimmer
10+
11+
12+
13+
14+
615
<a name="0.22.0"></a>
716
# [0.22.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/compare/v0.21.0...v0.22.0) (2019-05-02)
817

packages/@css-blocks/glimmer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/glimmer",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Statically analyze & rewrite the css-block styles in Handlebars templates.",
55
"main": "dist/cjs/src/index.js",
66
"types": "dist/cjs/src/index.d.ts",
@@ -49,14 +49,14 @@
4949
"access": "public"
5050
},
5151
"devDependencies": {
52-
"@css-blocks/code-style": "^0.22.0",
52+
"@css-blocks/code-style": "^0.23.0",
5353
"@types/fs-extra": "^5.0.3",
5454
"@types/glob": "^7.1.1",
5555
"watch": "^1.0.2"
5656
},
5757
"dependencies": {
5858
"@amiller-gh/glimmer-analyzer": "^0.4.0",
59-
"@css-blocks/core": "^0.22.0",
59+
"@css-blocks/core": "^0.23.0",
6060
"@glimmer/compiler": "^0.40.1",
6161
"@glimmer/resolution-map-builder": "0.5.1",
6262
"@glimmer/resolver": "^0.4.3",

packages/@css-blocks/jsx/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/jsx/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
**Note:** Version bump only for package @css-blocks/jsx
10+
11+
12+
13+
14+
615
<a name="0.22.0"></a>
716
# [0.22.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/jsx/compare/v0.21.0...v0.22.0) (2019-05-02)
817

packages/@css-blocks/jsx/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/jsx",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Statically analyzes JSX files for CSS Blocks use.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -41,9 +41,9 @@
4141
"access": "public"
4242
},
4343
"devDependencies": {
44-
"@css-blocks/code-style": "^0.22.0",
45-
"@css-blocks/runtime": "^0.22.0",
46-
"@css-blocks/test-utils": "^0.22.0",
44+
"@css-blocks/code-style": "^0.23.0",
45+
"@css-blocks/runtime": "^0.23.0",
46+
"@css-blocks/test-utils": "^0.23.0",
4747
"babel-core": "^6.25.0",
4848
"obj-str": "^1.0.0",
4949
"preact": "^8.2.1"
@@ -52,7 +52,7 @@
5252
"@css-blocks/runtime": "^0.22.0"
5353
},
5454
"dependencies": {
55-
"@css-blocks/core": "^0.22.0",
55+
"@css-blocks/core": "^0.23.0",
5656
"@opticss/template-api": "^0.6.2",
5757
"@opticss/util": "^0.6.1",
5858
"babel-traverse": "7.0.0-beta.3",

packages/@css-blocks/playground/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
**Note:** Version bump only for package @css-blocks/playground
10+
11+
12+
13+
14+
615
<a name="0.22.0"></a>
716
# [0.22.0](https://github.com/linkedin/css-blocks/compare/v0.21.0...v0.22.0) (2019-05-02)
817

packages/@css-blocks/playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/playground",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "The CSS Blocks in-browser playground.",
55
"directories": {
66
"doc": "doc",
@@ -13,7 +13,7 @@
1313
"test:runner": "ember test"
1414
},
1515
"devDependencies": {
16-
"@css-blocks/ember-cli": "^0.22.0",
16+
"@css-blocks/ember-cli": "^0.23.0",
1717
"@glimmer/application": "^0.13.0",
1818
"@glimmer/application-pipeline": "^0.15.0",
1919
"@glimmer/blueprint": "~0.13.0",

packages/@css-blocks/runtime/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/runtime/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
**Note:** Version bump only for package @css-blocks/runtime
10+
11+
12+
13+
14+
615
<a name="0.22.0"></a>
716
# [0.22.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/runtime/compare/v0.21.0...v0.22.0) (2019-05-02)
817

packages/@css-blocks/runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/runtime",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Browser runtime for computing dynamic classnames with css-blocks.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -36,6 +36,6 @@
3636
"access": "public"
3737
},
3838
"devDependencies": {
39-
"@css-blocks/code-style": "^0.22.0"
39+
"@css-blocks/code-style": "^0.23.0"
4040
}
4141
}

packages/@css-blocks/test-utils/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.23.0"></a>
7+
# [0.23.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/build/compare/v0.22.0...v0.23.0) (2019-05-08)
8+
9+
**Note:** Version bump only for package @css-blocks/test-utils
10+
11+
12+
13+
14+
615
<a name="0.22.0"></a>
716
# [0.22.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/build/compare/v0.21.0...v0.22.0) (2019-05-02)
817

0 commit comments

Comments
 (0)