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 5508b2a commit f26746b
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 39 deletions.
245 changes: 208 additions & 37 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 8.0.0

- Replace `gulp` (and `babel`) with `tsc`
- Update `tsconfig` to target node 18
- Bump `glob` from `^8.0.3` to `^10.3.4`
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knapsack-pro/cypress",
"version": "7.4.0",
"version": "8.0.0",
"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
2 changes: 2 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 8.0.0

- Replace `gulp` (and `babel`) with `tsc`
- Update `tsconfig` to target node 18
- Bump `glob` from `^8.0.3` to `^10.3.4`
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knapsack-pro/jest",
"version": "7.4.0",
"version": "8.0.0",
"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

0 comments on commit f26746b

Please sign in to comment.