Skip to content

Commit 9a497a9

Browse files
Version Packages (#1216)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f4f79d6 commit 9a497a9

File tree

5 files changed

+24
-10
lines changed

5 files changed

+24
-10
lines changed

.changeset/cute-bees-cross.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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f4f79d6]
8+
- @godaddy/react@1.0.4
9+
310
## 0.1.1
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.1",
3+
"version": "0.1.2",
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.4
4+
5+
### Patch Changes
6+
7+
- f4f79d6: Add product grid and product details components using public storefront apis
8+
39
## 1.0.3
410

511
### Patch Changes

packages/react/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@godaddy/react",
33
"private": false,
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"type": "module",
66
"types": "./dist/index.d.ts",
7-
"files": ["dist"],
7+
"files": [
8+
"dist"
9+
],
810
"exports": {
911
"./package.json": "./package.json",
1012
"./styles.css": "./dist/index.css",
@@ -21,8 +23,12 @@
2123
},
2224
"typesVersions": {
2325
"*": {
24-
"server": ["./dist/server.d.ts"],
25-
"*": ["./dist/index.d.ts"]
26+
"server": [
27+
"./dist/server.d.ts"
28+
],
29+
"*": [
30+
"./dist/index.d.ts"
31+
]
2632
}
2733
},
2834
"scripts": {

0 commit comments

Comments
 (0)