Skip to content

Commit

Permalink
chore: Bump version to 9.2.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed May 21, 2024
1 parent afa2e69 commit 8547433
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v9.2.0-next.0 (2024-03-08)

This is a pre-release available as `@vendure/ngx-translate-extract@next`. Due to some significant refactors to internals,
we are releasing a pre-release version to allow for testing before the final release.

It contains the following changes:

- Support finding translations pipe in KeyedRead nodes ([#47](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/47))
- Fix marker function parsing when used after bracket syntax casting expression ([#45](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/45))
- Add key-as-initial-default-value flag ([#49](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/49))
- Add support for extraction of translation keys from function expressions ([#46](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/46))


## v9.1.1 (2024-03-08)

- Fix TranslateService not resolved when injected with readonly keyword ([#39](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/39))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/ngx-translate-extract",
"version": "9.1.1",
"version": "9.2.0-next.0",
"description": "Extract strings from projects using ngx-translate",
"author": "Kim Biesbjerg <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 8547433

Please sign in to comment.