Skip to content

Commit

Permalink
Release 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Apr 21, 2020
1 parent 66750e9 commit cdb8432
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.0.9 (2020-04-21)

#### :house: Internal
* `cli`
* [#296](https://github.com/checkupjs/checkup/pull/296) Updating package references ([@scalvert](https://github.com/scalvert))

#### Committers: 1
- Steve Calvert ([@scalvert](https://github.com/scalvert))


## v0.0.8 (2020-04-21)

#### :boom: Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions packages/checkup-plugin-ember-octane/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "checkup-plugin-ember-octane",
"description": "An oclif plugin for Ember Octane migration tasks",
"version": "0.0.8",
"version": "0.0.9",
"author": "Lewis Miller @lbdm44",
"bugs": "https://github.com/checkupjs/checkup/issues",
"dependencies": {
"@checkup/core": "0.0.8",
"@checkup/core": "0.0.9",
"@oclif/command": "^1",
"@oclif/config": "^1",
"babel-eslint": "^10.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/checkup-plugin-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "checkup-plugin-ember",
"description": "An oclif plugin for Ember project tasks",
"version": "0.0.8",
"version": "0.0.9",
"author": "Steve Calvert @scalvert",
"bugs": "https://github.com/checkupjs/checkup/issues",
"dependencies": {
"@checkup/core": "0.0.8",
"@checkup/core": "0.0.9",
"@oclif/command": "^1",
"@oclif/config": "^1",
"tslib": "^1"
},
"devDependencies": {
"@checkup/test-helpers": "0.0.8",
"@checkup/test-helpers": "0.0.9",
"@oclif/dev-cli": "^1",
"fixturify-project": "^2.1.0",
"rimraf": "^3.0.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@checkup/cli",
"description": "A CLI that provides health check information about your project.",
"version": "0.0.8",
"version": "0.0.9",
"author": "Steve Calvert <[email protected]>",
"bin": {
"checkup": "./bin/run"
Expand All @@ -10,13 +10,13 @@
"dependencies": {
"@babel/traverse": "^7.9.5",
"@babel/types": "7.9.5",
"@checkup/core": "0.0.8",
"@checkup/core": "0.0.9",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"chalk": "^4.0.0",
"checkup-plugin-ember": "0.0.8",
"checkup-plugin-ember-octane": "0.0.8",
"checkup-plugin-ember": "0.0.9",
"checkup-plugin-ember-octane": "0.0.9",
"chrome-debugging-client": "^1.2.0",
"date-and-time": "^0.13.1",
"debug": "^4.1.1",
Expand All @@ -34,7 +34,7 @@
"yeoman-generator": "^4.8.0"
},
"devDependencies": {
"@checkup/test-helpers": "0.0.8",
"@checkup/test-helpers": "0.0.9",
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"@types/yeoman-environment": "^2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@checkup/core",
"description": "Checkup's core library",
"version": "0.0.8",
"version": "0.0.9",
"author": "Steve Calvert <[email protected]>",
"bugs": "https://github.com/checkupjs/checkup/issues",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@checkup/test-helpers",
"description": "Checkup's test helper library",
"version": "0.0.8",
"version": "0.0.9",
"author": "Steve Calvert <[email protected]>",
"bugs": "https://github.com/checkupjs/checkup/issues",
"dependencies": {
"@checkup/core": "0.0.8",
"@checkup/core": "0.0.9",
"fixturify-project": "^2.1.0",
"handlebars": "^4.7.6",
"stdout-stderr": "^0.1.13",
Expand Down

0 comments on commit cdb8432

Please sign in to comment.