Skip to content

Commit

Permalink
Version Packages (#30)
Browse files Browse the repository at this point in the history
* Version Packages

* Update packages/sdk-gen/CHANGELOG.md

* Update packages/shopify-helpers/CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julian Benegas <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2022
1 parent 687fd41 commit 85c4393
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-poets-sneeze.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/sdk-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bsmnt/sdk-gen

## 1.2.3

### Patch Changes

- 687fd41: Access `fetch` from `globalThis` instead of `global`, as using `global` is unreliable.

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bsmnt/sdk-gen",
"author": "basement.studio <[email protected]>",
"version": "1.2.2",
"version": "1.2.3",
"main": "./dist/index.js",
"types": "./dist/types.d.ts",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/shopify-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bsmnt/shopify-helpers

## 2.0.0

### Major Changes

- 687fd41: Remove `createStandardStorefrontClient` as it was too big with no real benefit for now. Instead of using `createStandardStorefrontClient`, you now should use [`@bsmnt/sdk-gen`](https://github.com/basementstudio/commerce-toolkit#bsmntsdk-gen)

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shopify-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bsmnt/shopify-helpers",
"author": "basement.studio <[email protected]>",
"version": "1.2.2",
"version": "2.0.0",
"files": [
"dist/**/*"
],
Expand Down

1 comment on commit 85c4393

@vercel
Copy link

@vercel vercel bot commented on 85c4393 Oct 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.