@geotab/zenith 1.26.2-beta.0 → 1.26.3

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 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -40,7 +40,7 @@ Zenith library provides components defined in Zenith Design System. It includes
40
40
 
41
41
  ## Change log
42
42
 
43
- ### 1.26.2
43
+ ### 1.26.3
44
44
 
45
45
  * Update the title of the dropdown trigger button
46
46
  * Fix bar chart without tooltip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "1.26.2-beta.0",
3
+ "version": "1.26.3",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,6 +9,9 @@
9
9
  "**/*.less",
10
10
  "**/react-chartjs/dateAdapter.ts"
11
11
  ],
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
12
15
  "module": "dist/index.js",
13
16
  "scripts": {
14
17
  "test": "npm run clean && npm run test-build && jest",
@@ -98,8 +101,5 @@
98
101
  "last 1 firefox version",
99
102
  "last 1 safari version"
100
103
  ]
101
- },
102
- "publishConfig": {
103
- "access": "public"
104
104
  }
105
105
  }