@kiva/kv-components 3.21.2 → 3.22.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.22.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.21.2...@kiva/kv-components@3.22.0) (2023-05-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * emit added to location selector component ([#248](https://github.com/kiva/kv-ui-elements/issues/248)) ([ca043e4](https://github.com/kiva/kv-ui-elements/commit/ca043e40091d56e55ddff80890f446a41baa97dd))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.21.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@3.21.1...@kiva/kv-components@3.21.2) (2023-05-24)
7
18
 
8
19
  **Note:** Version bump only for package @kiva/kv-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "3.21.2",
3
+ "version": "3.22.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -75,5 +75,5 @@
75
75
  "optional": true
76
76
  }
77
77
  },
78
- "gitHead": "c50f858ca3ec56d971ec065f51489a3f6e4f4d9f"
78
+ "gitHead": "c5608d2e6311936eb4e27c6703512f88878fee6d"
79
79
  }
@@ -128,6 +128,7 @@ export default {
128
128
  },
129
129
  emits: [
130
130
  'updated',
131
+ 'close-modal',
131
132
  ],
132
133
  setup(props, { emit }) {
133
134
  const { regions, activeIsoCodes } = toRefs(props);