Skip to content

Commit

Permalink
build: version packages (#399)
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 Oct 17, 2023
1 parent aa9b48f commit b350bab
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-apricots-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-singers-do.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/storefront-sdk-plugins/commerce-queries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nacelle/commerce-queries-plugin

## 1.0.1

### Patch Changes

- c661342: Added `__typename` to fragments
- Updated dependencies [6f2e5f1]
- @nacelle/storefront-sdk@2.0.3

## 1.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/storefront-sdk-plugins/commerce-queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nacelle/commerce-queries-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Nacelle Storefront SDK plugin that provides REST-style methods for fetching commerce data",
"type": "module",
"author": "Nacelle Inc.",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@nacelle/storefront-sdk": ">=2.0.0-hotfix.1",
"@nacelle/storefront-sdk": ">=2.0.3",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@vitest/coverage-c8": "^0.26.0",
Expand All @@ -71,7 +71,7 @@
"vitest": "^0.26.3"
},
"peerDependencies": {
"@nacelle/storefront-sdk": ">=2.0.0-beta.10"
"@nacelle/storefront-sdk": ">=2.0.3"
},
"volta": {
"node": "18.12.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/storefront-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nacelle/storefront-sdk

## 2.0.3

### Patch Changes

- 6f2e5f1: Updated the default request retry logic to retry in response to all network errors. To customize request retry logic, you can provide your own configured instance of `@urql/exchange-retry` to the Storefront SDK's [`exchanges`](https://docs.nacelle.com/docs/storefront-sdk-major-version-2#exchanges) parameter.

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storefront-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nacelle/storefront-sdk",
"description": "GraphQL-first data fetching for composable commerce projects",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"author": "Nacelle Inc.",
"license": "Apache-2.0",
Expand Down

2 comments on commit b350bab

@vercel
Copy link

@vercel vercel bot commented on b350bab Oct 17, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nacelle-next-reference-store – ./reference-stores/next

nacelle-next-reference-store.vercel.app
nacelle-next-reference-store-nacelle.vercel.app
nacelle-next-reference-store-git-main-nacelle.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b350bab Oct 17, 2023

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.