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 Jun 7, 2024
1 parent 81697af commit 1133a5c
Show file tree
Hide file tree
Showing 144 changed files with 908 additions and 305 deletions.
75 changes: 0 additions & 75 deletions .changeset/afraid-jokes-nail.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/selfish-cats-mix.md

This file was deleted.

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

## 4.2.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

## 4.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/address-consts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/address-consts",
"version": "4.1.2",
"version": "4.2.0",
"license": "MIT",
"description": "Constants and types relating to `@shopify/address`",
"main": "index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/address-mocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.3.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

### Patch Changes

- Updated dependencies [[`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece)]:
- @shopify/address-consts@4.2.0
- @shopify/jest-dom-mocks@5.1.0

## 3.2.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/address-mocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/address-mocks",
"version": "3.2.3",
"version": "3.3.0",
"license": "MIT",
"description": "Address mocks for `@shopify/address`",
"main": "index.js",
Expand All @@ -24,8 +24,8 @@
},
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^4.1.2",
"@shopify/jest-dom-mocks": "^5.0.1"
"@shopify/address-consts": "^4.2.0",
"@shopify/jest-dom-mocks": "^5.1.0"
},
"files": [
"build/",
Expand Down
11 changes: 11 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.3.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

### Patch Changes

- Updated dependencies [[`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece)]:
- @shopify/address-consts@4.2.0

## 4.2.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/address",
"version": "4.2.2",
"version": "4.3.0",
"license": "MIT",
"description": "Address utilities for formatting addresses",
"main": "index.js",
Expand All @@ -23,12 +23,12 @@
"node": ">=18.12.0"
},
"devDependencies": {
"@shopify/address-mocks": "^3.2.3",
"@shopify/jest-dom-mocks": "^5.0.1"
"@shopify/address-mocks": "^3.3.0",
"@shopify/jest-dom-mocks": "^5.1.0"
},
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^4.1.2"
"@shopify/address-consts": "^4.2.0"
},
"files": [
"build/",
Expand Down
6 changes: 6 additions & 0 deletions packages/admin-graphql-api-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-graphql-api-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/admin-graphql-api-utilities",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"description": "A set of utilities to use when consuming Shopify’s admin GraphQL API",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

## 4.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/async",
"version": "4.0.4",
"version": "4.1.0",
"license": "MIT",
"description": "Primitives for loading parts of an application asynchronously",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.3.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

## 3.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/browser",
"version": "3.2.2",
"version": "3.3.0",
"license": "MIT",
"description": "Utilities for extracting browser information from user-agents",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/csrf-token-fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/csrf-token-fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/csrf-token-fetcher",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",
"description": "JavaScript utility function to fetch the CSRF token required to make requests to a Rails server",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/css-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.2.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/css-utilities",
"version": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"description": "A set of CSS styling-related utilities",
"main": "index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/dates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.1.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

### Patch Changes

- Updated dependencies [[`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece)]:
- @shopify/function-enhancers@3.1.0

## 2.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/dates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/dates",
"version": "2.0.3",
"version": "2.1.0",
"license": "MIT",
"description": "Lightweight date operations library",
"main": "index.js",
Expand All @@ -24,10 +24,10 @@
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/function-enhancers": "^3.0.1"
"@shopify/function-enhancers": "^3.1.0"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^5.0.1"
"@shopify/jest-dom-mocks": "^5.1.0"
},
"files": [
"build/",
Expand Down
6 changes: 6 additions & 0 deletions packages/function-enhancers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/function-enhancers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/function-enhancers",
"version": "3.0.1",
"version": "3.1.0",
"license": "MIT",
"description": "A set of helpers to enhance functions",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-config-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.2.0

### Minor Changes

- [#2785](https://github.com/Shopify/quilt/pull/2785) [`97f8f6cf5`](https://github.com/Shopify/quilt/commit/97f8f6cf5f0f5c8adc03ff6d907fb16d878fbece) Thanks [@vsumner](https://github.com/vsumner)! - Drop support for node 14 and 16. Support node LTS and up.

## 4.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-config-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-config-utilities",
"version": "4.1.3",
"version": "4.2.0",
"license": "MIT",
"description": "Common utilities for graphql-config",
"main": "index.js",
Expand Down
Loading

0 comments on commit 1133a5c

Please sign in to comment.