Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages for release #809

Merged
merged 2 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/fifty-trains-brake.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fuzzy-months-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-apricots-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-rivers-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-lizards-bow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lovely-balloons-punch.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/mean-plums-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pillows-own.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/sweet-drinks-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-brooms-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-actors-laugh.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/api-clients/admin-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/admin-api-client

## 0.2.9

### Patch Changes

- Updated dependencies [715a120]
- @shopify/graphql-client@0.10.4

## 0.2.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api-clients/admin-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/admin-api-client",
"version": "0.2.8",
"version": "0.2.9",
"description": "Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,7 +60,7 @@
"dist/**/*.*"
],
"dependencies": {
"@shopify/graphql-client": "^0.10.3"
"@shopify/graphql-client": "^0.10.4"
},
"devDependencies": {
"jest-environment-jsdom": "^29.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/api-clients/graphql-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/graphql-client

## 0.10.4

### Patch Changes

- 715a120: Fixed the minified build process to not mangle the `fetch` function, which led to requests failing in the final package.

## 0.10.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-clients/graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-client",
"version": "0.10.3",
"version": "0.10.4",
"description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-clients/storefront-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/storefront-api-client

## 0.3.4

### Patch Changes

- 715a120: Fixed the minified build process to not mangle the `fetch` function, which led to requests failing in the final package.
- Updated dependencies [715a120]
- @shopify/graphql-client@0.10.4

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api-clients/storefront-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/storefront-api-client",
"version": "0.3.3",
"version": "0.3.4",
"description": "Shopify Storefront API Client - A lightweight JS client to interact with Shopify's Storefront API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -83,7 +83,7 @@
"!node_modules"
],
"dependencies": {
"@shopify/graphql-client": "^0.10.3"
"@shopify/graphql-client": "^0.10.4"
},
"devDependencies": {
"jest-environment-jsdom": "^29.5.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-drizzle

## 1.1.2

### Patch Changes

- a8d4b3e: Updated @shopify/shopify-api dependency to also allow v10+ since there were no breaking changes affecting this package.

## 1.1.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-drizzle",
"version": "1.1.1",
"version": "1.1.2",
"description": "Shopify App Session Storage for Drizzle",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@libsql/client": "^0.4.0-pre.7",
"@shopify/shopify-app-session-storage-test-utils": "^2.0.4",
"@shopify/shopify-app-session-storage-test-utils": "^2.0.5",
"@types/better-sqlite3": "^7.6.9",
"better-sqlite3": "^9.4.3",
"drizzle-kit": "^0.20.12",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-dynamodb

## 3.0.5

### Patch Changes

- a8d4b3e: Updated @shopify/shopify-api dependency to also allow v10+ since there were no breaking changes affecting this package.

## 3.0.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-dynamodb",
"version": "3.0.4",
"version": "3.0.5",
"description": "Shopify App Session Storage for DynamoDB",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
"@shopify/shopify-app-session-storage-test-utils": "^2.0.4"
"@shopify/shopify-app-session-storage-test-utils": "^2.0.5"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-kv

## 3.0.6

### Patch Changes

- a8d4b3e: Updated @shopify/shopify-api dependency to also allow v10+ since there were no breaking changes affecting this package.

## 3.0.5

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-kv",
"version": "3.0.5",
"version": "3.0.6",
"description": "Shopify App Session Storage for KV",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240208.0",
"@shopify/shopify-app-session-storage-test-utils": "^2.0.4",
"@shopify/shopify-app-session-storage-test-utils": "^2.0.5",
"miniflare": "^3.20240304.2"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-memory

## 3.0.5

### Patch Changes

- a8d4b3e: Updated @shopify/shopify-api dependency to also allow v10+ since there were no breaking changes affecting this package.

## 3.0.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-memory",
"version": "3.0.4",
"version": "3.0.5",
"description": "Shopify App Session Storage for Memory",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
"@shopify/shopify-app-session-storage-test-utils": "^2.0.4"
"@shopify/shopify-app-session-storage-test-utils": "^2.0.5"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-mongodb

## 3.0.5

### Patch Changes

- a8d4b3e: Updated @shopify/shopify-api dependency to also allow v10+ since there were no breaking changes affecting this package.

## 3.0.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-mongodb",
"version": "3.0.4",
"version": "3.0.5",
"description": "Shopify App Session Storage for MongoDB",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
"@shopify/shopify-app-session-storage-test-utils": "^2.0.4"
"@shopify/shopify-app-session-storage-test-utils": "^2.0.5"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-mysql

## 3.0.5

### Patch Changes

- a8d4b3e: Updated @shopify/shopify-api dependency to also allow v10+ since there were no breaking changes affecting this package.

## 3.0.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-mysql",
"version": "3.0.4",
"version": "3.0.5",
"description": "Shopify App Session Storage for MySQL",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
"@shopify/shopify-app-session-storage-test-utils": "^2.0.4"
"@shopify/shopify-app-session-storage-test-utils": "^2.0.5"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-postgresql

## 3.0.5

### Patch Changes

- a8d4b3e: Updated @shopify/shopify-api dependency to also allow v10+ since there were no breaking changes affecting this package.

## 3.0.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-postgresql",
"version": "3.0.4",
"version": "3.0.5",
"description": "Shopify App Session Storage for PostgreSQL",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@shopify/shopify-app-session-storage": "^2.1.4"
},
"devDependencies": {
"@shopify/shopify-app-session-storage-test-utils": "^2.0.4",
"@shopify/shopify-app-session-storage-test-utils": "^2.0.5",
"@types/pg": "^8.11.5"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-prisma

## 4.0.5

### Patch Changes

- a8d4b3e: Updated @shopify/shopify-api dependency to also allow v10+ since there were no breaking changes affecting this package.

## 4.0.4

### Patch Changes
Expand Down
Loading
Loading