From d4e8cce56e9e68cb00c6de658cde7115488f0e33 Mon Sep 17 00:00:00 2001 From: Gaby Pancu Date: Fri, 20 Sep 2024 14:24:58 -0400 Subject: [PATCH] update prerelease to include new regexes --- lang/typescript/.changeset/add-address1-regex.md | 5 +++++ lang/typescript/.changeset/pre.json | 1 + lang/typescript/CHANGELOG.md | 6 ++++++ lang/typescript/package.json | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 lang/typescript/.changeset/add-address1-regex.md diff --git a/lang/typescript/.changeset/add-address1-regex.md b/lang/typescript/.changeset/add-address1-regex.md new file mode 100644 index 00000000..84d4d749 --- /dev/null +++ b/lang/typescript/.changeset/add-address1-regex.md @@ -0,0 +1,5 @@ +--- +'@shopify/worldwide': minor +--- + +Add address1 regex for BE, BR, CL, ES, IL, MX diff --git a/lang/typescript/.changeset/pre.json b/lang/typescript/.changeset/pre.json index 066cfae1..7142b628 100644 --- a/lang/typescript/.changeset/pre.json +++ b/lang/typescript/.changeset/pre.json @@ -5,6 +5,7 @@ "@shopify/worldwide": "0.6.0" }, "changesets": [ + "add-address1-regex", "split-address1-regex-fallback" ] } diff --git a/lang/typescript/CHANGELOG.md b/lang/typescript/CHANGELOG.md index f0a03597..8aa53f82 100644 --- a/lang/typescript/CHANGELOG.md +++ b/lang/typescript/CHANGELOG.md @@ -1,5 +1,11 @@ # @shopify/worldwide +## 0.7.0-next.1 + +### Minor Changes + +- Add address1 regex for BE, BR, CL, ES, IL, MX + ## 0.7.0-next.0 ### Minor Changes diff --git a/lang/typescript/package.json b/lang/typescript/package.json index 7d7c66e3..e2510428 100644 --- a/lang/typescript/package.json +++ b/lang/typescript/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/worldwide", "description": "Utilities for parsing and formatting address fields", - "version": "0.7.0-next.0", + "version": "0.7.0-next.1", "repository": "git@github.com:Shopify/worldwide.git", "author": "Shopify Inc.", "homepage": "https://github.com/Shopify/worldwide/tree/main/lang/typescript#readme",