Skip to content

Commit

Permalink
Tagged 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Sep 5, 2024
1 parent 7f9e574 commit 0a604a9
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-tips-reflect.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/flat-ants-carry.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tidy-weeks-collect.md

This file was deleted.

9 changes: 8 additions & 1 deletion docs/my-app-with-ember-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# my-app-with-ember-css-modules

## 2.0.11

### Patch Changes

- [#155](https://github.com/ijlee2/embroider-css-modules/pull/155) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))
- [#154](https://github.com/ijlee2/embroider-css-modules/pull/154) Made pnpm settings stricter ([@ijlee2](https://github.com/ijlee2))

## 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))
- [#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))
- [#148](https://github.com/ijlee2/embroider-css-modules/pull/148) Used pnpm@9 to manage dependencies ([@ijlee2](https://github.com/ijlee2))

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

## 2.0.12

### Patch Changes

- [#155](https://github.com/ijlee2/embroider-css-modules/pull/155) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))
- [#154](https://github.com/ijlee2/embroider-css-modules/pull/154) Made pnpm settings stricter ([@ijlee2](https://github.com/ijlee2))

## 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))
- [#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))
- [#148](https://github.com/ijlee2/embroider-css-modules/pull/148) Used pnpm@9 to manage dependencies ([@ijlee2](https://github.com/ijlee2))

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

## 0.1.11

### Patch Changes

- [#155](https://github.com/ijlee2/embroider-css-modules/pull/155) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))
- [#154](https://github.com/ijlee2/embroider-css-modules/pull/154) Made pnpm settings stricter ([@ijlee2](https://github.com/ijlee2))
- [#153](https://github.com/ijlee2/embroider-css-modules/pull/153) Replaced .js with .ts in publicEntrypoints() ([@ijlee2](https://github.com/ijlee2))

## 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))
- [#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))
- [#148](https://github.com/ijlee2/embroider-css-modules/pull/148) Used pnpm@9 to manage dependencies ([@ijlee2](https://github.com/ijlee2))

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

## 2.0.12

### Patch Changes

- [#155](https://github.com/ijlee2/embroider-css-modules/pull/155) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))
- [#154](https://github.com/ijlee2/embroider-css-modules/pull/154) Made pnpm settings stricter ([@ijlee2](https://github.com/ijlee2))
- [#153](https://github.com/ijlee2/embroider-css-modules/pull/153) Replaced .js with .ts in publicEntrypoints() ([@ijlee2](https://github.com/ijlee2))

## 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))
- [#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))
- [#148](https://github.com/ijlee2/embroider-css-modules/pull/148) Used pnpm@9 to manage dependencies ([@ijlee2](https://github.com/ijlee2))

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.11",
"version": "2.0.12",
"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.15",
"version": "2.0.16",
"private": true,
"description": "Workspace root for embroider-css-modules",
"repository": {
Expand Down
10 changes: 9 additions & 1 deletion packages/embroider-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# embroider-css-modules

## 2.0.11

### Patch Changes

- [#155](https://github.com/ijlee2/embroider-css-modules/pull/155) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))
- [#154](https://github.com/ijlee2/embroider-css-modules/pull/154) Made pnpm settings stricter ([@ijlee2](https://github.com/ijlee2))
- [#153](https://github.com/ijlee2/embroider-css-modules/pull/153) Replaced .js with .ts in publicEntrypoints() ([@ijlee2](https://github.com/ijlee2))

## 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))
- [#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))
- [#148](https://github.com/ijlee2/embroider-css-modules/pull/148) Used pnpm@9 to manage dependencies ([@ijlee2](https://github.com/ijlee2))

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.10",
"version": "2.0.11",
"description": "CSS modules for Embroider projects",
"keywords": [
"css",
Expand Down
9 changes: 8 additions & 1 deletion tests/embroider-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# test-app-for-embroider-css-modules

## 2.0.12

### Patch Changes

- [#155](https://github.com/ijlee2/embroider-css-modules/pull/155) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))
- [#154](https://github.com/ijlee2/embroider-css-modules/pull/154) Made pnpm settings stricter ([@ijlee2](https://github.com/ijlee2))

## 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))
- [#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))
- [#148](https://github.com/ijlee2/embroider-css-modules/pull/148) Used pnpm@9 to manage dependencies ([@ijlee2](https://github.com/ijlee2))

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.11",
"version": "2.0.12",
"private": true,
"description": "Test app for embroider-css-modules",
"keywords": [
Expand Down
9 changes: 8 additions & 1 deletion tests/my-v2-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# test-app-for-my-v2-addon

## 2.0.12

### Patch Changes

- [#155](https://github.com/ijlee2/embroider-css-modules/pull/155) Updated development dependencies ([@ijlee2](https://github.com/ijlee2))
- [#154](https://github.com/ijlee2/embroider-css-modules/pull/154) Made pnpm settings stricter ([@ijlee2](https://github.com/ijlee2))

## 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))
- [#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))
- [#148](https://github.com/ijlee2/embroider-css-modules/pull/148) Used pnpm@9 to manage dependencies ([@ijlee2](https://github.com/ijlee2))

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

0 comments on commit 0a604a9

Please sign in to comment.