Skip to content

Commit

Permalink
Tagged 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Mar 13, 2024
1 parent 48a254c commit 63be715
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-pots-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-ways-give.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/written-guides/migrate-from-ember-css-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can reach `embroider-css-modules` in a few steps. (See [`ember-container-que

## Remove ember-css-modules

Run `ember-codemod-remove-ember-css-modules` to update syntax and project dependencies.
Run `ember-codemod-remove-ember-css-modules` to remove `ember-css-modules` syntax.

```sh
npx ember-codemod-remove-ember-css-modules <arguments>
Expand All @@ -18,9 +18,9 @@ npx ember-codemod-remove-ember-css-modules <arguments>
For more information, please see [the codemod's `README`](../../packages/ember-codemod-remove-ember-css-modules/README.md).


## Configure Webpack
## Update project configurations

Update `ember-cli-build.js` and `postcss.config.js`. See the instructions in [Set up CSS modules (apps) - Configure Webpack](./set-up-css-modules-apps.md#configure-webpack).
Please follow steps 1-3 of [Set up CSS modules (apps)](./set-up-css-modules-apps.md).


## Enable stricter Embroider settings
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.6",
"version": "2.0.7",
"private": true,
"description": "Workspace root for embroider-css-modules",
"repository": {
Expand Down
10 changes: 10 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,15 @@
# ember-codemod-remove-ember-css-modules

## 2.0.0

### Major Changes

- [#135](https://github.com/ijlee2/embroider-css-modules/pull/135) Let end-developers set up embroider-css-modules in their Embroider app ([@ijlee2](https://github.com/ijlee2))

### Patch Changes

- [#134](https://github.com/ijlee2/embroider-css-modules/pull/134) Extracted documentation for refactoring code. Added more examples. ([@ijlee2](https://github.com/ijlee2))

## 1.2.0

### Minor 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": "1.2.0",
"version": "2.0.0",
"description": "Codemod to replace ember-css-modules with embroider-css-modules",
"keywords": [
"codemod",
Expand Down

0 comments on commit 63be715

Please sign in to comment.