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

Version Packages #2383

Merged
merged 1 commit into from
Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curly-suits-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-bikes-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-dragons-count.md

This file was deleted.

75 changes: 0 additions & 75 deletions .changeset/proud-suits-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-dingos-repeat.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.1.2

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

## 4.1.1

### 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.1",
"version": "4.1.2",
"license": "MIT",
"description": "Constants and types relating to `@shopify/address`",
"main": "index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/address-mocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.1.3

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

- Updated dependencies [[`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532)]:
- @shopify/address-consts@4.1.2
- @shopify/jest-dom-mocks@4.0.1

## 3.1.2

### 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.1.2",
"version": "3.1.3",
"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.1",
"@shopify/jest-dom-mocks": "^4.0.0"
"@shopify/address-consts": "^4.1.2",
"@shopify/jest-dom-mocks": "^4.0.1"
},
"files": [
"build/",
Expand Down
9 changes: 9 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 4.0.6

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

- Updated dependencies [[`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532)]:
- @shopify/address-consts@4.1.2

## 4.0.5

### 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.0.5",
"version": "4.0.6",
"license": "MIT",
"description": "Address utilities for formatting addresses",
"main": "index.js",
Expand All @@ -23,12 +23,12 @@
"node": "^14.17.0 || >=16.0.0"
},
"devDependencies": {
"@shopify/address-mocks": "^3.1.2",
"@shopify/jest-dom-mocks": "^4.0.0"
"@shopify/address-mocks": "^3.1.3",
"@shopify/jest-dom-mocks": "^4.0.1"
},
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^4.1.1"
"@shopify/address-consts": "^4.1.2"
},
"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.0.1

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

## 2.0.0 - 2022-05-19

### Breaking Change
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.0.0",
"version": "2.0.1",
"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/ast-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.1

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

## 2.0.0 - 2022-05-19

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ast-utilities",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"description": "Utilities for working with Abstract Syntax Trees (ASTs)",
"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.0.1

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

## 4.0.0 - 2022-05-19

### Breaking Change
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.0",
"version": "4.0.1",
"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.1.1

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

## 3.1.0 - 2022-06-08

### Changed
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.1.0",
"version": "3.1.1",
"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.0.1

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

## 2.0.0 - 2022-05-19

### Breaking Change
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.0",
"version": "2.0.1",
"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.0.1

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

## 3.0.0 - 2022-05-19

### Breaking Change
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.0.0",
"version": "3.0.1",
"license": "MIT",
"description": "A set of CSS styling-related utilities",
"main": "index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/dates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.0.1

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

- Updated dependencies [[`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532)]:
- @shopify/decorators@3.0.1

## 2.0.0 - 2022-05-19

### Breaking Change
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.0",
"version": "2.0.1",
"license": "MIT",
"description": "Lightweight date operations library",
"main": "index.js",
Expand All @@ -24,10 +24,10 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/decorators": "^3.0.0"
"@shopify/decorators": "^3.0.1"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^4.0.0"
"@shopify/jest-dom-mocks": "^4.0.1"
},
"files": [
"build/",
Expand Down
9 changes: 9 additions & 0 deletions packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.0.1

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

- Updated dependencies [[`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532)]:
- @shopify/function-enhancers@3.0.1

## 3.0.0 - 2022-05-19

### Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/decorators",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"description": "A set of decorators to aid your JavaScript journey",
"main": "index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"index.esnext"
],
"dependencies": {
"@shopify/function-enhancers": "^3.0.0"
"@shopify/function-enhancers": "^3.0.1"
},
"module": "index.mjs",
"esnext": "index.esnext",
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.0.1

### Patch Changes

- [#2389](https://github.com/Shopify/quilt/pull/2389) [`03c1abc8c`](https://github.com/Shopify/quilt/commit/03c1abc8c293d4c79f34796f9eefc777812df532) Thanks [@BPScott](https://github.com/BPScott)! - Add types field to package.json export maps to support typescript consumers that use `moduleResolution: "node16"`

## 3.0.0 - 2022-05-19

### Breaking Change
Expand Down
Loading