Skip to content

Commit bb6d23a

Browse files
committed
chore(release): Publish v0.20.0-beta.0.
1 parent 22f23ae commit bb6d23a

18 files changed

Lines changed: 156 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.0"></a>
7+
# [0.20.0-beta.0](https://github.com/linkedin/css-blocks/compare/v0.19.0...v0.20.0-beta.0) (2018-08-20)
8+
9+
10+
### Bug Fixes
11+
12+
* Allow all types for children to fix tslint error. ([0dbd375](https://github.com/linkedin/css-blocks/commit/0dbd375))
13+
* **jsx:** Better error messages for stray references. ([0d9286a](https://github.com/linkedin/css-blocks/commit/0d9286a)), closes [#170](https://github.com/linkedin/css-blocks/issues/170)
14+
* Fix grammar mistake in website docs. ([#181](https://github.com/linkedin/css-blocks/issues/181)) ([ed4988c](https://github.com/linkedin/css-blocks/commit/ed4988c))
15+
* Flatten entry array because it can be nested. ([4f287e9](https://github.com/linkedin/css-blocks/commit/4f287e9)), closes [#157](https://github.com/linkedin/css-blocks/issues/157) [#153](https://github.com/linkedin/css-blocks/issues/153)
16+
* Remove git conflict markers from .travis.yaml. ([3179998](https://github.com/linkedin/css-blocks/commit/3179998))
17+
18+
19+
### Features
20+
21+
* **broccoli:** Add naive caching strategy for Broccoli. ([#190](https://github.com/linkedin/css-blocks/issues/190)) ([d63626f](https://github.com/linkedin/css-blocks/commit/d63626f))
22+
* **ember-cli:** Ember cli classic ([#185](https://github.com/linkedin/css-blocks/issues/185)). ([865267c](https://github.com/linkedin/css-blocks/commit/865267c))
23+
24+
25+
26+
27+
628
<a name="0.19.0"></a>
729
# [0.19.0](https://github.com/linkedin/css-blocks/compare/v0.18.0...v0.19.0) (2018-04-25)
830

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.19.0",
2+
"version": "0.20.0-beta.0",
33
"packages": [
44
"packages/@css-blocks/*"
55
],

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

Lines changed: 13 additions & 0 deletions
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.20.0-beta.0"></a>
7+
# [0.20.0-beta.0](https://github.com/linkedin/css-blocks/compare/v0.19.0...v0.20.0-beta.0) (2018-08-20)
8+
9+
10+
### Features
11+
12+
* **broccoli:** Add naive caching strategy for Broccoli. ([#190](https://github.com/linkedin/css-blocks/issues/190)) ([d63626f](https://github.com/linkedin/css-blocks/commit/d63626f))
13+
* **ember-cli:** Ember cli classic ([#185](https://github.com/linkedin/css-blocks/issues/185)). ([865267c](https://github.com/linkedin/css-blocks/commit/865267c))
14+
15+
16+
17+
18+
619
<a name="0.19.0"></a>
720
# [0.19.0](https://github.com/linkedin/css-blocks/compare/v0.18.0...v0.19.0) (2018-04-25)
821

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/broccoli",
3-
"version": "0.19.0",
3+
"version": "0.20.0-beta.0",
44
"description": "CSS Blocks Broccoli Addon",
55
"main": "dist/src/index.js",
66
"author": "Adam Miller <ammiller@linkedin.com>",
@@ -28,13 +28,13 @@
2828
},
2929
"devDependencies": {
3030
"@css-blocks/code-style": "^0.18.0",
31-
"@css-blocks/glimmer": "^0.19.0",
31+
"@css-blocks/glimmer": "^0.20.0-beta.0",
3232
"@types/glob": "^5.0.35",
3333
"broccoli-test-helper": "^1.4.0",
3434
"watch": "^1.0.2"
3535
},
3636
"dependencies": {
37-
"@css-blocks/core": "^0.19.0",
37+
"@css-blocks/core": "^0.20.0-beta.0",
3838
"@glimmer/compiler": "^0.33.0",
3939
"@glimmer/syntax": "^0.33.0",
4040
"@opticss/template-api": "^0.3.0",

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

Lines changed: 12 additions & 0 deletions
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.0"></a>
7+
# [0.20.0-beta.0](https://github.com/linkedin/css-blocks/compare/v0.19.0...v0.20.0-beta.0) (2018-08-20)
8+
9+
10+
### Features
11+
12+
* **ember-cli:** Ember cli classic ([#185](https://github.com/linkedin/css-blocks/issues/185)). ([865267c](https://github.com/linkedin/css-blocks/commit/865267c))
13+
14+
15+
16+
17+
618
<a name="0.19.0"></a>
719
# [0.19.0](https://github.com/linkedin/css-blocks/compare/v0.18.0...v0.19.0) (2018-04-25)
820

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/core",
3-
"version": "0.19.0",
3+
"version": "0.20.0-beta.0",
44
"description": "Fast, maintainable, optimal, component-oriented CSS.",
55
"main": "dist/src/index.js",
66
"scripts": {

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

Lines changed: 13 additions & 0 deletions
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.20.0-beta.0"></a>
7+
# [0.20.0-beta.0](https://github.com/linkedin/css-blocks/compare/v0.19.0...v0.20.0-beta.0) (2018-08-20)
8+
9+
10+
### Features
11+
12+
* **broccoli:** Add naive caching strategy for Broccoli. ([#190](https://github.com/linkedin/css-blocks/issues/190)) ([d63626f](https://github.com/linkedin/css-blocks/commit/d63626f))
13+
* **ember-cli:** Ember cli classic ([#185](https://github.com/linkedin/css-blocks/issues/185)). ([865267c](https://github.com/linkedin/css-blocks/commit/865267c))
14+
15+
16+
17+
18+
619
<a name="0.19.0"></a>
720
# [0.19.0](https://github.com/linkedin/css-blocks/compare/v0.18.0...v0.19.0) (2018-04-25)
821

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.19.0",
2+
"version": "0.20.0-beta.0",
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.19.0",
24-
"@css-blocks/glimmer": "^0.19.0",
23+
"@css-blocks/broccoli": "^0.20.0-beta.0",
24+
"@css-blocks/glimmer": "^0.20.0-beta.0",
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

Lines changed: 13 additions & 0 deletions
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.20.0-beta.0"></a>
7+
# [0.20.0-beta.0](https://github.com/linkedin/css-blocks/compare/v0.19.0...v0.20.0-beta.0) (2018-08-20)
8+
9+
10+
### Features
11+
12+
* **broccoli:** Add naive caching strategy for Broccoli. ([#190](https://github.com/linkedin/css-blocks/issues/190)) ([d63626f](https://github.com/linkedin/css-blocks/commit/d63626f))
13+
* **ember-cli:** Ember cli classic ([#185](https://github.com/linkedin/css-blocks/issues/185)). ([865267c](https://github.com/linkedin/css-blocks/commit/865267c))
14+
15+
16+
17+
18+
619
<a name="0.19.0"></a>
720
# [0.19.0](https://github.com/linkedin/css-blocks/compare/v0.18.0...v0.19.0) (2018-04-25)
821

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/glimmer",
3-
"version": "0.19.0",
3+
"version": "0.20.0-beta.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",
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@amiller-gh/glimmer-analyzer": "^0.4.0",
59-
"@css-blocks/core": "^0.19.0",
59+
"@css-blocks/core": "^0.20.0-beta.0",
6060
"@glimmer/compiler": "^0.33.0",
6161
"@glimmer/resolution-map-builder": "0.5.1",
6262
"@glimmer/resolver": "^0.4.3",

0 commit comments

Comments
 (0)