Skip to content

Commit

Permalink
Changelog: 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Nov 28, 2024
1 parent 21f1e25 commit 1dd21ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "bun run biome check",
"test": "bun run --filter merge-sx test",
"intTest": "tsc -p packages/integration-test && bun test --filter integration-test",
"mdfix": "bunx --bun prettier *.md --write",
"mdfix": "bunx --bun prettier packages/merge-sx/*.md --write",
"version": "bun run tools/version.ts"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/merge-sx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Version 3

### v3.3.0

- Technical update:
- Upgraded all dependencies and tested on latest MUI 6;
- Implemented workspaces to avoid duplicated dependencies for the integration test;
- Releasing using `bun publish`.

### v3.2.3

- Dependencies update:
Expand Down

0 comments on commit 1dd21ac

Please sign in to comment.