@dpc-sdp/myvic-addresssearch
Advanced tools
Comparing version 1.9.5 to 1.9.6
@@ -10,4 +10,4 @@ import { mount } from '@vue/test-utils' | ||
it('renders an AutoComplete', () => { | ||
expect(wrapper.contains(AutoComplete)).toBe(true) | ||
expect(wrapper.findComponent(AutoComplete).exists()).toBe(true) | ||
}) | ||
}) |
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.9.6](https://github.com/dpc-sdp/myvictoria-vic-gov-au/tree/master/packages/AddressSearch/compare/v1.9.5...v1.9.6) (2021-06-09) | ||
### Bug Fixes | ||
* fix broken tests ([#153](https://github.com/dpc-sdp/myvictoria-vic-gov-au/tree/master/packages/AddressSearch/issues/153)) ([9491a15](https://github.com/dpc-sdp/myvictoria-vic-gov-au/tree/master/packages/AddressSearch/commit/9491a1515547884617734855087238e548447e2b)) | ||
## [1.9.5](https://github.com/dpc-sdp/myvictoria-vic-gov-au/tree/master/packages/AddressSearch/compare/v1.9.4...v1.9.5) (2021-05-27) | ||
@@ -8,0 +20,0 @@ |
@@ -0,0 +0,0 @@ import AddressSearch from './index.vue' |
{ | ||
"name": "@dpc-sdp/myvic-addresssearch", | ||
"version": "1.9.5", | ||
"version": "1.9.6", | ||
"description": "An address search component for Victoria.", | ||
@@ -13,6 +13,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@dpc-sdp/myvic-autocomplete": "1.9.5", | ||
"@dpc-sdp/myvic-autocomplete": "1.9.6", | ||
"axios": "^0.21.1" | ||
}, | ||
"gitHead": "d54c40aab9cb07d0bf8e78cdd4a22ac99e7fd27a" | ||
"gitHead": "0dc24308cbd31cb05107e72beedca606ed84f9dd" | ||
} |
@@ -0,0 +0,0 @@ # @dpc-sdp/myvic-addresssearch |
@@ -0,0 +0,0 @@ export const addressSearchTemplate = ` |
@@ -0,0 +0,0 @@ import axios from 'axios' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29818
+ Added@dpc-sdp/myvic-autocomplete@1.9.6(transitive)
+ Added@dpc-sdp/myvic-global@1.9.6(transitive)
- Removed@dpc-sdp/myvic-autocomplete@1.9.5(transitive)
- Removed@dpc-sdp/myvic-global@1.9.5(transitive)