sheet-i18n 1.1.0 → 1.1.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,8 +26,8 @@ It serves as a bridge between your translation data and your application, offeri
26
26
 
27
27
  The `sheet-i18n` ecosystem is divided into two main packages:
28
28
 
29
- - 🌍 `sheet-i18n/exporter`
30
- - ⚛️ `sheet-i18n/react`
29
+ - `sheet-i18n/exporter`
30
+ - `sheet-i18n/react`
31
31
 
32
32
  ---
33
33
 
@@ -149,7 +149,7 @@ The exported translations will be saved in a format that is easy to use for loca
149
149
  ---
150
150
 
151
151
  <details open>
152
- <summary><h3>⚛️ Frontend Translation Provider - sheet-i18n/react</h3></summary>
152
+ <summary>⚛️ Frontend Translation Provider - sheet-i18n/react</summary>
153
153
 
154
154
  #### `sheet-i18n/react`
155
155
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheet-i18n",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",