Skip to content

Commit 2cf3911

Browse files
Version Packages (#1230)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c9ea85 commit 2cf3911

File tree

7 files changed

+25
-9
lines changed

7 files changed

+25
-9
lines changed

.changeset/deep-dodos-work.md

Lines changed: 0 additions & 6 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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8c9ea85]
8+
- @godaddy/localizations@1.0.4
9+
- @godaddy/react@1.0.11
10+
311
## 0.1.8
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.8",
3+
"version": "0.1.9",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/localizations/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- 8c9ea85: Add missing session error state
8+
39
## 1.0.3
410

511
### 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.3",
3+
"version": "1.0.4",
44
"description": "Internationalization localizations for GoDaddy checkout components",
55
"type": "module",
66
"types": "./dist/index.d.ts",

packages/react/CHANGELOG.md

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

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- 8c9ea85: Add missing session error state
8+
- Updated dependencies [8c9ea85]
9+
- @godaddy/localizations@1.0.4
10+
311
## 1.0.10
412

513
### 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.10",
4+
"version": "1.0.11",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)