Skip to content

Commit f0f6246

Browse files
author
Travis CI
committed
1 parent b3c76b3 commit f0f6246

6 files changed

Lines changed: 26 additions & 5 deletions

File tree

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+
### [0.0.6](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2020-01-14)
6+
7+
8+
### Bug Fixes
9+
10+
* remove engines since there is no js ([2a02316](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/2a0231642f648f3f71d99785c0e1a50ee5e0bd65))
11+
512
### [0.0.5](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2020-01-14)
613

714
### [0.0.4](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-cli-update-codemods-manifest@[email protected]) (2020-01-13)

package.json

Lines changed: 3 additions & 3 deletions
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": "0.0.5",
4+
"version": "0.0.6",
55
"description": "Master list of codemods and their instructions used by [ember-cli-update](https://github.com/ember-cli/ember-cli-update)",
66
"scripts": {
77
"lint:git": "commitlint",
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@crowdstrike/commitlint": "^1.0.4",
2727
"chai": "^4.1.0",
28-
"ember-addon-codemods-manifest": "^1.0.3",
29-
"ember-app-codemods-manifest": "^1.0.3",
28+
"ember-addon-codemods-manifest": "^1.0.4",
29+
"ember-app-codemods-manifest": "^1.0.4",
3030
"ember-cli-update": "0.49.8",
3131
"eslint": "^6.1.0",
3232
"eslint-config-sane": "0.8.5",

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.4](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-addon-codemods-manifest@[email protected]) (2020-01-14)
6+
7+
8+
### Bug Fixes
9+
10+
* remove engines since there is no js ([2a02316](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/2a0231642f648f3f71d99785c0e1a50ee5e0bd65))
11+
512
### [1.0.3](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/ember-addon-codemods-manifest@[email protected]) (2020-01-13)
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.3",
3+
"version": "1.0.4",
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.4](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/[email protected]@1.0.4) (2020-01-14)
6+
7+
8+
### Bug Fixes
9+
10+
* remove engines since there is no js ([2a02316](https://github.com/ember-cli/ember-cli-update-codemods-manifest/commit/2a0231642f648f3f71d99785c0e1a50ee5e0bd65))
11+
512
### [1.0.3](https://github.com/ember-cli/ember-cli-update-codemods-manifest/compare/[email protected]@1.0.3) (2020-01-13)
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.3",
3+
"version": "1.0.4",
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)