Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 29, 2024
1 parent db124ca commit ae26047
Show file tree
Hide file tree
Showing 57 changed files with 208 additions and 174 deletions.
21 changes: 0 additions & 21 deletions .changeset/chatty-fans-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dependabot-1388.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dependabot-1493.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1496.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1521.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1596.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1609.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1610.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1618.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dependabot-1619.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1625.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dependabot-1645.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1666.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1688.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependabot-1694.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-jars-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-mayflies-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-balloons-sort.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/slow-gorillas-judge.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

## 1.0.4

### Patch Changes

- Updated dependencies [f38dfc0]
- @shopify/graphql-client@1.2.1

## 1.0.3

### 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": "1.0.3",
"version": "1.0.4",
"description": "Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -61,7 +61,7 @@
"dist/**/*.*"
],
"dependencies": {
"@shopify/graphql-client": "^1.2.0"
"@shopify/graphql-client": "^1.2.1"
},
"devDependencies": {
"jest-environment-jsdom": "^29.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/api-clients/api-codegen-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.2

### Patch Changes

- 8c089b4: Updated `@graphql-codegen/typescript` dependencies
- 0c5501b: Updated `@graphql-codegen/cli` dependencies
- 827085d: Updated `@graphql-codegen/typescript` dependencies

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-clients/api-codegen-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/api-codegen-preset",
"version": "1.1.1",
"version": "1.1.2",
"description": "Preset for graphql-codegen to parse and type queries to Shopify APIs",
"author": "Shopify",
"license": "MIT",
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

## 1.2.1

### Patch Changes

- f38dfc0: Improved error messages when validating store domain urls

## 1.2.0

### Minor 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": "1.2.0",
"version": "1.2.1",
"description": "Shopify GraphQL Client - A lightweight generic GraphQL JS client to interact with Shopify GraphQL APIs",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/api-clients/storefront-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/storefront-api-client

## 1.0.3

### Patch Changes

- Updated dependencies [f38dfc0]
- @shopify/graphql-client@1.2.1

## 1.0.2

### 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": "1.0.2",
"version": "1.0.3",
"description": "Shopify Storefront API Client - A lightweight JS client to interact with Shopify's Storefront API",
"repository": {
"type": "git",
Expand Down Expand Up @@ -84,7 +84,7 @@
"!node_modules"
],
"dependencies": {
"@shopify/graphql-client": "^1.2.0"
"@shopify/graphql-client": "^1.2.1"
},
"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

## 2.0.8

### Patch Changes

- bad62cc: Updated `tslib` dependencies

## 2.0.7

### 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": "2.0.7",
"version": "2.0.8",
"description": "Shopify App Session Storage for Drizzle",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@libsql/client": "^0.14.0",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.7",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.8",
"@types/better-sqlite3": "^7.6.11",
"@types/pg": "^8.11.6",
"better-sqlite3": "^11.5.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/shopify-app-session-storage-dynamodb

## 4.0.8

### Patch Changes

- 97c895a: Updated `@aws-sdk/util-dynamodb` dependencies
- 649a865: Updated `@aws-sdk/util-dynamodb` dependencies

## 4.0.7

## 4.0.6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-dynamodb",
"version": "4.0.7",
"version": "4.0.8",
"description": "Shopify App Session Storage for DynamoDB",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@shopify/shopify-app-session-storage": "^3.0.0"
},
"devDependencies": {
"@shopify/shopify-app-session-storage-test-utils": "^3.0.7"
"@shopify/shopify-app-session-storage-test-utils": "^3.0.8"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-kv

## 4.0.8

## 4.0.7

## 4.0.6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-kv",
"version": "4.0.7",
"version": "4.0.8",
"description": "Shopify App Session Storage for KV",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.7",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.8",
"miniflare": "^3.20241022.0"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-memory

## 4.0.8

## 4.0.7

## 4.0.6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-memory",
"version": "4.0.7",
"version": "4.0.8",
"description": "Shopify App Session Storage for Memory",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@shopify/shopify-app-session-storage": "^3.0.0"
},
"devDependencies": {
"@shopify/shopify-app-session-storage-test-utils": "^3.0.7"
"@shopify/shopify-app-session-storage-test-utils": "^3.0.8"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-mongodb

## 4.0.8

### Patch Changes

- 0b76364: Updated `mongodb` dependencies

## 4.0.7

## 4.0.6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-mongodb",
"version": "4.0.7",
"version": "4.0.8",
"description": "Shopify App Session Storage for MongoDB",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@shopify/shopify-app-session-storage": "^3.0.0"
},
"devDependencies": {
"@shopify/shopify-app-session-storage-test-utils": "^3.0.7"
"@shopify/shopify-app-session-storage-test-utils": "^3.0.8"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-mysql

## 4.0.8

## 4.0.7

### Patch Changes
Expand Down
Loading

0 comments on commit ae26047

Please sign in to comment.