-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: update dependencies and node (#68) fix: update node in workflows * fix: update node to 20.12.0 (#69) fix: update semantic-release-replace-plugin fix: update semantic-release-replace-plugin * fix: update actions in workflows (#70) * fix: update semantic release (#71) * fix: update semantic release (#72) * fix: change version * chore(release): 1.0.2-beta.1 ## [1.0.2-beta.1](v1.0.1...v1.0.2-beta.1) (2024-04-04) ### Bug Fixes * change version ([5f6e625](5f6e625)) * update actions in workflows ([#70](#70)) ([b5b9c0c](b5b9c0c)) * update dependencies and node ([#68](#68)) ([f35c614](f35c614)) * update node to 20.12.0 ([#69](#69)) ([d4b550d](d4b550d)) * update semantic release ([#71](#71)) ([38fcf6d](38fcf6d)) * update semantic release ([#72](#72)) ([316f060](316f060)) * fix: test beta release (#73) * chore(release): 1.0.2-beta.2 ## [1.0.2-beta.2](v1.0.2-beta.1...v1.0.2-beta.2) (2024-04-04) ### Bug Fixes * test beta release ([#73](#73)) ([b63fe66](b63fe66)) * docs: add CHANGELOG (#74) --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
- Loading branch information
1 parent
9f26c5b
commit f390f93
Showing
11 changed files
with
1,554 additions
and
2,325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog | ||
|
||
## [1.0.2] | ||
|
||
### Changed | ||
- add CHANGELOG | ||
- upgraded node version in github workflows to 20.12.0 | ||
|
||
### Upgraded github actions | ||
- docker/setup-qemu-action to "3" | ||
- docker/setup-buildx-action to "3.2.0" | ||
- docker/metadata-action to "5.5.1" | ||
- actions/setup-node to "4.0.2" | ||
- actions/checkout to "4" | ||
- cycjimmy/semantic-release-action to "4.1.0" | ||
- semantic version to "21.1.1" | ||
- semantic-release-replace-plugin to "1.2.7" | ||
|
||
### upgraded devDependencies | ||
- mongodb to "6.5.0" | ||
- @splunk/babel-preset to "^4.0.0" | ||
- enzyme-adapter-react-16 to "^1.15.8" | ||
- node to "20.12.0" | ||
- mongoose to "^8.3.0" | ||
- lerna to "^8.1.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"lerna": "^6.6.2", | ||
"version": "1.0.2-beta.1", | ||
"version": "1.0.2-beta.2", | ||
"command": { | ||
"publish": { | ||
"ignoreChanges": ["*.md"] | ||
} | ||
}, | ||
"npmClient": "yarn", | ||
"useWorkspaces": true | ||
"packages": ["packages/*"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.