Skip to content
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
7 changes: 0 additions & 7 deletions .changeset/fresh-jokes-yawn.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/app-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @godaddy/app-connect

## 1.0.1

### Patch Changes

- 445d787: Small formatting issues and fixes

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godaddy/app-connect",
"version": "1.0.0",
"version": "1.0.1",
"description": "GoDaddy App Connect - A verification library for GoDaddy Platform App requests",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @godaddy/localizations

## 1.0.2

### Patch Changes

- 445d787: Small formatting issues and fixes

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godaddy/localizations",
"version": "1.0.1",
"version": "1.0.2",
"description": "Internationalization localizations for GoDaddy checkout components",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @godaddy/react

## 1.0.2

### Patch Changes

- 445d787: Small formatting issues and fixes
- Updated dependencies [445d787]
- @godaddy/localizations@1.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@godaddy/react",
"private": false,
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"files": [
Expand Down