Skip to content

Commit 2a64dfa

Browse files
committed
chore(release): Publish v0.20.0-beta.4.
1 parent 8b5107d commit 2a64dfa

22 files changed

+163
-29
lines changed

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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Bug Fixes
11+
12+
* Fixed color values in website homepage's demo ([#205](https://github.com/linkedin/css-blocks/issues/205)). ([7079a53](https://github.com/linkedin/css-blocks/commit/7079a53))
13+
14+
15+
### Features
16+
17+
* Manually throw error for Node 6 in Analyzer. ([5788fcc](https://github.com/linkedin/css-blocks/commit/5788fcc))
18+
19+
20+
21+
22+
623
<a name="0.20.0-beta.3"></a>
724
# [0.20.0-beta.3](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.2...v0.20.0-beta.3) (2018-10-01)
825

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.20.0-beta.3",
2+
"version": "0.20.0-beta.4",
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
**Note:** Version bump only for package @css-blocks/broccoli
10+
11+
12+
13+
14+
615
<a name="0.20.0-beta.3"></a>
716
# [0.20.0-beta.3](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.2...v0.20.0-beta.3) (2018-10-01)
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.20.0-beta.3",
3+
"version": "0.20.0-beta.4",
44
"description": "CSS Blocks Broccoli Addon",
55
"main": "dist/src/index.js",
66
"author": "Adam Miller <[email protected]>",
@@ -27,14 +27,14 @@
2727
"access": "public"
2828
},
2929
"devDependencies": {
30-
"@css-blocks/code-style": "^0.18.0",
31-
"@css-blocks/glimmer": "^0.20.0-beta.3",
30+
"@css-blocks/code-style": "^0.20.0-beta.4",
31+
"@css-blocks/glimmer": "^0.20.0-beta.4",
3232
"@types/glob": "^5.0.35",
3333
"broccoli-test-helper": "^1.5.0",
3434
"watch": "^1.0.2"
3535
},
3636
"dependencies": {
37-
"@css-blocks/core": "^0.20.0-beta.3",
37+
"@css-blocks/core": "^0.20.0-beta.4",
3838
"@glimmer/compiler": "^0.33.0",
3939
"@glimmer/syntax": "^0.33.0",
4040
"@opticss/template-api": "^0.4.0",

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Features
11+
12+
* Manually throw error for Node 6 in Analyzer. ([5788fcc](https://github.com/linkedin/css-blocks/commit/5788fcc))
13+
14+
15+
16+
17+
618
<a name="0.18.0"></a>
719
# [0.18.0](https://github.com/linkedin/css-blocks/compare/0.15.1...0.18.0) (2018-04-24)
820

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.18.0",
6+
"version": "0.20.0-beta.4",
77
"main": "configs/tslint.interactive.json",
88
"readme": "README.md",
99
"keywords": [

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Features
11+
12+
* Manually throw error for Node 6 in Analyzer. ([5788fcc](https://github.com/linkedin/css-blocks/commit/5788fcc))
13+
14+
15+
16+
17+
618
<a name="0.20.0-beta.3"></a>
719
# [0.20.0-beta.3](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.2...v0.20.0-beta.3) (2018-10-01)
820

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.20.0-beta.3",
3+
"version": "0.20.0-beta.4",
44
"description": "Fast, maintainable, optimal, component-oriented CSS.",
55
"main": "dist/src/index.js",
66
"scripts": {
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"devDependencies": {
43-
"@css-blocks/code-style": "^0.18.0"
43+
"@css-blocks/code-style": "^0.20.0-beta.4"
4444
},
4545
"dependencies": {
4646
"@opticss/element-analysis": "^0.4.0",

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Features
11+
12+
* Manually throw error for Node 6 in Analyzer. ([5788fcc](https://github.com/linkedin/css-blocks/commit/5788fcc))
13+
14+
15+
16+
17+
618
<a name="0.20.0-beta.3"></a>
719
# [0.20.0-beta.3](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.2...v0.20.0-beta.3) (2018-10-01)
820

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.20.0-beta.3",
2+
"version": "0.20.0-beta.4",
33
"name": "@css-blocks/ember-cli",
44
"description": "Use CSS Blocks with your Ember and Glimmer projects.",
55
"keywords": [
@@ -20,8 +20,8 @@
2020
"test:all": "ember try:each"
2121
},
2222
"dependencies": {
23-
"@css-blocks/broccoli": "^0.20.0-beta.3",
24-
"@css-blocks/glimmer": "^0.20.0-beta.3",
23+
"@css-blocks/broccoli": "^0.20.0-beta.4",
24+
"@css-blocks/glimmer": "^0.20.0-beta.4",
2525
"@glimmer/application-pipeline": "^0.11.1",
2626
"broccoli-funnel": "^2.0.1",
2727
"broccoli-merge-trees": "^3.0.0",

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Features
11+
12+
* Manually throw error for Node 6 in Analyzer. ([5788fcc](https://github.com/linkedin/css-blocks/commit/5788fcc))
13+
14+
15+
16+
17+
618
<a name="0.20.0-beta.3"></a>
719
# [0.20.0-beta.3](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.2...v0.20.0-beta.3) (2018-10-01)
820

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.20.0-beta.3",
3+
"version": "0.20.0-beta.4",
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",
@@ -51,14 +51,14 @@
5151
"access": "public"
5252
},
5353
"devDependencies": {
54-
"@css-blocks/code-style": "^0.18.0",
54+
"@css-blocks/code-style": "^0.20.0-beta.4",
5555
"@types/fs-extra": "^5.0.3",
5656
"@types/glob": "^5.0.30",
5757
"watch": "^1.0.2"
5858
},
5959
"dependencies": {
6060
"@amiller-gh/glimmer-analyzer": "^0.4.0",
61-
"@css-blocks/core": "^0.20.0-beta.3",
61+
"@css-blocks/core": "^0.20.0-beta.4",
6262
"@glimmer/compiler": "^0.33.0",
6363
"@glimmer/resolution-map-builder": "0.5.1",
6464
"@glimmer/resolver": "^0.4.3",

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Features
11+
12+
* Manually throw error for Node 6 in Analyzer. ([5788fcc](https://github.com/linkedin/css-blocks/commit/5788fcc))
13+
14+
15+
16+
17+
618
<a name="0.20.0-beta.3"></a>
719
# [0.20.0-beta.3](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.2...v0.20.0-beta.3) (2018-10-01)
820

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/jsx",
3-
"version": "0.20.0-beta.3",
3+
"version": "0.20.0-beta.4",
44
"description": "Statically analyzes JSX files for CSS Blocks use.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -43,8 +43,8 @@
4343
"access": "public"
4444
},
4545
"devDependencies": {
46-
"@css-blocks/code-style": "^0.18.0",
47-
"@css-blocks/runtime": "^0.18.0",
46+
"@css-blocks/code-style": "^0.20.0-beta.4",
47+
"@css-blocks/runtime": "^0.20.0-beta.4",
4848
"babel-core": "^6.25.0",
4949
"obj-str": "^1.0.0",
5050
"preact": "^8.2.1"
@@ -53,7 +53,7 @@
5353
"@css-blocks/runtime": "^0.18.0"
5454
},
5555
"dependencies": {
56-
"@css-blocks/core": "^0.20.0-beta.3",
56+
"@css-blocks/core": "^0.20.0-beta.4",
5757
"@opticss/template-api": "^0.4.0",
5858
"@opticss/util": "^0.4.0",
5959
"babel-traverse": "7.0.0-beta.3",

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Features
11+
12+
* Manually throw error for Node 6 in Analyzer. ([5788fcc](https://github.com/linkedin/css-blocks/commit/5788fcc))
13+
14+
15+
16+
17+
618
<a name="0.20.0-beta.3"></a>
719
# [0.20.0-beta.3](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.2...v0.20.0-beta.3) (2018-10-01)
820

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.20.0-beta.3",
3+
"version": "0.20.0-beta.4",
44
"description": "The CSS Blocks in-browser playground.",
55
"directories": {
66
"doc": "doc",
@@ -12,7 +12,7 @@
1212
"test": "ember test"
1313
},
1414
"devDependencies": {
15-
"@css-blocks/ember-cli": "^0.20.0-beta.3",
15+
"@css-blocks/ember-cli": "^0.20.0-beta.4",
1616
"@glimmer/application": "^0.9.1",
1717
"@glimmer/application-pipeline": "^0.11.1",
1818
"@glimmer/blueprint": "~0.9.1",

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Features
11+
12+
* Manually throw error for Node 6 in Analyzer. ([5788fcc](https://github.com/linkedin/css-blocks/commit/5788fcc))
13+
14+
15+
16+
17+
618
<a name="0.18.0"></a>
719
# [0.18.0](https://github.com/linkedin/css-blocks/compare/0.15.1...0.18.0) (2018-04-24)
820

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.18.0",
3+
"version": "0.20.0-beta.4",
44
"description": "Browser runtime for computing dynamic classnames with css-blocks.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -37,6 +37,6 @@
3737
"access": "public"
3838
},
3939
"devDependencies": {
40-
"@css-blocks/code-style": "^0.18.0"
40+
"@css-blocks/code-style": "^0.20.0-beta.4"
4141
}
4242
}

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Features
11+
12+
* Manually throw error for Node 6 in Analyzer. ([5788fcc](https://github.com/linkedin/css-blocks/commit/5788fcc))
13+
14+
15+
16+
17+
618
<a name="0.20.0-beta.3"></a>
719
# [0.20.0-beta.3](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.2...v0.20.0-beta.3) (2018-10-01)
820

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/webpack",
3-
"version": "0.20.0-beta.3",
3+
"version": "0.20.0-beta.4",
44
"description": "Webpack plugin for css-blocks.",
55
"main": "dist/src/index.js",
66
"scripts": {
@@ -42,7 +42,7 @@
4242
"access": "public"
4343
},
4444
"devDependencies": {
45-
"@css-blocks/code-style": "^0.18.0",
45+
"@css-blocks/code-style": "^0.20.0-beta.4",
4646
"@types/convert-source-map": "^1.3.33",
4747
"@types/extract-text-webpack-plugin": "^2.1.0",
4848
"@types/glob": "^5.0.30",
@@ -58,7 +58,7 @@
5858
"webpack-merge": "^4.1.0"
5959
},
6060
"dependencies": {
61-
"@css-blocks/core": "^0.20.0-beta.3",
61+
"@css-blocks/core": "^0.20.0-beta.4",
6262
"@opticss/element-analysis": "^0.4.0",
6363
"@opticss/template-api": "^0.4.0",
6464
"async": "^2.4.1",

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0-beta.4"></a>
7+
# [0.20.0-beta.4](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.3...v0.20.0-beta.4) (2018-10-19)
8+
9+
10+
### Bug Fixes
11+
12+
* Fixed color values in website homepage's demo ([#205](https://github.com/linkedin/css-blocks/issues/205)). ([7079a53](https://github.com/linkedin/css-blocks/commit/7079a53))
13+
14+
15+
16+
17+
618
<a name="0.20.0-beta.3"></a>
719
# [0.20.0-beta.3](https://github.com/linkedin/css-blocks/compare/v0.20.0-beta.2...v0.20.0-beta.3) (2018-10-01)
820

0 commit comments

Comments
 (0)