@adapttable/i18n 0.1.0 → 0.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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @adapttable/i18n
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4584081]
8
+ - @adapttable/core@0.1.1
9
+
3
10
  ## 0.1.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adapttable/i18n",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Locale presets for 10 languages plus RTL direction helpers for AdaptTable — first-class right-to-left and Arabic support.",
5
5
  "keywords": [
6
6
  "react",
@@ -46,7 +46,7 @@
46
46
  "./package.json": "./package.json"
47
47
  },
48
48
  "dependencies": {
49
- "@adapttable/core": "0.1.0"
49
+ "@adapttable/core": "0.1.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "react": "^18.3.1",