Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Apr 16, 2020
1 parent 7ee0f5d commit 5f6262c
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 13 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
## v0.0.7 (2020-04-16)

#### :rocket: Enhancement
* [#246](https://github.com/checkupjs/checkup/pull/246) Using volta to pin node && yarn versions ([@carakessler](https://github.com/carakessler))

#### :bug: Bug Fix
* `cli`
* [#247](https://github.com/checkupjs/checkup/pull/247) Fixing `task` flag ([@scalvert](https://github.com/scalvert))

#### :memo: Documentation
* [#252](https://github.com/checkupjs/checkup/pull/252) Adding badges to top-level readme ([@scalvert](https://github.com/scalvert))

#### :house: Internal
* `cli`, `core`, `plugin-ember-octane`, `plugin-ember`, `test-helpers`
* [#262](https://github.com/checkupjs/checkup/pull/262) Refactoring build to utilize typescript project references ([@scalvert](https://github.com/scalvert))
* `cli`
* [#257](https://github.com/checkupjs/checkup/pull/257) Modifying reporter results to use pdf hook ([@carakessler](https://github.com/carakessler))
* [#222](https://github.com/checkupjs/checkup/pull/222) Implementing numerical-card ([@carakessler](https://github.com/carakessler))
* `cli`, `core`, `plugin-ember-octane`, `plugin-ember`
* [#221](https://github.com/checkupjs/checkup/pull/221) Removing `undefined` from `ReportResultData`, and adding mock results to all existing tasks ([@carakessler](https://github.com/carakessler))
* `cli`, `core`, `test-helpers`
* [#256](https://github.com/checkupjs/checkup/pull/256) Updating task ordering to sort by category then priority ([@scalvert](https://github.com/scalvert))
* `cli`, `core`, `parser-eslint`, `plugin-ember-octane`
* [#251](https://github.com/checkupjs/checkup/pull/251) Extracting parsers to @checkup/core package ([@scalvert](https://github.com/scalvert))
* Other
* [#250](https://github.com/checkupjs/checkup/pull/250) Use volta-cli/action for CI ([@rwjblue](https://github.com/rwjblue))
* `cli`, `core`, `parser-eslint`, `plugin-ember-octane`, `test-helpers`
* [#245](https://github.com/checkupjs/checkup/pull/245) Adding --no-cache for jest tests to address test caching issues ([@scalvert](https://github.com/scalvert))
* `cli`, `core`
* [#237](https://github.com/checkupjs/checkup/pull/237) Implementing table ([@carakessler](https://github.com/carakessler))

#### Committers: 4
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Steve Calvert ([@scalvert](https://github.com/scalvert))
- [@carakessler](https://github.com/carakessler)
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v0.0.6 (2020-04-07)

#### :memo: Documentation
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.6",
"version": "0.0.7",
"author": "Steve Calvert <[email protected]>",
"bin": {
"checkup": "./bin/run"
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"@babel/traverse": "^7.9.5",
"@babel/types": "7.9.5",
"@checkup/core": "0.0.6",
"@checkup/plugin-ember": "0.0.6",
"@checkup/plugin-ember-octane": "0.0.6",
"@checkup/core": "0.0.7",
"@checkup/plugin-ember": "0.0.7",
"@checkup/plugin-ember-octane": "0.0.7",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
Expand All @@ -34,7 +34,7 @@
"yeoman-generator": "^4.8.0"
},
"devDependencies": {
"@checkup/test-helpers": "0.0.6",
"@checkup/test-helpers": "0.0.7",
"@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.6",
"version": "0.0.7",
"author": "Steve Calvert <[email protected]>",
"bugs": "https://github.com/checkupjs/checkup/issues",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/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.6",
"version": "0.0.7",
"author": "Lewis Miller @lbdm44",
"bugs": "https://github.com/checkupjs/checkup/issues",
"dependencies": {
"@checkup/core": "0.0.6",
"@checkup/core": "0.0.7",
"@oclif/command": "^1",
"@oclif/config": "^1",
"babel-eslint": "^10.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/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.6",
"version": "0.0.7",
"author": "Steve Calvert @scalvert",
"bugs": "https://github.com/checkupjs/checkup/issues",
"dependencies": {
"@checkup/core": "0.0.6",
"@checkup/core": "0.0.7",
"@oclif/command": "^1",
"@oclif/config": "^1",
"tslib": "^1"
},
"devDependencies": {
"@checkup/test-helpers": "0.0.6",
"@checkup/test-helpers": "0.0.7",
"@oclif/dev-cli": "^1",
"fixturify-project": "^2.1.0",
"rimraf": "^3.0.2"
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.6",
"version": "0.0.7",
"author": "Steve Calvert <[email protected]>",
"bugs": "https://github.com/checkupjs/checkup/issues",
"dependencies": {
"@checkup/core": "0.0.6",
"@checkup/core": "0.0.7",
"fixturify-project": "^2.1.0",
"handlebars": "^4.7.6",
"stdout-stderr": "^0.1.13",
Expand Down

0 comments on commit 5f6262c

Please sign in to comment.