Skip to content

Commit

Permalink
chore(release): Publish v0.23.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller-gh committed Jun 13, 2019
1 parent 28e8811 commit fb0a7a0
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 15 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


<a name="0.23.2"></a>
## [0.23.2](https://github.com/linkedin/css-blocks/compare/v0.23.1...v0.23.2) (2019-06-13)


### Bug Fixes

* **ember-cli:** Detect ember by presece of ember-source. ([28e8811](https://github.com/linkedin/css-blocks/commit/28e8811))


### Features

* Binary runtime helper. ([#255](https://github.com/linkedin/css-blocks/issues/255)) ([959fb8b](https://github.com/linkedin/css-blocks/commit/959fb8b))





<a name="0.23.1"></a> <a name="0.23.1"></a>
## [0.23.1](https://github.com/linkedin/css-blocks/compare/v0.23.0...v0.23.1) (2019-05-09) ## [0.23.1](https://github.com/linkedin/css-blocks/compare/v0.23.0...v0.23.1) (2019-05-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
{ {
"version": "0.23.1", "version": "0.23.2",
"packages": [ "packages": [
"packages/@css-blocks/*" "packages/@css-blocks/*"
], ],
Expand Down
9 changes: 9 additions & 0 deletions packages/@css-blocks/broccoli/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


<a name="0.23.2"></a>
## [0.23.2](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/compare/v0.23.1...v0.23.2) (2019-06-13)

**Note:** Version bump only for package @css-blocks/broccoli





<a name="0.23.0"></a> <a name="0.23.0"></a>
# [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) # [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/@css-blocks/broccoli/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "@css-blocks/broccoli", "name": "@css-blocks/broccoli",
"version": "0.23.0", "version": "0.23.2",
"description": "CSS Blocks Broccoli Addon", "description": "CSS Blocks Broccoli Addon",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"author": "Adam Miller <ammiller@linkedin.com>", "author": "Adam Miller <ammiller@linkedin.com>",
Expand Down Expand Up @@ -31,7 +31,7 @@
}, },
"devDependencies": { "devDependencies": {
"@css-blocks/code-style": "^0.23.0", "@css-blocks/code-style": "^0.23.0",
"@css-blocks/glimmer": "^0.23.0", "@css-blocks/glimmer": "^0.23.2",
"@types/glob": "^7.1.1", "@types/glob": "^7.1.1",
"broccoli-test-helper": "^2.0.0", "broccoli-test-helper": "^2.0.0",
"watch": "^1.0.2" "watch": "^1.0.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/@css-blocks/ember-cli/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


<a name="0.23.2"></a>
## [0.23.2](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-cli/compare/v0.23.1...v0.23.2) (2019-06-13)


### Bug Fixes

* **ember-cli:** Detect ember by presece of ember-source. ([28e8811](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-cli/commit/28e8811))





<a name="0.23.0"></a> <a name="0.23.0"></a>
# [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) # [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)


Expand Down
6 changes: 3 additions & 3 deletions packages/@css-blocks/ember-cli/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
{ {
"version": "0.23.0", "version": "0.23.2",
"name": "@css-blocks/ember-cli", "name": "@css-blocks/ember-cli",
"description": "Use CSS Blocks with your Ember and Glimmer projects.", "description": "Use CSS Blocks with your Ember and Glimmer projects.",
"keywords": [ "keywords": [
Expand All @@ -22,8 +22,8 @@
"test:all": "ember try:each" "test:all": "ember try:each"
}, },
"dependencies": { "dependencies": {
"@css-blocks/broccoli": "^0.23.0", "@css-blocks/broccoli": "^0.23.2",
"@css-blocks/glimmer": "^0.23.0", "@css-blocks/glimmer": "^0.23.2",
"@glimmer/application-pipeline": "^0.15.0", "@glimmer/application-pipeline": "^0.15.0",
"broccoli-concat": "^3.7.3", "broccoli-concat": "^3.7.3",
"broccoli-funnel": "^2.0.1", "broccoli-funnel": "^2.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/@css-blocks/glimmer/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


<a name="0.23.2"></a>
## [0.23.2](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/compare/v0.23.1...v0.23.2) (2019-06-13)

**Note:** Version bump only for package @css-blocks/glimmer





<a name="0.23.0"></a> <a name="0.23.0"></a>
# [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) # [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/@css-blocks/glimmer/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "@css-blocks/glimmer", "name": "@css-blocks/glimmer",
"version": "0.23.0", "version": "0.23.2",
"description": "Statically analyze & rewrite the css-block styles in Handlebars templates.", "description": "Statically analyze & rewrite the css-block styles in Handlebars templates.",
"main": "dist/cjs/src/index.js", "main": "dist/cjs/src/index.js",
"types": "dist/cjs/src/index.d.ts", "types": "dist/cjs/src/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/@css-blocks/jsx/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


<a name="0.23.2"></a>
## [0.23.2](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/jsx/compare/v0.23.1...v0.23.2) (2019-06-13)

**Note:** Version bump only for package @css-blocks/jsx





<a name="0.23.0"></a> <a name="0.23.0"></a>
# [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) # [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/@css-blocks/jsx/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "@css-blocks/jsx", "name": "@css-blocks/jsx",
"version": "0.23.0", "version": "0.23.2",
"description": "Statically analyzes JSX files for CSS Blocks use.", "description": "Statically analyzes JSX files for CSS Blocks use.",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
}, },
"devDependencies": { "devDependencies": {
"@css-blocks/code-style": "^0.23.0", "@css-blocks/code-style": "^0.23.0",
"@css-blocks/runtime": "^0.23.0", "@css-blocks/runtime": "^0.23.2",
"@css-blocks/test-utils": "^0.23.0", "@css-blocks/test-utils": "^0.23.0",
"babel-core": "^6.25.0", "babel-core": "^6.25.0",
"obj-str": "^1.0.0", "obj-str": "^1.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/@css-blocks/playground/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


<a name="0.23.2"></a>
## [0.23.2](https://github.com/linkedin/css-blocks/compare/v0.23.1...v0.23.2) (2019-06-13)

**Note:** Version bump only for package @css-blocks/playground





<a name="0.23.0"></a> <a name="0.23.0"></a>
# [0.23.0](https://github.com/linkedin/css-blocks/compare/v0.22.0...v0.23.0) (2019-05-08) # [0.23.0](https://github.com/linkedin/css-blocks/compare/v0.22.0...v0.23.0) (2019-05-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/@css-blocks/playground/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "@css-blocks/playground", "name": "@css-blocks/playground",
"version": "0.23.0", "version": "0.23.2",
"description": "The CSS Blocks in-browser playground.", "description": "The CSS Blocks in-browser playground.",
"directories": { "directories": {
"doc": "doc", "doc": "doc",
Expand All @@ -13,7 +13,7 @@
"test:runner": "ember test" "test:runner": "ember test"
}, },
"devDependencies": { "devDependencies": {
"@css-blocks/ember-cli": "^0.23.0", "@css-blocks/ember-cli": "^0.23.2",
"@glimmer/application": "^0.13.0", "@glimmer/application": "^0.13.0",
"@glimmer/application-pipeline": "^0.15.0", "@glimmer/application-pipeline": "^0.15.0",
"@glimmer/blueprint": "~0.13.0", "@glimmer/blueprint": "~0.13.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/@css-blocks/runtime/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


<a name="0.23.2"></a>
## [0.23.2](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/runtime/compare/v0.23.1...v0.23.2) (2019-06-13)


### Features

* Binary runtime helper. ([#255](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/runtime/issues/255)) ([959fb8b](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/runtime/commit/959fb8b))





<a name="0.23.0"></a> <a name="0.23.0"></a>
# [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) # [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/@css-blocks/runtime/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "@css-blocks/runtime", "name": "@css-blocks/runtime",
"version": "0.23.0", "version": "0.23.2",
"description": "Browser runtime for computing dynamic classnames with css-blocks.", "description": "Browser runtime for computing dynamic classnames with css-blocks.",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/@css-blocks/website/CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


<a name="0.23.2"></a>
## [0.23.2](https://github.com/linkedin/css-blocks/compare/v0.23.1...v0.23.2) (2019-06-13)

**Note:** Version bump only for package @css-blocks/website





<a name="0.23.0"></a> <a name="0.23.0"></a>
# [0.23.0](https://github.com/linkedin/css-blocks/compare/v0.22.0...v0.23.0) (2019-05-08) # [0.23.0](https://github.com/linkedin/css-blocks/compare/v0.22.0...v0.23.0) (2019-05-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/@css-blocks/website/package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,10 @@
{ {
"name": "@css-blocks/website", "name": "@css-blocks/website",
"version": "0.23.0", "version": "0.23.2",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@css-blocks/jsx": "^0.23.0", "@css-blocks/jsx": "^0.23.2",
"@css-blocks/runtime": "^0.23.0", "@css-blocks/runtime": "^0.23.2",
"@css-blocks/webpack": "^0.23.0", "@css-blocks/webpack": "^0.23.0",
"@types/jest": "^22.2.3", "@types/jest": "^22.2.3",
"@types/react-router-dom": "^4.2.3", "@types/react-router-dom": "^4.2.3",
Expand Down

0 comments on commit fb0a7a0

Please sign in to comment.