Skip to content

Commit

Permalink
Tagged 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Apr 26, 2024
1 parent eb3c9fb commit d94678b
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 38 deletions.
13 changes: 0 additions & 13 deletions .changeset/plenty-apes-train.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/shaggy-apes-fold.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/my-app-with-ember-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# my-app-with-ember-css-modules

## 2.0.7

### Patch Changes

- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
- [#143](https://github.com/ijlee2/embroider-css-modules/pull/143) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/my-app-with-ember-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-app-with-ember-css-modules",
"version": "2.0.6",
"version": "2.0.7",
"private": true,
"description": "An Ember app with ember-css-modules",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion docs/my-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-app",
"version": "2.0.7",
"version": "2.0.8",
"private": true,
"description": "An Ember app with embroider-css-modules",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions docs/my-v1-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# my-v1-addon

## 0.1.7

### Patch Changes

- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
- [#143](https://github.com/ijlee2/embroider-css-modules/pull/143) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
- [#143](https://github.com/ijlee2/embroider-css-modules/pull/143) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/my-v1-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-v1-addon",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"description": "A v1 addon with embroider-css-modules",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions docs/my-v2-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# my-v2-addon

## 2.0.8

### Patch Changes

- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
- [#143](https://github.com/ijlee2/embroider-css-modules/pull/143) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
- [#143](https://github.com/ijlee2/embroider-css-modules/pull/143) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/my-v2-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-v2-addon",
"version": "2.0.7",
"version": "2.0.8",
"private": true,
"description": "A v2 addon with embroider-css-modules",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-root",
"version": "2.0.10",
"version": "2.0.11",
"private": true,
"description": "Workspace root for embroider-css-modules",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ember-codemod-remove-ember-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ember-codemod-remove-ember-css-modules

## 2.0.3

### Patch Changes

- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
- [#143](https://github.com/ijlee2/embroider-css-modules/pull/143) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-codemod-remove-ember-css-modules",
"version": "2.0.2",
"version": "2.0.3",
"description": "Codemod to replace ember-css-modules with embroider-css-modules",
"keywords": [
"codemod",
Expand Down
7 changes: 7 additions & 0 deletions packages/embroider-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# embroider-css-modules

## 2.0.7

### Patch Changes

- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
- [#143](https://github.com/ijlee2/embroider-css-modules/pull/143) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/embroider-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embroider-css-modules",
"version": "2.0.6",
"version": "2.0.7",
"description": "CSS modules for Embroider projects",
"keywords": [
"css",
Expand Down
6 changes: 6 additions & 0 deletions packages/type-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# type-css-modules

## 1.0.10

### Patch Changes

- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/type-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-css-modules",
"version": "1.0.9",
"version": "1.0.10",
"description": "Generate declaration files for CSS modules",
"keywords": [
"css",
Expand Down
7 changes: 7 additions & 0 deletions tests/embroider-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-app-for-embroider-css-modules

## 2.0.8

### Patch Changes

- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
- [#143](https://github.com/ijlee2/embroider-css-modules/pull/143) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/embroider-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app-for-embroider-css-modules",
"version": "2.0.7",
"version": "2.0.8",
"private": true,
"description": "Test app for embroider-css-modules",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions tests/my-v2-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-app-for-my-v2-addon

## 2.0.8

### Patch Changes

- [#144](https://github.com/ijlee2/embroider-css-modules/pull/144) Downstreamed changes from ember-cli and @embroider/addon-blueprint ([@ijlee2](https://github.com/ijlee2))
- [#143](https://github.com/ijlee2/embroider-css-modules/pull/143) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/my-v2-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app-for-my-v2-addon",
"version": "2.0.7",
"version": "2.0.8",
"private": true,
"description": "Test app for my-v2-addon",
"keywords": [
Expand Down

0 comments on commit d94678b

Please sign in to comment.