Skip to content

Commit badbae9

Browse files
Version Packages (#1332)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 23d4e30 commit badbae9

5 files changed

Lines changed: 19 additions & 11 deletions

File tree

.changeset/cold-lemons-camp.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.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ed3cbef]
8+
- @godaddy/react@1.0.32
9+
310
## 0.1.29
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.29",
3+
"version": "0.1.30",
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.32
4+
5+
### Patch Changes
6+
7+
- ed3cbef: Fix bug with large leadTimes and add pickupSlotInterval to uncouple leadTime from time slot generation
8+
39
## 1.0.31
410

511
### Patch Changes

packages/react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@godaddy/react",
33
"private": false,
4-
"version": "1.0.31",
4+
"version": "1.0.32",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"files": [
@@ -119,8 +119,8 @@
119119
"publishConfig": {
120120
"registry": "https://registry.npmjs.org/"
121121
},
122-
"repository": {
123-
"type": "git",
124-
"url": "git+https://github.com/godaddy/javascript.git"
125-
}
122+
"repository": {
123+
"type": "git",
124+
"url": "git+https://github.com/godaddy/javascript.git"
125+
}
126126
}

0 commit comments

Comments
 (0)