Skip to content

Commit

Permalink
Merge pull request #1704 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Packages for release
  • Loading branch information
lizkenyon authored Dec 4, 2024
2 parents 6badd10 + 756a808 commit 64d1c89
Show file tree
Hide file tree
Showing 49 changed files with 9,235 additions and 10,325 deletions.
5 changes: 0 additions & 5 deletions .changeset/dependabot-1700.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-worms-jog.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/eight-mails-hammer.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/lovely-tips-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-tools-fix.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/stupid-suits-destroy.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.3

### Patch Changes

- cd39dff: Updated `@parcel/watcher` dependencies

## 1.1.2

### 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.2",
"version": "1.1.3",
"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,12 @@
# @shopify/shopify-app-session-storage-drizzle

## 2.0.9

### Patch Changes

- 6910d3d: Updated `tslib` dependencies
- 71b6144: Updated `mysql2` dependencies

## 2.0.8

### 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.8",
"version": "2.0.9",
"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.8",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.9",
"@types/better-sqlite3": "^7.6.12",
"@types/pg": "^8.11.6",
"better-sqlite3": "^11.6.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
import * as child_process from 'child_process';
import {promisify} from 'util';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
import * as child_process from 'child_process';
import {promisify} from 'util';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-nocheck
import * as fs from 'fs/promises';
import {resolve} from 'node:path';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/shopify-app-session-storage-dynamodb

## 4.0.9

### Patch Changes

- dd2c3f2: Updated `@aws-sdk/client-dynamodb` dependencies
- ef41685: Updated `@aws-sdk/util-dynamodb` dependencies

## 4.0.8

### 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": "4.0.8",
"version": "4.0.9",
"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.8"
"@shopify/shopify-app-session-storage-test-utils": "^3.0.9"
},
"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.9

## 4.0.8

## 4.0.7
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.8",
"version": "4.0.9",
"description": "Shopify App Session Storage for KV",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241202.0",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.8",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.9",
"miniflare": "^3.20241106.1"
},
"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.9

## 4.0.8

## 4.0.7
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.8",
"version": "4.0.9",
"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.8"
"@shopify/shopify-app-session-storage-test-utils": "^3.0.9"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-mongodb

## 4.0.9

## 4.0.8

### 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": "4.0.8",
"version": "4.0.9",
"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.8"
"@shopify/shopify-app-session-storage-test-utils": "^3.0.9"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-app-session-storage-mysql

## 4.0.9

### Patch Changes

- 71b6144: Updated `mysql2` dependencies

## 4.0.8

## 4.0.7
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.8",
"version": "4.0.9",
"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.8"
"@shopify/shopify-app-session-storage-test-utils": "^3.0.9"
},
"files": [
"dist/*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-app-session-storage-postgresql

## 4.0.9

## 4.0.8

### 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": "4.0.8",
"version": "4.0.9",
"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.8",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.9",
"@types/pg": "^8.11.6"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @shopify/shopify-app-session-storage-prisma

## 5.2.0

### Minor Changes

- 69b6d14: Adds `isReady` method to `PrismaSessionStorage`. `isReady` will poll based on the configuration or until the table is found to exist. If the table is not found within the timeout, it will return `false`.

`isReady` will update the internal state of the `PrismaSessionStorage` instance to reflect whether the session table exists and can be used. In case of an unexpected disconnect, use `isReady` to check if the table has recovered.

Example usage on a Remix app:

```ts
import {sessionStorage} from '../shopify.server';
// ...
if (await sessionStorage.isReady()) {
// ...
}
```

An equivalent method will soon be available on the `SessionStorage` interface and all other session storage implementations.

## 5.1.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-prisma",
"version": "5.1.5",
"version": "5.2.0",
"description": "Shopify App Session Storage for Prisma",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@prisma/client": "^5.22.0",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.8",
"@shopify/shopify-app-session-storage-test-utils": "^3.0.9",
"prisma": "^5.22.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.2

## 4.2.1

## 4.2.0
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.1",
"version": "4.2.2",
"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.8"
"@shopify/shopify-app-session-storage-test-utils": "^3.0.9"
},
"files": [
"dist/*",
Expand Down
Loading

0 comments on commit 64d1c89

Please sign in to comment.