@getspot/spot-widget-react 1.1.1 → 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,5 +1,5 @@
1
1
 
2
- > @getspot/spot-widget-react@1.1.1 build /builds/getspot/spot-widget/packages/react
2
+ > @getspot/spot-widget-react@1.2.0 build /builds/getspot/spot-widget/packages/react
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.
@@ -11,4 +11,4 @@ rendering chunks...
11
11
  computing gzip size...
12
12
  dist/index.umd.js 1.41 kB │ gzip: 0.65 kB
13
13
  dist/index.es.js 1.71 kB │ gzip: 0.68 kB
14
- ✓ built in 165ms
14
+ ✓ built in 182ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @getspot/spot-widget-react
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
+ ### Patch Changes
10
+
11
+ - Updated dependencies [cb310ad]
12
+ - @getspot/spot-widget@1.2.0
13
+
3
14
  ## 1.1.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-react",
3
- "version": "1.1.1",
3
+ "version": "1.2.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.1.1"
10
+ "@getspot/spot-widget": "1.2.0"
11
11
  },
12
12
  "peerDependencies": {
13
13
  "react": "^18.0.0",