Skip to content

Commit 98c4842

Browse files
Version Packages (#1217)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4058d97 commit 98c4842

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/stupid-lemons-smash.md

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

examples/nextjs/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4058d97]
8+
- @godaddy/react@1.0.5
9+
310
## 0.1.2
411

512
### 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.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/react/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- 4058d97: Refactor currency formatting to respect currency precision
8+
39
## 1.0.4
410

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

0 commit comments

Comments
 (0)