@phila/layerboard 2.0.2 → 2.0.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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -19,6 +19,10 @@ See the examples [Openmaps](https://openmaps.phila.gov) and [StreetSmartPHL](htt
19
19
 
20
20
  ## Release Notes
21
21
 
22
+ ### 2.0.3 - 3/13/2023
23
+
24
+ * allows using cyclomedia 23.2
25
+
22
26
  ### 2.0.2 - 2/8/2023
23
27
 
24
28
  * uses upgraded @phila packages
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@phila/layerboard",
3
3
  "description": "A Vue.js component for creating an app from an ESRI web map",
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "author": "City of Philadelphia <maps@phila.gov>",
6
6
  "repository": "https://github.com/cityofphiladelphia/layerboard",
7
7
  "license": "MIT",
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@phila/vue-comps": "3.0.6",
17
- "@phila/vue-datafetch": "2.2.10",
18
- "@phila/vue-mapping": "3.1.11",
17
+ "@phila/vue-datafetch": "2.2.11",
18
+ "@phila/vue-mapping": "3.1.12",
19
19
  "esri-leaflet": "2.3.1",
20
20
  "leaflet": "1.5.1",
21
21
  "vue": "^2.7.10",