Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
webark committed Feb 15, 2022
1 parent 8b1217d commit f132814
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/colocation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.4](https://github.com/webark/ember-cli-styles/compare/ember-cli-styles-colocation@[email protected]) (2022-02-11)

**Note:** Version bump only for package ember-cli-styles-colocation





# [1.0.0-alpha.3](https://github.com/webark/ember-cli-styles/compare/ember-cli-styles-colocation@[email protected]) (2021-12-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/colocation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-styles-colocation",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down
8 changes: 8 additions & 0 deletions packages/component-css-support/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.3](https://github.com/webark/ember-cli-styles/compare/ember-cli-styles-component-css-support@1.0.0-alpha.2...ember-cli-styles-component-css-support@1.0.0-alpha.3) (2022-02-11)

**Note:** Version bump only for package ember-cli-styles-component-css-support





# 1.0.0-alpha.2 (2021-11-08)

**Note:** Version bump only for package ember-cli-styles-component-css-support
Expand Down
2 changes: 1 addition & 1 deletion packages/component-css-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-styles-component-css-support",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down
11 changes: 11 additions & 0 deletions packages/namespace/CHANGELOG.md
Original file line number Diff line number Diff line change
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.7](https://github.com/webark/ember-cli-styles/compare/ember-cli-styles-namespace@[email protected]) (2022-02-11)


### Features

* **namespace:** add support for "manually" getting a component's style-namespace; fixes [#5](https://github.com/webark/ember-cli-styles/issues/5) ([0a9f129](https://github.com/webark/ember-cli-styles/commit/0a9f12927c41a2c2013420cbd362aec4a1508a53))





# [1.0.0-alpha.6](https://github.com/webark/ember-cli-styles/compare/ember-cli-styles-namespace@[email protected]) (2021-12-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/namespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-styles-namespace",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -35,7 +35,7 @@
"broccoli-tree-walker": "^1.0.1",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.0.1",
"ember-cli-styles-colocation": "^1.0.0-alpha.3",
"ember-cli-styles-colocation": "^1.0.0-alpha.4",
"fs-extra": "^10.0.0",
"md5": "^2.3.0",
"postcss": "^8.4.6",
Expand All @@ -56,7 +56,7 @@
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-styles-preprocessor": "^1.0.0-alpha.3",
"ember-cli-styles-preprocessor": "^1.0.0-alpha.4",
"ember-cli-terser": "^4.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/preprocessor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.4](https://github.com/webark/ember-cli-styles/compare/ember-cli-styles-preprocessor@[email protected]) (2022-02-11)

**Note:** Version bump only for package ember-cli-styles-preprocessor





# [1.0.0-alpha.3](https://github.com/webark/ember-cli-styles/compare/ember-cli-styles-preprocessor@[email protected]) (2021-11-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/preprocessor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-styles-preprocessor",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit f132814

Please sign in to comment.