@vue-storefront/next 1.1.1-rc.2 → 1.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## 1.1.1
4
4
 
5
- - **[FIXED]** "The inferred type of 'SckProvider' cannot be named without a reference to (...)" error when calling `createSdkContext`.
5
+ - **[FIXED]** "The inferred type of 'SdkProvider' cannot be named without a reference to (...)" error when calling `createSdkContext`.
6
6
 
7
7
  ## 1.1.0
8
8
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vue-storefront/next",
3
3
  "description": "Vue Storefront dedicated features for Next.js",
4
4
  "license": "MIT",
5
- "version": "1.1.1-rc.2",
5
+ "version": "1.1.1",
6
6
  "exports": {
7
7
  ".": {
8
8
  "import": "./dist/index.mjs",