Skip to content

Commit

Permalink
chore(release): Publish v1.0.0-alpha.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Nov 22, 2019
1 parent 9a10528 commit f30c2a7
Show file tree
Hide file tree
Showing 26 changed files with 270 additions and 31 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,56 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.0](https://github.com/LinkedIn/css-blocks/compare/v0.24.0...v1.0.0-alpha.0) (2019-11-22)


### Bug Fixes

* A state cannot be named 'scope'. ([12a0f32](https://github.com/LinkedIn/css-blocks/commit/12a0f32))
* Addressing comments from Chris. ([afedab9](https://github.com/LinkedIn/css-blocks/commit/afedab9))
* Cannot export a block as a reserved namespace identifier. ([e82f636](https://github.com/LinkedIn/css-blocks/commit/e82f636))
* Don't allow blocks to be imported with a well-known namespace. ([6fc3675](https://github.com/LinkedIn/css-blocks/commit/6fc3675))
* Fix bugs introduced by per-block namespaces. ([180b416](https://github.com/LinkedIn/css-blocks/commit/180b416))
* Fix common misspelling of 'cannot'. ([457e08c](https://github.com/LinkedIn/css-blocks/commit/457e08c))
* Fixing a few lint errors after a rebase. ([4a05b40](https://github.com/LinkedIn/css-blocks/commit/4a05b40))
* Fixing tests. ([7d368cc](https://github.com/LinkedIn/css-blocks/commit/7d368cc))
* For when the block-alias is the same name as a generated className. ([bd36033](https://github.com/LinkedIn/css-blocks/commit/bd36033))
* Global states can be combined with the :scope selector. ([92f8093](https://github.com/LinkedIn/css-blocks/commit/92f8093))
* Handle possible fs.stat failure gracefully. ([e1d1c2d](https://github.com/LinkedIn/css-blocks/commit/e1d1c2d))
* Incorrect paths in package.json. ([d5f4c4c](https://github.com/LinkedIn/css-blocks/commit/d5f4c4c))
* Making an error message slightly nicer. ([e74d019](https://github.com/LinkedIn/css-blocks/commit/e74d019))
* Merge conflict was checked in. ([3dcd620](https://github.com/LinkedIn/css-blocks/commit/3dcd620))
* Removing an addressed TODO. ([0e763de](https://github.com/LinkedIn/css-blocks/commit/0e763de))
* Small tweaks around parameter passing. ([5d91c56](https://github.com/LinkedIn/css-blocks/commit/5d91c56))
* Use a more flexible configuration type. ([38fd823](https://github.com/LinkedIn/css-blocks/commit/38fd823))
* Using the export syntax for blocks in tests. ([bc86451](https://github.com/LinkedIn/css-blocks/commit/bc86451))


### Features

* Add document links provider. ([8a940d4](https://github.com/LinkedIn/css-blocks/commit/8a940d4))
* Adding a custom importer for the language-server. ([d5bd9c3](https://github.com/LinkedIn/css-blocks/commit/d5bd9c3))
* Adds custom css data for css-blocks at rules. ([9d230d5](https://github.com/LinkedIn/css-blocks/commit/9d230d5))
* Basic preprocessor support. ([414b32e](https://github.com/LinkedIn/css-blocks/commit/414b32e))
* Basic workings of language server and vscode client. ([ce11443](https://github.com/LinkedIn/css-blocks/commit/ce11443))
* Basic workings of language server and vscode client. ([4c156d1](https://github.com/LinkedIn/css-blocks/commit/4c156d1))
* CLI will use configuration files now. ([9dbfdd9](https://github.com/LinkedIn/css-blocks/commit/9dbfdd9))
* Code completion and definitions for per-block namespace syntax. ([a88ebd5](https://github.com/LinkedIn/css-blocks/commit/a88ebd5))
* Configuration file API for CSS Blocks. ([736f460](https://github.com/LinkedIn/css-blocks/commit/736f460))
* Implement autocomplete for import paths. ([bc0316d](https://github.com/LinkedIn/css-blocks/commit/bc0316d))
* Introducing the block-alias. ([5517d72](https://github.com/LinkedIn/css-blocks/commit/5517d72))
* Load css-blocks configuration from the config file for vscode. ([e564970](https://github.com/LinkedIn/css-blocks/commit/e564970))
* Passing all block aliases as reserved classNames for compilation. ([aea5fcc](https://github.com/LinkedIn/css-blocks/commit/aea5fcc))
* Passing block error validation through the importer. ([a5123fc](https://github.com/LinkedIn/css-blocks/commit/a5123fc))
* Per block namespaces. ([053ed47](https://github.com/LinkedIn/css-blocks/commit/053ed47))
* Per block namespaces. ([b9c4938](https://github.com/LinkedIn/css-blocks/commit/b9c4938))
* Respect explicit exports for a block interface. ([d37e704](https://github.com/LinkedIn/css-blocks/commit/d37e704))
* WIP Migration of vscode integration to per-block namespace syntax. ([146b71d](https://github.com/LinkedIn/css-blocks/commit/146b71d))





# [0.24.0](https://github.com/linkedin/css-blocks/compare/v0.23.2...v0.24.0) (2019-09-16)


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

# [1.0.0-alpha.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/compare/v0.24.0...v1.0.0-alpha.0) (2019-11-22)


### Bug Fixes

* Fix bugs introduced by per-block namespaces. ([180b416](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/commit/180b416))





# [0.24.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/broccoli/compare/v0.23.2...v0.24.0) (2019-09-16)

**Note:** Version bump only for package @css-blocks/broccoli
Expand Down
6 changes: 3 additions & 3 deletions packages/@css-blocks/broccoli/package.json
@@ -1,6 +1,6 @@
{
"name": "@css-blocks/broccoli",
"version": "0.24.0",
"version": "1.0.0-alpha.0",
"description": "CSS Blocks Broccoli Addon",
"main": "dist/src/index.js",
"author": "Adam Miller <ammiller@linkedin.com>",
Expand Down Expand Up @@ -31,14 +31,14 @@
},
"devDependencies": {
"@css-blocks/code-style": "^0.24.0",
"@css-blocks/glimmer": "^0.24.0",
"@css-blocks/glimmer": "^1.0.0-alpha.0",
"@types/fs-extra": "^8.0.0",
"@types/glob": "^7.1.1",
"broccoli-test-helper": "^2.0.0",
"watch": "^1.0.2"
},
"dependencies": {
"@css-blocks/core": "^0.24.0",
"@css-blocks/core": "^1.0.0-alpha.0",
"@glimmer/compiler": "^0.42.0",
"@glimmer/syntax": "^0.42.0",
"@opticss/template-api": "^0.6.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/@css-blocks/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/cli/compare/v0.24.0...v1.0.0-alpha.0) (2019-11-22)


### Features

* CLI will use configuration files now. ([9dbfdd9](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/cli/commit/9dbfdd9))





# [0.24.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/cli/compare/v0.23.2...v0.24.0) (2019-09-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/@css-blocks/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@css-blocks/cli",
"version": "0.24.0",
"version": "1.0.0-alpha.0",
"description": "Command line interface to css-blocks.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -56,8 +56,8 @@
"watch": "^1.0.2"
},
"dependencies": {
"@css-blocks/config": "^0.24.0",
"@css-blocks/core": "^0.24.0",
"@css-blocks/config": "^1.0.0-alpha.0",
"@css-blocks/core": "^1.0.0-alpha.0",
"chalk": "^2.4.2",
"debug": "^4.1.1",
"fs-extra": "^8.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/@css-blocks/config/CHANGELOG.md
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.0](https://github.com/linkedin/css-blocks/compare/v0.24.0...v1.0.0-alpha.0) (2019-11-22)


### Bug Fixes

* Incorrect paths in package.json. ([d5f4c4c](https://github.com/linkedin/css-blocks/commit/d5f4c4c))
* Use a more flexible configuration type. ([38fd823](https://github.com/linkedin/css-blocks/commit/38fd823))


### Features

* Configuration file API for CSS Blocks. ([736f460](https://github.com/linkedin/css-blocks/commit/736f460))
4 changes: 2 additions & 2 deletions packages/@css-blocks/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@css-blocks/config",
"version": "0.24.0",
"version": "1.0.0-alpha.0",
"description": "Standardized access to css-blocks configuration files.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"watch": "^1.0.2"
},
"dependencies": {
"@css-blocks/core": "^0.24.0",
"@css-blocks/core": "^1.0.0-alpha.0",
"cosmiconfig": "^6.0.0",
"debug": "^4.1.1",
"lodash.merge": "^4.6.2"
Expand Down
31 changes: 31 additions & 0 deletions packages/@css-blocks/core/CHANGELOG.md
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/compare/v0.24.0...v1.0.0-alpha.0) (2019-11-22)


### Bug Fixes

* A state cannot be named 'scope'. ([12a0f32](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/12a0f32))
* Addressing comments from Chris. ([afedab9](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/afedab9))
* Cannot export a block as a reserved namespace identifier. ([e82f636](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/e82f636))
* Don't allow blocks to be imported with a well-known namespace. ([6fc3675](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/6fc3675))
* Fix common misspelling of 'cannot'. ([457e08c](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/457e08c))
* Fixing a few lint errors after a rebase. ([4a05b40](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/4a05b40))
* Fixing tests. ([7d368cc](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/7d368cc))
* For when the block-alias is the same name as a generated className. ([bd36033](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/bd36033))
* Global states can be combined with the :scope selector. ([92f8093](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/92f8093))
* Making an error message slightly nicer. ([e74d019](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/e74d019))
* Removing an addressed TODO. ([0e763de](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/0e763de))
* Small tweaks around parameter passing. ([5d91c56](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/5d91c56))


### Features

* Adding a custom importer for the language-server. ([d5bd9c3](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/d5bd9c3))
* Introducing the block-alias. ([5517d72](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/5517d72))
* Passing all block aliases as reserved classNames for compilation. ([aea5fcc](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/aea5fcc))
* Per block namespaces. ([b9c4938](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/b9c4938))
* Respect explicit exports for a block interface. ([d37e704](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/commit/d37e704))





# [0.24.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/core/compare/v0.23.2...v0.24.0) (2019-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/@css-blocks/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@css-blocks/core",
"version": "0.24.0",
"version": "1.0.0-alpha.0",
"description": "Fast, maintainable, optimal, component-oriented CSS.",
"main": "dist/src/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/@css-blocks/ember-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-cli/compare/v0.24.0...v1.0.0-alpha.0) (2019-11-22)


### Bug Fixes

* Fix bugs introduced by per-block namespaces. ([180b416](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-cli/commit/180b416))





# [0.24.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/ember-cli/compare/v0.23.2...v0.24.0) (2019-09-16)


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

# [1.0.0-alpha.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/compare/v0.24.0...v1.0.0-alpha.0) (2019-11-22)


### Bug Fixes

* Fix bugs introduced by per-block namespaces. ([180b416](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/180b416))
* Fixing a few lint errors after a rebase. ([4a05b40](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/4a05b40))
* Fixing tests. ([7d368cc](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/7d368cc))
* For when the block-alias is the same name as a generated className. ([bd36033](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/bd36033))
* Small tweaks around parameter passing. ([5d91c56](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/5d91c56))
* Using the export syntax for blocks in tests. ([bc86451](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/bc86451))


### Features

* Introducing the block-alias. ([5517d72](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/5517d72))
* Passing all block aliases as reserved classNames for compilation. ([aea5fcc](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/aea5fcc))
* Per block namespaces. ([053ed47](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/053ed47))
* Respect explicit exports for a block interface. ([d37e704](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/commit/d37e704))





# [0.24.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/glimmer/compare/v0.23.2...v0.24.0) (2019-09-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/@css-blocks/glimmer/package.json
@@ -1,6 +1,6 @@
{
"name": "@css-blocks/glimmer",
"version": "0.24.0",
"version": "1.0.0-alpha.0",
"description": "Statically analyze & rewrite the css-block styles in Handlebars templates.",
"main": "dist/cjs/src/index.js",
"types": "dist/cjs/src/index.d.ts",
Expand Down Expand Up @@ -52,12 +52,12 @@
"@css-blocks/code-style": "^0.24.0",
"@types/fs-extra": "^8.0.0",
"@types/glob": "^7.1.1",
"watch": "^1.0.2",
"typescript": "~3.6"
"typescript": "~3.6",
"watch": "^1.0.2"
},
"dependencies": {
"@amiller-gh/glimmer-analyzer": "^0.4.0",
"@css-blocks/core": "^0.24.0",
"@css-blocks/core": "^1.0.0-alpha.0",
"@glimmer/compiler": "^0.42.0",
"@glimmer/resolution-map-builder": "0.5.1",
"@glimmer/resolver": "^0.4.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/@css-blocks/jsx/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/jsx/compare/v0.24.0...v1.0.0-alpha.0) (2019-11-22)


### Bug Fixes

* Fix common misspelling of 'cannot'. ([457e08c](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/jsx/commit/457e08c))
* Fixing tests. ([7d368cc](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/jsx/commit/7d368cc))





# [0.24.0](https://github.com/linkedin/css-blocks/tree/master/packages/%40css-blocks/jsx/compare/v0.23.2...v0.24.0) (2019-09-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/@css-blocks/jsx/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@css-blocks/jsx",
"version": "0.24.0",
"version": "1.0.0-alpha.0",
"description": "Statically analyzes JSX files for CSS Blocks use.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@css-blocks/runtime": "^0.23.0"
},
"dependencies": {
"@css-blocks/core": "^0.24.0",
"@css-blocks/core": "^1.0.0-alpha.0",
"@opticss/template-api": "^0.6.3",
"@opticss/util": "^0.7.0",
"babel-traverse": "7.0.0-beta.3",
Expand Down
24 changes: 24 additions & 0 deletions packages/@css-blocks/language-server/CHANGELOG.md
@@ -0,0 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.0](https://github.com/LinkedIn/css-blocks/compare/v0.24.0...v1.0.0-alpha.0) (2019-11-22)


### Bug Fixes

* Handle possible fs.stat failure gracefully. ([e1d1c2d](https://github.com/LinkedIn/css-blocks/commit/e1d1c2d))


### Features

* Add document links provider. ([8a940d4](https://github.com/LinkedIn/css-blocks/commit/8a940d4))
* Adding a custom importer for the language-server. ([d5bd9c3](https://github.com/LinkedIn/css-blocks/commit/d5bd9c3))
* Basic preprocessor support. ([414b32e](https://github.com/LinkedIn/css-blocks/commit/414b32e))
* Basic workings of language server and vscode client. ([ce11443](https://github.com/LinkedIn/css-blocks/commit/ce11443))
* Code completion and definitions for per-block namespace syntax. ([a88ebd5](https://github.com/LinkedIn/css-blocks/commit/a88ebd5))
* Implement autocomplete for import paths. ([bc0316d](https://github.com/LinkedIn/css-blocks/commit/bc0316d))
* Load css-blocks configuration from the config file for vscode. ([e564970](https://github.com/LinkedIn/css-blocks/commit/e564970))
* Passing block error validation through the importer. ([a5123fc](https://github.com/LinkedIn/css-blocks/commit/a5123fc))
* WIP Migration of vscode integration to per-block namespace syntax. ([146b71d](https://github.com/LinkedIn/css-blocks/commit/146b71d))
6 changes: 3 additions & 3 deletions packages/@css-blocks/language-server/package.json
@@ -1,7 +1,7 @@
{
"name": "@css-blocks/language-server",
"description": "CSS Blocks Language Server",
"version": "0.0.1",
"version": "1.0.0-alpha.0",
"author": "LinkedIn Corporation",
"license": "BSD-2-Clause",
"engines": {
Expand All @@ -12,8 +12,8 @@
"url": "https://github.com/LinkedIn/css-blocks"
},
"dependencies": {
"@css-blocks/config": "^0.24.0",
"@css-blocks/core": "^0.24.0",
"@css-blocks/config": "^1.0.0-alpha.0",
"@css-blocks/core": "^1.0.0-alpha.0",
"@glimmer/syntax": "^0.42.1",
"glob": "^7.1.6",
"glob-escape": "^0.0.2",
Expand Down

0 comments on commit f30c2a7

Please sign in to comment.