Skip to content

Commit 74642f2

Browse files
Version Packages (#1227)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cb4ac6 commit 74642f2

File tree

7 files changed

+29
-11
lines changed

7 files changed

+29
-11
lines changed

.changeset/whole-horses-stare.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/nextjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# nextjs
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2cb4ac6]
8+
- @godaddy/react@1.0.9
9+
- @godaddy/localizations@1.0.3
10+
311
## 0.1.6
412

513
### Patch Changes

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/localizations/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @godaddy/localizations
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 2cb4ac6: - Update collect SDK CDN urls
8+
- Add localization keys for cart components
9+
- Optional businessId for GDP config (will pull from store data if not provided)
10+
311
## 1.0.2
412

513
### Patch Changes

packages/localizations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@godaddy/localizations",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Internationalization localizations for GoDaddy checkout components",
55
"type": "module",
66
"types": "./dist/index.d.ts",

packages/react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @godaddy/react
22

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- 2cb4ac6: - Update collect SDK CDN urls
8+
- Add localization keys for cart components
9+
- Optional businessId for GDP config (will pull from store data if not provided)
10+
- Updated dependencies [2cb4ac6]
11+
- @godaddy/localizations@1.0.3
12+
313
## 1.0.8
414

515
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@godaddy/react",
33
"private": false,
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)