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 7, 2024
1 parent 0c5501b commit aff05e9
Show file tree
Hide file tree
Showing 36 changed files with 97 additions and 56 deletions.
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-1610.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/api-clients/api-codegen-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.2

### Patch Changes

- 0c5501b: Updated `@graphql-codegen/cli` 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-drizzle

## 2.0.8

## 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.1.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-dynamodb

## 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-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.20240925.0",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.7",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.8",
"miniflare": "^3.20240925.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-mysql",
"version": "4.0.7",
"version": "4.0.8",
"description": "Shopify App Session Storage for MySQL",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,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-postgresql

## 4.0.8

### Patch Changes

- fc0a1f0: Updated `pg-connection-string` 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-postgresql",
"version": "4.0.7",
"version": "4.0.8",
"description": "Shopify App Session Storage for PostgreSQL",
"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",
"@types/pg": "^8.11.6"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-prisma

## 5.1.5

## 5.1.4

## 5.1.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-prisma",
"version": "5.1.4",
"version": "5.1.5",
"description": "Shopify App Session Storage for Prisma",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@prisma/client": "^5.20.0",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.7",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.8",
"prisma": "^5.20.0"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-redis

## 4.2.1

## 4.2.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-redis",
"version": "4.2.0",
"version": "4.2.1",
"description": "Shopify App Session Storage for Redis",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,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-sqlite

## 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-sqlite",
"version": "4.0.7",
"version": "4.0.8",
"description": "Shopify App Session Storage for SQLite",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,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",
"@types/sqlite3": "^3.1.8"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-test-utils

## 3.0.8

## 3.0.7

## 3.0.6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage-test-utils",
"version": "3.0.7",
"version": "3.0.8",
"description": "Utilities for testing Shopify App Session Storage",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@shopify/shopify-app-session-storage": "^3.0.0"
},
"devDependencies": {
"@shopify/shopify-api": "^11.5.0",
"@shopify/shopify-app-session-storage": "^3.0.7"
"@shopify/shopify-api": "^11.5.1",
"@shopify/shopify-app-session-storage": "^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

## 3.0.8

## 3.0.7

## 3.0.6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-app-session-storage",
"version": "3.0.7",
"version": "3.0.8",
"description": "Shopify App Session Storage - abstract class",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@shopify/shopify-api": "^11.0.0"
},
"devDependencies": {
"@shopify/shopify-api": "^11.5.0"
"@shopify/shopify-api": "^11.5.1"
},
"files": [
"dist/*",
Expand Down
6 changes: 6 additions & 0 deletions packages/apps/shopify-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 11.5.1

### Patch Changes

- 2e396f3: Updated `express` dependencies

## 11.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/shopify-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-api",
"version": "11.5.0",
"version": "11.5.1",
"description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
"types": "./dist/ts/lib/index.d.ts",
"module": "./dist/esm/lib/index.mjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/apps/shopify-app-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 5.0.8

### Patch Changes

- 2e396f3: Updated `express` dependencies
- Updated dependencies [2e396f3]
- @shopify/shopify-api@11.5.1
- @shopify/shopify-app-session-storage@3.0.8
- @shopify/shopify-app-session-storage-memory@4.0.8

## 5.0.7

### Patch Changes
Expand Down
Loading

0 comments on commit aff05e9

Please sign in to comment.