Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jul 1, 2022
1 parent d20c5c9 commit 598d067
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 20 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ Version 9 of Highlight.js has reached EOL and is no longer supported.
Please upgrade or ask whatever dependency you are using to upgrade.
https://github.com/highlightjs/highlight.js/issues/2877

## v2.0.0 (2022-07-01)

#### :bug: Bug Fix
* `core`, `test-helpers`
* [#1251](https://github.com/checkupjs/checkup/pull/1251) Minor fixes to paths in test, adding missing dependency ([@scalvert](https://github.com/scalvert))

#### :house: Internal
* `checkup-plugin-ember`, `checkup-plugin-javascript`, `cli`, `core`, `plugin`, `test-helpers`, `ui`
* [#1249](https://github.com/checkupjs/checkup/pull/1249) Renaming test directories ([@scalvert](https://github.com/scalvert))

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


## v2.0.0-beta.3 (2022-06-29)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkup",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"private": true,
"repository": "https://github.com/checkupjs/checkup.git",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/checkup-plugin-ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkup-plugin-ember",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "A checkup plugin for Ember project tasks",
"keywords": [
"checkup-plugin"
Expand All @@ -27,7 +27,7 @@
"@babel/parser": "^7.18.0",
"@babel/traverse": "^7.14.2",
"@babel/types": "7.13.17",
"@checkup/core": "^2.0.0-beta.3",
"@checkup/core": "^2.0.0",
"debug": "^4.3.1",
"ember-template-recast": "^5.0.3",
"eslint-plugin-ember": "^10.6.1",
Expand All @@ -36,8 +36,8 @@
"tslib": "^2"
},
"devDependencies": {
"@checkup/plugin": "^2.0.0-beta.3",
"@checkup/test-helpers": "^2.0.0-beta.3",
"@checkup/plugin": "^2.0.0",
"@checkup/test-helpers": "^2.0.0",
"@types/lodash.kebabcase": "^4.1.6",
"eslint": "^8.15.0",
"fixturify-project": "^2.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/checkup-plugin-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkup-plugin-javascript",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "A checkup plugin for Javascript project tasks",
"keywords": [
"checkup-plugin"
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/parser": "^7.18.0",
"@checkup/core": "^2.0.0-beta.3",
"@checkup/core": "^2.0.0",
"ember-template-recast": "^5.0.3",
"npm-check": "^5.9.2",
"recast": "^0.20.5",
Expand All @@ -34,8 +34,8 @@
"tslib": "^2"
},
"devDependencies": {
"@checkup/plugin": "^2.0.0-beta.3",
"@checkup/test-helpers": "^2.0.0-beta.3",
"@checkup/plugin": "^2.0.0",
"@checkup/test-helpers": "^2.0.0",
"@types/semver": "^7.3.9",
"fixturify-project": "^2.1.1",
"rimraf": "^3.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkup/cli",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "A health checkup for your project",
"keywords": [
"checkup"
Expand Down Expand Up @@ -30,8 +30,8 @@
"@babel/parser": "^7.18.0",
"@babel/traverse": "^7.13.17",
"@babel/types": "7.13.17",
"@checkup/core": "2.0.0-beta.3",
"@checkup/ui": "2.0.0-beta.3",
"@checkup/core": "2.0.0",
"@checkup/ui": "2.0.0",
"chalk": "^4.0.0",
"clean-stack": "^3.0.1",
"convert-hrtime": "^3.0.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"yeoman-generator": "^5.4.2"
},
"devDependencies": {
"@checkup/test-helpers": "2.0.0-beta.3",
"@checkup/test-helpers": "2.0.0",
"execa": "^5.0.0",
"yeoman-test": "^6.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkup/core",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "Checkup's core library",
"homepage": "https://github.com/checkupjs/checkup",
"bugs": "https://github.com/checkupjs/checkup/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkup/plugin",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "Checkup plugin utility library",
"homepage": "https://github.com/checkupjs/checkup",
"bugs": "https://github.com/checkupjs/checkup/issues",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@babel/traverse": "^7.13.17",
"@babel/types": "7.13.17",
"@checkup/core": "^2.0.0-beta.3",
"@checkup/core": "^2.0.0",
"fs-extra": "^9.1.0",
"recast": "^0.20.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkup/test-helpers",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "Checkup's test helper library",
"homepage": "https://github.com/checkupjs/checkup",
"bugs": "https://github.com/checkupjs/checkup/issues",
Expand All @@ -19,7 +19,7 @@
"test": "echo \"No tests\""
},
"dependencies": {
"@checkup/core": "2.0.0-beta.3",
"@checkup/core": "2.0.0",
"fixturify-project": "^2.1.1",
"fs-extra": "^10.1.0",
"handlebars": "^4.7.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@checkup/ui",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "Checkup ui library",
"bugs": "https://github.com/checkupjs/checkup/issues",
"repository": "https://github.com/checkupjs/checkup",
Expand All @@ -13,7 +13,7 @@
"test": "vitest run"
},
"dependencies": {
"@checkup/core": "2.0.0-beta.3",
"@checkup/core": "2.0.0",
"@types/react": "^17.0.15",
"chalk": "^4.0.0",
"events": "^3.3.0",
Expand Down

0 comments on commit 598d067

Please sign in to comment.