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

Commit

Permalink
Merge pull request #2313 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
BPScott authored Jun 17, 2022
2 parents 0c4d9d2 + b07aa75 commit 12afd33
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-eagles-glow.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.1

### Patch Changes

- [`0b3737b7d`](https://github.com/Shopify/quilt/commit/0b3737b7dc7531055b5cba7239a8210bb5e95f22) Thanks [@BPScott](https://github.com/BPScott)! - No changes, this release is to test the new release process

## 4.1.0 - 2022-05-27

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

## 3.1.2

### Patch Changes

- Updated dependencies [[`0b3737b7d`](https://github.com/Shopify/quilt/commit/0b3737b7dc7531055b5cba7239a8210bb5e95f22)]:
- @shopify/address-consts@4.1.1

## 3.1.1 - 2022-06-16

### Fixed
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "3.1.2",
"license": "MIT",
"description": "Address mocks for `@shopify/address`",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
},
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^4.1.0",
"@shopify/address-consts": "^4.1.1",
"@shopify/jest-dom-mocks": "^4.0.0"
},
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.0.5

### Patch Changes

- Updated dependencies [[`0b3737b7d`](https://github.com/Shopify/quilt/commit/0b3737b7dc7531055b5cba7239a8210bb5e95f22)]:
- @shopify/address-consts@4.1.1

## 4.0.4 - 2022-06-16

- No updates. Transitive dependency bump.
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "4.0.5",
"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.1",
"@shopify/address-mocks": "^3.1.2",
"@shopify/jest-dom-mocks": "^4.0.0"
},
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^4.1.0"
"@shopify/address-consts": "^4.1.1"
},
"files": [
"build/",
Expand Down

0 comments on commit 12afd33

Please sign in to comment.