Skip to content

Commit

Permalink
chore(release): [email protected],ember-app-codemo…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 6, 2023
1 parent 037f82f commit 06a391f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2023-11-06)


### ⚠ BREAKING CHANGES

* update node 18
* update node 16
* update to node 14

* update node 16 ([d3d97d5](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/d3d97d5c66c2bebc4a3e13a130cc1560a3d54729))
* update node 18 ([4c0f923](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/4c0f9230bae32b6655bf0597a2bb40057a60eff6))
* update to node 14 ([d500fd3](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/d500fd34cf4867f30d793d7db3cf7611ba6eabd6))

## [1.0.0](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2021-06-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-cli-update-codemods-manifest",
"private": true,
"version": "1.0.0",
"version": "2.0.0",
"description": "Master list of codemods and their instructions used by ember-cli-update",
"scripts": {
"lint:git": "commitlint",
Expand Down
7 changes: 7 additions & 0 deletions packages/addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.10](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-addon-codemods-manifest@[email protected]) (2023-11-06)


### Bug Fixes

* use ember-codemods/es5-getter-ember-codemod ([077d95f](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/077d95f5417206ab9d1ce6543635e4049dc9867e))

### [1.0.9](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-addon-codemods-manifest@[email protected]) (2020-04-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-addon-codemods-manifest",
"version": "1.0.9",
"version": "1.0.10",
"description": "Master list of codemods and their instructions used by [ember-cli-update](https://github.com/ember-cli/ember-cli-update)",
"main": "manifest",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.9](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/[email protected]@1.0.9) (2023-11-06)


### Bug Fixes

* use ember-codemods/es5-getter-ember-codemod ([077d95f](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/077d95f5417206ab9d1ce6543635e4049dc9867e))

### [1.0.8](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/[email protected]@1.0.8) (2020-04-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-app-codemods-manifest",
"version": "1.0.8",
"version": "1.0.9",
"description": "Master list of codemods and their instructions used by [ember-cli-update](https://github.com/ember-cli/ember-cli-update)",
"main": "manifest",
"scripts": {
Expand Down

0 comments on commit 06a391f

Please sign in to comment.