Skip to content

Commit 74f228c

Browse files
Merge branch 'main' into examples
2 parents 5800ef7 + 0aafb0f commit 74f228c

File tree

8 files changed

+24
-6
lines changed

8 files changed

+24
-6
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
uses: changesets/action@v1
3333
with:
3434
version: pnpm run version
35-
# This expects you to have a script called release which does a build for your packages and calls changeset publish
36-
publish: pnpm run release
35+
publish: pnpm publish -r
3736
env:
3837
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3938
NPM_TOKEN: ${{ secrets.NPM_SECRET }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"lint:fix": "pnpm run -r lint:fix",
1515
"test": "pnpm run build && pnpm run -r --parallel test",
1616
"version": "changeset version && pnpm install --prefer-offline",
17-
"release": "changeset publish",
1817
"changeset": "changeset",
1918
"clean": "pnpm run clean:packages && pnpm run clean:root",
2019
"clean:packages": "pnpm run -r clean",

packages/app-connect/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 445d787: Small formatting issues and fixes
8+
39
## 1.0.0
410

511
### Major Changes

packages/app-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@godaddy/app-connect",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "GoDaddy App Connect - A verification library for GoDaddy Platform App requests",
55
"type": "module",
66
"types": "./dist/index.d.ts",

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.2
4+
5+
### Patch Changes
6+
7+
- 445d787: Small formatting issues and fixes
8+
39
## 1.0.1
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.1",
3+
"version": "1.0.2",
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.2
4+
5+
### Patch Changes
6+
7+
- 445d787: Small formatting issues and fixes
8+
- Updated dependencies [445d787]
9+
- @godaddy/localizations@1.0.2
10+
311
## 1.0.1
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.1",
4+
"version": "1.0.2",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)