@tolgee/react 1.7.5 → 1.7.6

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 +7 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,12 @@
1
+ ![test workflow](https://github.com/tolgee/tolgee-js/actions/workflows/test.yml/badge.svg)
2
+ ![@tolgee/react version](https://img.shields.io/npm/v/@tolgee/react?label=%40tolgee%2Freact)
3
+ ![types typescript](https://img.shields.io/badge/Types-Typescript-blue)
4
+ ![twitter](https://img.shields.io/twitter/follow/Tolgee_i18n?style=social)
5
+ ![github stars](https://img.shields.io/github/stars/tolgee/tolgee-js?style=social)
6
+
1
7
  # Tolgee React integration library
2
8
 
3
- [<img src="https://raw.githubusercontent.com/tolgee/documentation/cca5778bcb8f57d28a03065d1927fcea31d0b089/tolgee_logo_text.svg" alt="Tolgee Toolkit" />](https://toolkit.tolgee.io)
9
+ [<img src="https://raw.githubusercontent.com/tolgee/documentation/main/tolgee_logo_text.svg" alt="Tolgee" width="200" />](https://tolgee.io)
4
10
 
5
11
  React integration library of Tolgee localization toolkit. For more information about using Tolgee with React, visit our
6
12
  documentation [website](https://toolkit.tolgee.io/docs/web/using_with_react/installation).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolgee/react",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "React implementation for tolgee localization framework",
5
5
  "main": "index.js",
6
6
  "types": "lib/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --watch\" "
25
25
  },
26
26
  "author": "JanCizmar",
27
- "license": "ISC",
27
+ "license": "MIT",
28
28
  "files": [
29
29
  "index.js",
30
30
  "lib/**/*",
@@ -34,14 +34,14 @@
34
34
  "react": "^16.14.0 || ^17.0.1"
35
35
  },
36
36
  "dependencies": {
37
- "@tolgee/core": "^1.7.4"
37
+ "@tolgee/core": "^1.7.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@rollup/plugin-typescript": "8.2.5",
41
41
  "@testing-library/dom": "^8.7.2",
42
42
  "@testing-library/jest-dom": "^5.11.4",
43
43
  "@testing-library/react": "^12.1.2",
44
- "@tolgee/ui": "^1.7.4",
44
+ "@tolgee/ui": "^1.7.6",
45
45
  "@types/jest": "^27.0.2",
46
46
  "@types/node": "^16.10.4",
47
47
  "@types/react": "^17.0.1",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "2df5324e3eb031d7ccb7968ed88ead8351d48474"
65
+ "gitHead": "83b91aad9f7a06d2e044c4e7c8e027b7929d3319"
66
66
  }