Skip to content

Commit

Permalink
Tagged 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Nov 7, 2023
1 parent a1bddd4 commit 47c16fe
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 19 deletions.
11 changes: 0 additions & 11 deletions .changeset/unlucky-feet-learn.md

This file was deleted.

6 changes: 6 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,11 @@
# my-app-with-ember-css-modules

## 1.1.2

### Patch Changes

- [#116](https://github.com/ijlee2/embroider-css-modules/pull/116) Downstreamed changes from @embroider/addon-blueprint@2.7.0 ([@ijlee2](https://github.com/ijlee2))

## 1.1.1

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

## 1.1.2

### Patch Changes

- [#116](https://github.com/ijlee2/embroider-css-modules/pull/116) Downstreamed changes from @embroider/addon-blueprint@2.7.0 ([@ijlee2](https://github.com/ijlee2))

## 1.1.1

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

## 1.1.2

### Patch Changes

- [#116](https://github.com/ijlee2/embroider-css-modules/pull/116) Downstreamed changes from @embroider/addon-blueprint@2.7.0 ([@ijlee2](https://github.com/ijlee2))

## 1.1.1

### 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": "1.1.1",
"version": "1.1.2",
"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": "1.1.2",
"version": "1.1.3",
"private": true,
"description": "Workspace root for embroider-css-modules",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/embroider-css-modules-temporary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# embroider-css-modules-temporary

## 1.1.2

### Patch Changes

- [#116](https://github.com/ijlee2/embroider-css-modules/pull/116) Downstreamed changes from @embroider/addon-blueprint@2.7.0 ([@ijlee2](https://github.com/ijlee2))

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/embroider-css-modules-temporary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embroider-css-modules-temporary",
"version": "1.1.1",
"version": "1.1.2",
"description": "embroider-css-modules with renamed {{local-class}} helper",
"keywords": [
"css",
Expand Down
6 changes: 6 additions & 0 deletions packages/embroider-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# embroider-css-modules

## 1.1.2

### Patch Changes

- [#116](https://github.com/ijlee2/embroider-css-modules/pull/116) Downstreamed changes from @embroider/addon-blueprint@2.7.0 ([@ijlee2](https://github.com/ijlee2))

## 1.1.1

### 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": "1.1.1",
"version": "1.1.2",
"description": "CSS modules for Embroider projects",
"keywords": [
"css",
Expand Down
6 changes: 6 additions & 0 deletions tests/embroider-css-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# test-app-for-embroider-css-modules

## 1.1.2

### Patch Changes

- [#116](https://github.com/ijlee2/embroider-css-modules/pull/116) Downstreamed changes from @embroider/addon-blueprint@2.7.0 ([@ijlee2](https://github.com/ijlee2))

## 1.1.1

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

## 1.1.2

### Patch Changes

- [#116](https://github.com/ijlee2/embroider-css-modules/pull/116) Downstreamed changes from @embroider/addon-blueprint@2.7.0 ([@ijlee2](https://github.com/ijlee2))

## 1.1.1

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

0 comments on commit 47c16fe

Please sign in to comment.