Skip to content

Commit

Permalink
Merge pull request #40 from phrase/new-release
Browse files Browse the repository at this point in the history
chore: Prepare for 1.0.0 release
  • Loading branch information
Varpuspaavi authored Nov 16, 2022
2 parents 015ae03 + 0073503 commit 2814931
Show file tree
Hide file tree
Showing 3 changed files with 1,322 additions and 1,445 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

ngx-translate-phraseapp is an addon for ngx-translate that lets you connect localized Angular applications to the Phrase In-Context Editor.


## Ivy
Since Angular 13 the View Engine has been removed, and since 1.0.0 the `ngx-translate-phraseapp` package uses new version of Angular which might cause old projects to break. In this case try major version 0 package of this repository.

## Prerequisites

To use ngx-translate-phraseapp with your application you have to:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngx-translate-phraseapp",
"version": "0.4.3",
"version": "1.0.0",
"description": "Phrase adapter for ngx-translate",
"author": "Phrase <support@phrase.com> (https://phrase.com)",
"homepage": "https://phrase.com",
Expand Down
Loading

0 comments on commit 2814931

Please sign in to comment.