Skip to content

Commit 1f10226

Browse files
committed
chore(release): Publish v1.5.0.
1 parent cb72810 commit 1f10226

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+338
-66
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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+
# [1.5.0](https://github.com/linkedin/css-blocks/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Missed one package that needed an opticss upgrade. ([6a2345e](https://github.com/linkedin/css-blocks/commit/6a2345ed1740fc5fe64c232ab8bbe14230d96b9b))
12+
* Pass a copy of sass options for sync setup. ([eaf06b6](https://github.com/linkedin/css-blocks/commit/eaf06b659ad581503162b10048d218f7d8c0979b))
13+
* Pick up fix for opticss crash on unknown css declarations. ([55f2245](https://github.com/linkedin/css-blocks/commit/55f2245d810506bdda78e69ea65d4bebcc2ed1c2))
14+
* Prune css-blocks.css from the output after concatenating it. ([a663364](https://github.com/linkedin/css-blocks/commit/a6633648842049a2c01b8105347ede6548e5097d))
15+
* Remove some lingering traces of the async factory. ([23308e1](https://github.com/linkedin/css-blocks/commit/23308e1608aa06d654a19344cfa3441bad4f2313))
16+
* Set eyeglass root within a directory-scoped processor. ([cb72810](https://github.com/linkedin/css-blocks/commit/cb728100188c2bba85a68c39f1e41e9335cb5a54))
17+
* Update the debug identifier for BlockFactorySync. ([17588e3](https://github.com/linkedin/css-blocks/commit/17588e3f0f60a0fda8a1b586815cac1637a3f839))
18+
19+
20+
### Features
21+
22+
* Add file+loc to class name conflict error. ([82e4cfd](https://github.com/linkedin/css-blocks/commit/82e4cfd2fbf43e0678eb412a99171fefae021afa))
23+
* Class name collision detection. ([31afe26](https://github.com/linkedin/css-blocks/commit/31afe264e71fe07cc2abadf711c72e77095ba498))
24+
* Scan app CSS for classes. ([3ec0216](https://github.com/linkedin/css-blocks/commit/3ec021656d4a5d2a9eabc1c6abdb880daccc75e7))
25+
* Synchronous Block Factory. ([0b31607](https://github.com/linkedin/css-blocks/commit/0b31607aca6718f8690c20d69bc33ba96f4402b2))
26+
* Update eyeglass integration to support synchronous preprocessing. ([f3b11af](https://github.com/linkedin/css-blocks/commit/f3b11af3942767709b6a32f333bdbc779df7a5c2))
27+
28+
29+
30+
31+
632
# [1.4.0](https://github.com/linkedin/css-blocks/compare/v1.3.2...v1.4.0) (2020-09-04)
733

834

lerna.json

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

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

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Pick up fix for opticss crash on unknown css declarations. ([55f2245](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/commit/55f2245d810506bdda78e69ea65d4bebcc2ed1c2))
12+
13+
14+
15+
16+
617
# [1.4.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/compare/v1.3.2...v1.4.0) (2020-09-04)
718

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/broccoli",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "CSS Blocks Broccoli Addon",
55
"main": "dist/src/index.js",
66
"author": "Adam Miller <[email protected]>",
@@ -31,14 +31,14 @@
3131
},
3232
"devDependencies": {
3333
"@css-blocks/code-style": "^1.2.0",
34-
"@css-blocks/glimmer": "^1.4.0",
34+
"@css-blocks/glimmer": "^1.5.0",
3535
"@types/fs-extra": "^8.0.0",
3636
"@types/glob": "^7.1.1",
3737
"broccoli-test-helper": "^2.0.0",
3838
"watch": "^1.0.2"
3939
},
4040
"dependencies": {
41-
"@css-blocks/core": "^1.4.0",
41+
"@css-blocks/core": "^1.5.0",
4242
"@glimmer/compiler": "^0.51.1",
4343
"@glimmer/syntax": "^0.51.1",
4444
"@opticss/template-api": "^0.7.0",

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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/cli/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
**Note:** Version bump only for package @css-blocks/cli
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/cli/compare/v1.3.2...v1.4.0) (2020-09-04)
715

816

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": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Command line interface to css-blocks.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -58,8 +58,8 @@
5858
},
5959
"dependencies": {
6060
"@css-blocks/bem-to-blocks": "^1.2.0",
61-
"@css-blocks/config": "^1.4.0",
62-
"@css-blocks/core": "^1.4.0",
61+
"@css-blocks/config": "^1.5.0",
62+
"@css-blocks/core": "^1.5.0",
6363
"chalk": "^2.4.2",
6464
"debug": "^4.1.1",
6565
"fs-extra": "^8.0.0",

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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [1.5.0](https://github.com/linkedin/css-blocks/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
**Note:** Version bump only for package @css-blocks/config
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/linkedin/css-blocks/compare/v1.3.2...v1.4.0) (2020-09-04)
715

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/config",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Standardized access to css-blocks configuration files.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -48,7 +48,7 @@
4848
"watch": "^1.0.2"
4949
},
5050
"dependencies": {
51-
"@css-blocks/core": "^1.4.0",
51+
"@css-blocks/core": "^1.5.0",
5252
"cosmiconfig": "^6.0.0",
5353
"debug": "^4.1.1",
5454
"lodash.merge": "^4.6.2"

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

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Pick up fix for opticss crash on unknown css declarations. ([55f2245](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/55f2245d810506bdda78e69ea65d4bebcc2ed1c2))
12+
* Remove some lingering traces of the async factory. ([23308e1](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/23308e1608aa06d654a19344cfa3441bad4f2313))
13+
* Update the debug identifier for BlockFactorySync. ([17588e3](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/17588e3f0f60a0fda8a1b586815cac1637a3f839))
14+
15+
16+
### Features
17+
18+
* Synchronous Block Factory. ([0b31607](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/0b31607aca6718f8690c20d69bc33ba96f4402b2))
19+
20+
21+
22+
23+
624
# [1.4.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/compare/v1.3.2...v1.4.0) (2020-09-04)
725

826

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/core",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Fast, maintainable, optimal, component-oriented CSS.",
55
"main": "dist/src/index.js",
66
"scripts": {

packages/@css-blocks/ember-app/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+
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-app/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Pick up fix for opticss crash on unknown css declarations. ([55f2245](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-app/commit/55f2245d810506bdda78e69ea65d4bebcc2ed1c2))
12+
* Prune css-blocks.css from the output after concatenating it. ([a663364](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-app/commit/a6633648842049a2c01b8105347ede6548e5097d))
13+
14+
15+
### Features
16+
17+
* Add file+loc to class name conflict error. ([82e4cfd](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-app/commit/82e4cfd2fbf43e0678eb412a99171fefae021afa))
18+
* Class name collision detection. ([31afe26](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-app/commit/31afe264e71fe07cc2abadf711c72e77095ba498))
19+
* Scan app CSS for classes. ([3ec0216](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-app/commit/3ec021656d4a5d2a9eabc1c6abdb880daccc75e7))
20+
21+
22+
23+
24+
625
# [1.4.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-app/compare/v1.3.2...v1.4.0) (2020-09-04)
726

827

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/ember-app",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "CSS Blocks Application Support for Ember.",
55
"main": "dist/src/index.js",
66
"author": "Chris Eppstein <[email protected]>",
@@ -49,9 +49,9 @@
4949
"watch": "^1.0.2"
5050
},
5151
"dependencies": {
52-
"@css-blocks/config": "^1.4.0",
53-
"@css-blocks/core": "^1.4.0",
54-
"@css-blocks/ember-utils": "^1.4.0",
52+
"@css-blocks/config": "^1.5.0",
53+
"@css-blocks/core": "^1.5.0",
54+
"@css-blocks/ember-utils": "^1.5.0",
5555
"@glimmer/compiler": "^0.43.0",
5656
"@glimmer/syntax": "^0.43.0",
5757
"@opticss/template-api": "^0.7.0",

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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-cli/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
**Note:** Version bump only for package @css-blocks/ember-cli
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-cli/compare/v1.3.2...v1.4.0) (2020-09-04)
715

816
**Note:** Version bump only for package @css-blocks/ember-cli

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.0",
2+
"version": "1.5.0",
33
"name": "@css-blocks/ember-cli",
44
"description": "Use CSS Blocks with your Ember and Glimmer projects.",
55
"keywords": [
@@ -13,9 +13,9 @@
1313
"test": "echo 'To test this package: cd ../../../private-packages/fixtures/ember-app && yarn test'"
1414
},
1515
"dependencies": {
16-
"@css-blocks/broccoli": "^1.4.0",
17-
"@css-blocks/config": "^1.4.0",
18-
"@css-blocks/glimmer": "^1.4.0",
16+
"@css-blocks/broccoli": "^1.5.0",
17+
"@css-blocks/config": "^1.5.0",
18+
"@css-blocks/glimmer": "^1.5.0",
1919
"@glimmer/application-pipeline": "^0.15.0",
2020
"broccoli-concat": "^3.7.3",
2121
"broccoli-funnel": "^2.0.1",

packages/@css-blocks/ember-utils/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+
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-utils/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Pick up fix for opticss crash on unknown css declarations. ([55f2245](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-utils/commit/55f2245d810506bdda78e69ea65d4bebcc2ed1c2))
12+
13+
14+
### Features
15+
16+
* Class name collision detection. ([31afe26](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-utils/commit/31afe264e71fe07cc2abadf711c72e77095ba498))
17+
* Synchronous Block Factory. ([0b31607](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-utils/commit/0b31607aca6718f8690c20d69bc33ba96f4402b2))
18+
19+
20+
21+
22+
623
# [1.4.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-utils/compare/v1.3.2...v1.4.0) (2020-09-04)
724

825

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/ember-utils",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Shared code for CSS Blocks Support for Ember.",
55
"main": "dist/src/index.js",
66
"author": "Chris Eppstein <[email protected]>",
@@ -43,8 +43,8 @@
4343
"watch": "^1.0.2"
4444
},
4545
"dependencies": {
46-
"@css-blocks/config": "^1.4.0",
47-
"@css-blocks/core": "^1.4.0",
46+
"@css-blocks/config": "^1.5.0",
47+
"@css-blocks/core": "^1.5.0",
4848
"@opticss/template-api": "^0.7.0",
4949
"debug": "^4.1.1",
5050
"fs-merger": "^3.0.2"

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

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Missed one package that needed an opticss upgrade. ([6a2345e](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember/commit/6a2345ed1740fc5fe64c232ab8bbe14230d96b9b))
12+
13+
14+
15+
16+
617
# [1.4.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember/compare/v1.3.2...v1.4.0) (2020-09-04)
718

819

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-blocks/ember",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "CSS Blocks Support for Ember. Apps should also install @css-blocks/ember-app.",
55
"main": "dist/src/index.js",
66
"author": "Chris Eppstein <[email protected]>",
@@ -53,9 +53,9 @@
5353
"ember-cli-htmlbars": "^5.3.1"
5454
},
5555
"dependencies": {
56-
"@css-blocks/config": "^1.4.0",
57-
"@css-blocks/core": "^1.4.0",
58-
"@css-blocks/ember-utils": "^1.4.0",
56+
"@css-blocks/config": "^1.5.0",
57+
"@css-blocks/core": "^1.5.0",
58+
"@css-blocks/ember-utils": "^1.5.0",
5959
"@glimmer/syntax": "^0.60.0",
6060
"@opticss/template-api": "^0.7.0",
6161
"@opticss/util": "^0.7.0",

packages/@css-blocks/eyeglass/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+
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/eyeglass/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
9+
### Bug Fixes
10+
11+
* Pass a copy of sass options for sync setup. ([eaf06b6](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/eyeglass/commit/eaf06b659ad581503162b10048d218f7d8c0979b))
12+
* Set eyeglass root within a directory-scoped processor. ([cb72810](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/eyeglass/commit/cb728100188c2bba85a68c39f1e41e9335cb5a54))
13+
14+
15+
### Features
16+
17+
* Update eyeglass integration to support synchronous preprocessing. ([f3b11af](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/eyeglass/commit/f3b11af3942767709b6a32f333bdbc779df7a5c2))
18+
19+
20+
21+
22+
623
# [1.2.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/eyeglass/compare/v1.1.2...v1.2.0) (2020-08-05)
724

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Gregory Wild-Smith <[email protected]>",
44
"description": "Tool to provide easy interoperation with the Eyeglass SASS module manager",
55
"license": "BSD-2-Clause",
6-
"version": "1.2.0",
6+
"version": "1.5.0",
77
"main": "dist/src/index.js",
88
"types": "dist/src/index.d.ts",
99
"files": [

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

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [1.5.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/compare/v1.4.0...v1.5.0) (2020-09-16)
7+
8+
**Note:** Version bump only for package @css-blocks/glimmer
9+
10+
11+
12+
13+
614
# [1.4.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/compare/v1.3.2...v1.4.0) (2020-09-04)
715

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

0 commit comments

Comments
 (0)