Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1269 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Packages for release
  • Loading branch information
lizkenyon authored Mar 14, 2024
2 parents ba8dec6 + 28cecd4 commit dce7ce2
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-steaks-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-pears-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-singers-yell.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- dba2232: Bumps @graphql-codegen/cli from 5.0.0 to 5.0.2.
- edb4bb0: Bumps @parcel/watcher from 2.4.0 to 2.4.1.

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/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": "0.0.5",
"version": "0.0.6",
"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/shopify-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 9.5.1

### Patch Changes

- 1344258: Bumps jose from 5.2.2 to 5.2.3.

## 9.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shopify-api/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const SHOPIFY_API_LIBRARY_VERSION = '9.5.0';
export const SHOPIFY_API_LIBRARY_VERSION = '9.5.1';
2 changes: 1 addition & 1 deletion packages/shopify-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/shopify-api",
"version": "9.5.0",
"version": "9.5.1",
"description": "Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit dce7ce2

Please sign in to comment.