Skip to content

Commit

Permalink
chore(transloco): release version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Kazaz authored and Shahar Kazaz committed Sep 21, 2023
1 parent 89e736b commit 4e16a04
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions libs/transloco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,47 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [6.0.0](https://github.com/ngneat/transloco/compare/transloco-5.0.10...transloco-6.0.0) (2023-09-21)

### BREAKING CHANGES

- **transloco:** 🧨 Update to flat v6 which is ESM

## [5.0.10](https://github.com/ngneat/transloco/compare/transloco-5.0.9...transloco-5.0.10) (2023-09-20)

This version contains breaking changes, please use 5.0.7 until you are ready to migrate to v6.

- **transloco:** 🐛 migrate schematic improve "translate" pipe regex ([1d5cb65](https://github.com/ngneat/transloco/commit/1d5cb6535f86fe7bfd9f8558a9b80f325849a12a)), closes [#701](https://github.com/ngneat/transloco/issues/701)
- **transloco:** 🐛 split schematic doesn't update subfolders ([841e2def](https://github.com/ngneat/transloco/commit/841e2def5d78319901c27ab6db7b79ffc52bd126)), closes [#695](https://github.com/ngneat/transloco/issues/695)

### BREAKING CHANGES

- **transloco:** 🧨 Update to flat v6 which is ESM

## [5.0.9](https://github.com/ngneat/transloco/compare/transloco-5.0.8...transloco-5.0.9) (2023-09-17)

### Bug Fixes

- **transloco:** 🐛 split scope schematics ([dfc5373](https://github.com/ngneat/transloco/commit/dfc537302564ec34f4f93bd974541e036d8c6983)), closes [#558](https://github.com/ngneat/transloco/issues/558)

This version contains breaking changes, please use 5.0.7 until you are ready to migrate to v6.

### BREAKING CHANGES

- **transloco:** 🧨 Update to flat v6 which is ESM

## [5.0.8](https://github.com/ngneat/transloco/compare/transloco-5.0.7...transloco-5.0.8) (2023-09-16)

### Bug Fixes

This version contains breaking changes, please use 5.0.7 until you are ready to migrate to v6.

- **transloco:** 🐛 update flat to v6 ([7657b3d](https://github.com/ngneat/transloco/commit/7657b3de185b011bd35f815436da759aae33fc26)), closes [#570](https://github.com/ngneat/transloco/issues/570)

### BREAKING CHANGES

- **transloco:** 🧨 Update to flat v6 which is ESM

## [5.0.7](https://github.com/ngneat/transloco/compare/transloco-5.0.6...transloco-5.0.7) (2023-08-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion libs/transloco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngneat/transloco",
"version": "5.0.10",
"version": "6.0.0",
"description": "The internationalization (i18n) library for Angular",
"schematics": "./schematics/src/collection.json",
"publishConfig": {
Expand Down

0 comments on commit 4e16a04

Please sign in to comment.