Skip to content

Commit ef1f0d4

Browse files
author
github-actions
committed
1 parent ea2ebca commit ef1f0d4

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [2.0.10](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2024-11-18)
6+
57
## [2.0.9](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2024-07-22)
68

79
## [2.0.8](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2024-07-12)

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": "2.0.9",
4+
"version": "2.0.10",
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
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.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [1.0.11](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-addon-codemods-manifest@[email protected]) (2024-11-18)
46

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

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.10",
3+
"version": "1.0.11",
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
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.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## [1.0.10](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/[email protected]@1.0.10) (2024-11-18)
46

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

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.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": {

0 commit comments

Comments
 (0)