@getspot/spot-widget-vue2 1.2.0 → 1.4.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @getspot/spot-widget-vue2@1.2.0 build /builds/getspot/spot-widget/packages/vue2
2
+ > @getspot/spot-widget-vue2@1.4.0 build /builds/getspot/spot-widget/packages/vue2
3
3
  > vite build
4
4
 
5
5
  vite v4.5.13 building for production...
@@ -10,4 +10,4 @@ rendering chunks...
10
10
  computing gzip size...
11
11
  dist/index.umd.js 4.41 kB │ gzip: 1.47 kB
12
12
  dist/index.es.js 5.98 kB │ gzip: 1.66 kB
13
- ✓ built in 280ms
13
+ ✓ built in 396ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @getspot/spot-widget-vue2
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5b3eaaf: add qualifying reasons for pass/trip offers
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5b3eaaf]
12
+ - @getspot/spot-widget@1.4.0
13
+
14
+ ## 1.3.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 5373fa2: Fix not setting productPrice correctly for batchQuoteDetails
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [5373fa2]
23
+ - @getspot/spot-widget@1.3.0
24
+
3
25
  ## 1.2.0
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-vue2",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",
9
9
  "dependencies": {
10
- "@getspot/spot-widget": "1.2.0"
10
+ "@getspot/spot-widget": "1.4.0"
11
11
  },
12
12
  "peerDependencies": {
13
13
  "vue": "^2.6.0"