Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: changelogs #1993

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions packages/xarc-opt-jest/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@xarc/opt-jest",
"entries": [
{
"version": "3.0.0",
"tag": "@xarc/opt-jest_v3.0.0",
"date": "Tue, 24 Oct 2023 23:37:56 GMT",
"comments": {
"major": [
{
"comment": "update jest version to 29"
}
]
}
},
{
"version": "2.0.1",
"tag": "@xarc/opt-jest_v2.0.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/xarc-opt-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @xarc/opt-jest

This log was last generated on Thu, 04 May 2023 21:08:31 GMT and should not be manually modified.
This log was last generated on Tue, 24 Oct 2023 23:37:56 GMT and should not be manually modified.

## 3.0.0
Tue, 24 Oct 2023 23:37:56 GMT

### Breaking changes

- update jest version to 29

## 2.0.1
Thu, 04 May 2023 21:08:31 GMT
Expand Down
3 changes: 1 addition & 2 deletions packages/xarc-opt-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/opt-jest",
"version": "2.0.1",
"version": "3.0.0",
"description": "Electrode X jest addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -47,4 +47,3 @@
]
}
}

2 changes: 1 addition & 1 deletion samples/subapp2-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"@xarc/app-dev": "^11.0.5",
"@xarc/opt-jest": "^2.0.1",
"@xarc/opt-jest": "^3.0.0",
"@xarc/opt-postcss": "^2.0.1",
"@xarc/opt-sass": "^4.1.1",
"webpack-hot-middleware": "^2.25.4",
Expand Down
Loading