Skip to content

Commit

Permalink
ci: release (#1552)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 8, 2024
1 parent 983eb70 commit 1408c87
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/olive-terms-stare.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/pre.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-api

## 6.0.0

### Major Changes

- 983eb70e: **[CHANGE]** - Update middleware to 5.1.0

## 5.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-sdk

## 4.0.0

### Major Changes

- 983eb70e: **[CHANGE]** - Update middleware to 5.1.0

## 3.0.1

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-api

## 6.0.0

### Major Changes

- 983eb70e: **[CHANGE]** - Update middleware to 5.1.0

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-api",
"version": "6.0.0-rc.1",
"version": "6.0.0",
"sideEffects": false,
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand Down
15 changes: 12 additions & 3 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-storefront/magento-sdk

## 4.0.0

### Major Changes

- 983eb70e: **[CHANGE]** - Update middleware to 5.1.0

## 3.0.1

### Patch Changes
Expand Down Expand Up @@ -65,12 +71,15 @@
- [CHANGED] Deprecated the `MagentoModuleType` interface in `index.ts`. It is no longer necessary to use this type. Please, check documentation of `magentoModule` for alternatives. Below you can find a snippet of the new way of using `magentoModule`. Pay attention to the `buildModule` function that is used to create a module instance, it no longer requires the `MagentoModuleType` type as a generic parameter.

```ts
import { initSDK, buildModule } from '@vue-storefront/sdk';
import { magentoModule, MagentoModuleType } from '@vue-storefront/magento2-sdk';
import { initSDK, buildModule } from "@vue-storefront/sdk";
import {
magentoModule,
MagentoModuleType,
} from "@vue-storefront/magento2-sdk";

const sdkConfig = {
magento: buildModule(magentoModule, {
apiUrl: 'http://localhost:8181/magento',
apiUrl: "http://localhost:8181/magento",
}),
};

Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-sdk",
"version": "4.0.0-rc.0",
"version": "4.0.0",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/node": "^12.12.14",
"@vue-storefront/magento-api": "^6.0.0-rc.1",
"@vue-storefront/magento-api": "^6.0.0",
"@vue-storefront/middleware": "^5.1.0",
"nock": "^13.2.9"
},
Expand Down

0 comments on commit 1408c87

Please sign in to comment.