@getspot/spot-widget 1.1.0 → 1.2.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,13 +1,13 @@
1
1
 
2
- > @getspot/spot-widget@1.1.0 build /builds/getspot/spot-widget/packages/core
2
+ > @getspot/spot-widget@1.2.0 build /builds/getspot/spot-widget/packages/core
3
3
  > vite build
4
4
 
5
5
  The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
6
- vite v5.4.19 building for production...
6
+ vite v5.4.18 building for production...
7
7
  transforming...
8
8
  ✓ 5 modules transformed.
9
9
  rendering chunks...
10
10
  computing gzip size...
11
- dist/index.umd.js 24.52 kB │ gzip: 7.49 kB
12
- dist/index.es.js 27.03 kB │ gzip: 7.77 kB
13
- ✓ built in 164ms
11
+ dist/index.umd.js 31.12 kB │ gzip: 8.74 kB
12
+ dist/index.es.js 35.34 kB │ gzip: 9.23 kB
13
+ ✓ built in 185ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @getspot/spot-widget
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cb310ad: Add batch endpoint support for multiple quotes in the widget
8
+
9
+ ## 1.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 4f33f99: dynamic radio selection text
14
+
3
15
  ## 1.1.0
4
16
 
5
17
  ### Minor Changes