@tolgee/core 5.2.2-rc.e7520e82.0 → 5.3.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 +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -61,7 +61,6 @@ For more information about Tolgee JS integrations, visit the [docs](https://tolg
61
61
  - [Vue](https://tolgee.io/integrations/vue)
62
62
  - [Svelte](https://tolgee.io/integrations/svelte)
63
63
  - [Next.js](https://tolgee.io/integrations/next)
64
- - [Gatsby](https://tolgee.io/integrations/gatsby)
65
64
  - [More...](https://tolgee.io/integrations/all)
66
65
  - [Tolgee platform docs](https://tolgee.io/platform)
67
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolgee/core",
3
- "version": "5.2.2-rc.e7520e82.0",
3
+ "version": "5.3.0",
4
4
  "description": "Library providing ability to translate messages directly in context of developed application.",
5
5
  "main": "./dist/tolgee.cjs.js",
6
6
  "module": "./dist/tolgee.esm.js",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "sideEffects": false,
70
- "gitHead": "041504a67594d164b52c97d82d17f4ac5cf2a171"
70
+ "gitHead": "aa0c64ebac256b6312216859af4c58e23781935a"
71
71
  }