Skip to content

Commit

Permalink
ci: release (#1457)
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 Aug 18, 2023
1 parent e3f329e commit b1c4e8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/slow-dolls-remain.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rollup/plugin-json": "^6.0.0",
"@types/graphql": "^14.5.0",
"@types/isomorphic-fetch": "^0.0.36",
"@vue-storefront/magento-types": "1.0.0",
"@vue-storefront/magento-types": "1.0.1",
"cross-fetch": "^3.1.5",
"graphql-tools": "^8.3.0",
"husky": "^7.0.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/api-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @vue-storefront/magento-types

## 1.0.1

### Patch Changes

- [#1456](https://github.com/vuestorefront/magento2/pull/1456) [`e3f329ec`](https://github.com/vuestorefront/magento2/commit/e3f329ec815be7477d398277c98333c3e66e2d65) Thanks [@bartoszherba](https://github.com/bartoszherba)! - Fixed a Naming Issue in productDetails Method

We've fixed a problem where the method name used to access product details was mistakenly written as "productDetail." It's now correctly named as "productDetails." This change ensures everything is clear and accurate in the code.
2 changes: 1 addition & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-types",
"version": "1.0.0",
"version": "1.0.1",
"sideEffects": false,
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
Expand Down

0 comments on commit b1c4e8c

Please sign in to comment.