@tolgee/ngx 2.5.2 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ # Tolgee for Angular
1
2
  ![test workflow](https://github.com/tolgee/tolgee-js/actions/workflows/test.yml/badge.svg)
2
3
  ![@tolgee/ngx version](https://img.shields.io/npm/v/@tolgee/ngx?label=%40tolgee%2Fngx)
3
4
  ![types typescript](https://img.shields.io/badge/Types-Typescript-blue)
@@ -5,8 +6,6 @@
5
6
  [![twitter](https://img.shields.io/twitter/follow/Tolgee_i18n?style=social)](https://twitter.com/Tolgee_i18n)
6
7
  [![github stars](https://img.shields.io/github/stars/tolgee/tolgee-js?style=social)](https://github.com/tolgee/tolgee-js)
7
8
 
8
- # Tolgee for Angular
9
-
10
9
  [<img src="https://raw.githubusercontent.com/tolgee/documentation/main/tolgee_logo_text.svg" alt="Tolgee" width="200" />](https://tolgee.io)
11
10
 
12
11
  Lokalize (translate) your Angular app to multiple languages with Tolgee. For more information about using Tolgee with
package/package.json CHANGED
@@ -6,10 +6,10 @@
6
6
  "url": "https://github.com/tolgee/tolgee-js"
7
7
  },
8
8
  "dependencies": {
9
- "@tolgee/core": "^2.5.1",
9
+ "@tolgee/core": "^2.7.0",
10
10
  "tslib": "^2.3.0"
11
11
  },
12
- "version": "2.5.2",
12
+ "version": "2.7.0",
13
13
  "publishConfig": {
14
14
  "directory": "../../dist/ngx-tolgee",
15
15
  "access": "public"