Skip to content

Commit 06a391f

Browse files
author
github-actions
committed
1 parent 037f82f commit 06a391f

6 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2023-11-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* update node 18
11+
* update node 16
12+
* update to node 14
13+
14+
* update node 16 ([d3d97d5](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/d3d97d5c66c2bebc4a3e13a130cc1560a3d54729))
15+
* update node 18 ([4c0f923](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/4c0f9230bae32b6655bf0597a2bb40057a60eff6))
16+
* update to node 14 ([d500fd3](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/d500fd34cf4867f30d793d7db3cf7611ba6eabd6))
17+
518
## [1.0.0](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2021-06-10)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ember-cli-update-codemods-manifest",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"description": "Master list of codemods and their instructions used by ember-cli-update",
66
"scripts": {
77
"lint:git": "commitlint",

packages/addon/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.0.10](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-addon-codemods-manifest@[email protected]) (2023-11-06)
6+
7+
8+
### Bug Fixes
9+
10+
* use ember-codemods/es5-getter-ember-codemod ([077d95f](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/077d95f5417206ab9d1ce6543635e4049dc9867e))
11+
512
### [1.0.9](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-addon-codemods-manifest@[email protected]) (2020-04-26)
613

714

packages/addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-addon-codemods-manifest",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Master list of codemods and their instructions used by [ember-cli-update](https://github.com/ember-cli/ember-cli-update)",
55
"main": "manifest",
66
"scripts": {

packages/app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.0.9](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/[email protected]@1.0.9) (2023-11-06)
6+
7+
8+
### Bug Fixes
9+
10+
* use ember-codemods/es5-getter-ember-codemod ([077d95f](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/077d95f5417206ab9d1ce6543635e4049dc9867e))
11+
512
### [1.0.8](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/[email protected]@1.0.8) (2020-04-26)
613

714

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-app-codemods-manifest",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Master list of codemods and their instructions used by [ember-cli-update](https://github.com/ember-cli/ember-cli-update)",
55
"main": "manifest",
66
"scripts": {

0 commit comments

Comments
 (0)