ol-base-components 2.8.20 → 2.9.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.
@@ -57,10 +57,10 @@ jobs:
57
57
 
58
58
  - name: Install dependencies
59
59
  run: npm ci
60
-
60
+
61
61
  - name: Build project
62
62
  run: npm run build
63
-
63
+
64
64
  - name: Publish to npm
65
65
  run: npm publish
66
66
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol-base-components",
3
- "version": "2.8.20",
3
+ "version": "2.9.0",
4
4
  "private": false,
5
5
  "main": "src/package/index.js",
6
6
  "bin": {