Skip to content

Commit

Permalink
ci: release (#1527)
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] committed May 10, 2024
1 parent 3065ee7 commit 574abe6
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-papayas-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-parents-trade.md

This file was deleted.

54 changes: 51 additions & 3 deletions docs/content/5.api/magento-api.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1490,12 +1490,12 @@
},
{
"kind": "Reference",
"text": "Query",
"canonicalReference": "@vue-storefront/magento-types!Query:interface"
"text": "CategoriesQuery",
"canonicalReference": "@vue-storefront/magento-api!CategoriesQuery:type"
},
{
"kind": "Content",
"text": "[\"categories\"]>>"
"text": ">>"
},
{
"kind": "Content",
Expand Down Expand Up @@ -1540,6 +1540,54 @@
],
"name": "categories"
},
{
"kind": "TypeAlias",
"canonicalReference": "@vue-storefront/magento-api!CategoriesQuery:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "export type CategoriesQuery = "
},
{
"kind": "Reference",
"text": "Required",
"canonicalReference": "!Required:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "Pick",
"canonicalReference": "!Pick:type"
},
{
"kind": "Content",
"text": "<"
},
{
"kind": "Reference",
"text": "Query",
"canonicalReference": "@vue-storefront/magento-types!Query:interface"
},
{
"kind": "Content",
"text": ", \"categories\">>"
},
{
"kind": "Content",
"text": ";"
}
],
"releaseTag": "Public",
"name": "CategoriesQuery",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 7
}
},
{
"kind": "Function",
"canonicalReference": "@vue-storefront/magento-api!categoryList:function(1)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue-storefront/magento-api

## 3.1.1

### Patch Changes

- 3065ee76: [ADDED] `CategoriesQuery` type for `categories` endpoint.
- 101d9905: [FIXED]: Added export of `Endpoints` type, because it was missing.

## 3.1.0

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

## 3.1.1

### Patch Changes

- 3065ee76: [ADDED] `CategoriesQuery` type for `categories` endpoint.
- 101d9905: [FIXED]: Added export of `Endpoints` type, because it was missing.

## 3.1.0

### Minor 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": "3.1.0",
"version": "3.1.1",
"sideEffects": false,
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand Down

0 comments on commit 574abe6

Please sign in to comment.