Skip to content

Commit

Permalink
Merge branch 'master' of github.com:electrode-io/electrode
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham2811 committed Oct 27, 2023
2 parents 94bae6b + bacf408 commit 103ca74
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 24 deletions.
10 changes: 0 additions & 10 deletions common/changes/@xarc/opt-jest/CEECORE-4463_2023-08-09-18-38.json

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

0 comments on commit 103ca74

Please sign in to comment.