Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Sep 19, 2023
1 parent f26746b commit 0277cce
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 80 deletions.
78 changes: 6 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Unreleased

## 8.0.0
## 8.0.1

- Replace `gulp` (and `babel`) with `tsc`
- Update `tsconfig` to target node 18
- Bump `glob` from `^8.0.3` to `^10.3.4`
- Bump `minimatch` from `^5.1.0` to `^9.0.3`
- Bump `typescript` from `^4.7.3` to `^5.2.2`
- Bump `@knapsack-pro/core` from `^6.4.0` to `^7.0.0`

## 8.0.0 (YANKED)

- Replace `gulp` (and `babel`) with `tsc`
- Update `tsconfig` to target node 18
Expand Down
6 changes: 3 additions & 3 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knapsack-pro/cypress",
"version": "8.0.0",
"version": "8.0.1",
"description": "Knapsack Pro Cypress splits Cypress.io tests across CI nodes and makes sure that tests will run in optimal time on each CI node.",
"keywords": [
"knapsack",
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"scripts": {
"start": "nodemon --ext ts --watch src/ --exec \"npm run build\"",
"build": "rm -rf lib && tsc && chmod u+w lib/knapsack-pro-cypress.js",
"build": "rm -rf lib && tsc && chmod u+x lib/knapsack-pro-cypress.js",
"lint": "npm run eslint:check && npm run prettier:check",
"eslint:check": "eslint . --ext .ts",
"eslint:format": "eslint . --ext .ts --fix",
Expand All @@ -58,7 +58,7 @@
"knapsack-pro-cypress": "lib/knapsack-pro-cypress.js"
},
"dependencies": {
"@knapsack-pro/core": "^6.4.0",
"@knapsack-pro/core": "^7.0.0",
"glob": "^10.3.4",
"minimatch": "^9.0.3",
"minimist": "^1.2.6",
Expand Down
11 changes: 10 additions & 1 deletion packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Unreleased

## 8.0.0
## 8.0.1

- Replace `gulp` (and `babel`) with `tsc`
- Update `tsconfig` to target node 18
- Bump `glob` from `^8.0.3` to `^10.3.4`
- Bump `minimatch` from `^5.1.0` to `^9.0.3`
- Bump `typescript` from `^4.7.3` to `^5.2.2`
- Bump `@knapsack-pro/core` from `^6.4.0` to `^7.0.0`

## 8.0.0 (YANKED)

- Replace `gulp` (and `babel`) with `tsc`
- Update `tsconfig` to target node 18
Expand Down
6 changes: 3 additions & 3 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knapsack-pro/jest",
"version": "8.0.0",
"version": "8.0.1",
"description": "Knapsack Pro Jest splits Jest tests across CI nodes and makes sure that tests will run in optimal time on each CI node.",
"keywords": [
"knapsack",
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"scripts": {
"start": "nodemon --ext ts --watch src/ --exec \"npm run build\"",
"build": "rm -rf lib && tsc && chmod u+w lib/knapsack-pro-jest.js",
"build": "rm -rf lib && tsc && chmod u+x lib/knapsack-pro-jest.js",
"lint": "npm run eslint:check && npm run prettier:check",
"eslint:check": "eslint . --ext .ts",
"eslint:format": "eslint . --ext .ts --fix",
Expand All @@ -52,7 +52,7 @@
"knapsack-pro-jest": "lib/knapsack-pro-jest.js"
},
"dependencies": {
"@knapsack-pro/core": "^6.4.0",
"@knapsack-pro/core": "^7.0.0",
"glob": "^10.3.4",
"minimatch": "^9.0.3",
"minimist": "^1.2.6",
Expand Down

0 comments on commit 0277cce

Please sign in to comment.