Skip to content

Commit

Permalink
Tagged 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Aug 13, 2024
1 parent 9f02ca2 commit 63b359b
Show file tree
Hide file tree
Showing 21 changed files with 71 additions and 34 deletions.
11 changes: 0 additions & 11 deletions .changeset/large-beers-destroy.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/orange-kangaroos-jog.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.10

### Patch Changes

- [#150](https://github.com/ijlee2/embroider-css-modules/pull/150) Replaced @types/ember__* with native types ([@ijlee2](https://github.com/ijlee2))
- [#149](https://github.com/ijlee2/embroider-css-modules/pull/149) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.9

### 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.9",
"version": "2.0.10",
"private": true,
"description": "An Ember app with ember-css-modules",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions docs/my-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# my-app

## 2.0.11

### Patch Changes

- [#150](https://github.com/ijlee2/embroider-css-modules/pull/150) Replaced @types/ember__* with native types ([@ijlee2](https://github.com/ijlee2))
- [#149](https://github.com/ijlee2/embroider-css-modules/pull/149) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.10

### Patch Changes
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.10",
"version": "2.0.11",
"private": true,
"description": "An Ember app with embroider-css-modules",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions docs/my-v1-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# my-v1-addon

## 0.1.10

### Patch Changes

- [#150](https://github.com/ijlee2/embroider-css-modules/pull/150) Replaced @types/ember__* with native types ([@ijlee2](https://github.com/ijlee2))
- [#149](https://github.com/ijlee2/embroider-css-modules/pull/149) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 0.1.9

### 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.9",
"version": "0.1.10",
"private": true,
"description": "A v1 addon with embroider-css-modules",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions docs/my-v2-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# my-v2-addon

## 2.0.11

### Patch Changes

- [#150](https://github.com/ijlee2/embroider-css-modules/pull/150) Replaced @types/ember__* with native types ([@ijlee2](https://github.com/ijlee2))
- [#149](https://github.com/ijlee2/embroider-css-modules/pull/149) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.10

### 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.10",
"version": "2.0.11",
"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.13",
"version": "2.0.14",
"private": true,
"description": "Workspace root for embroider-css-modules",
"repository": {
Expand Down
6 changes: 6 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,11 @@
# ember-codemod-remove-ember-css-modules

## 2.0.5

### Patch Changes

- [#149](https://github.com/ijlee2/embroider-css-modules/pull/149) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.4

### 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.4",
"version": "2.0.5",
"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.10

### Patch Changes

- [#150](https://github.com/ijlee2/embroider-css-modules/pull/150) Replaced @types/ember__* with native types ([@ijlee2](https://github.com/ijlee2))
- [#149](https://github.com/ijlee2/embroider-css-modules/pull/149) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.9

### 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.9",
"version": "2.0.10",
"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.12

### Patch Changes

- [#149](https://github.com/ijlee2/embroider-css-modules/pull/149) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 1.0.11

### 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.11",
"version": "1.0.12",
"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.11

### Patch Changes

- [#150](https://github.com/ijlee2/embroider-css-modules/pull/150) Replaced @types/ember__* with native types ([@ijlee2](https://github.com/ijlee2))
- [#149](https://github.com/ijlee2/embroider-css-modules/pull/149) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.10

### 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.10",
"version": "2.0.11",
"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.11

### Patch Changes

- [#150](https://github.com/ijlee2/embroider-css-modules/pull/150) Replaced @types/ember__* with native types ([@ijlee2](https://github.com/ijlee2))
- [#149](https://github.com/ijlee2/embroider-css-modules/pull/149) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

## 2.0.10

### 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.10",
"version": "2.0.11",
"private": true,
"description": "Test app for my-v2-addon",
"keywords": [
Expand Down

0 comments on commit 63b359b

Please sign in to comment.