@ccrpc/webmapgl 0.18.0 → 0.18.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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.18.1](https://gitlab.com/ccrpc/webmapgl/compare/v0.18.0...v0.18.1) (2023-09-13)
6
+
7
+ ## [0.18.0](https://gitlab.com/ccrpc/webmapgl/compare/v0.17.80...v0.18.0) (2023-09-13)
8
+
9
+
10
+ ### Features
11
+
12
+ * Adding a format option to gl-attribute-values ([3283063](https://gitlab.com/ccrpc/webmapgl/commit/328306331c5f14c83b55a7a30bde2e4645e2928a))
13
+ * The gl-drawer-toggle can now be disabled ([5aaadc6](https://gitlab.com/ccrpc/webmapgl/commit/5aaadc6df1c2ce2b2d3bdc8cbba28cdaba7e3c16))
14
+
5
15
  ## [0.18.1](https://gitlab.com/ccrpc/webmapgl/compare/v0.17.80...v0.18.1) (2023-09-13)
6
16
 
7
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccrpc/webmapgl",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "private": false,
5
5
  "description": "Web map components using Stencil and Maplibre GL",
6
6
  "main": "dist/index.cjs.js",