File tree Expand file tree Collapse file tree 8 files changed +24
-6
lines changed Expand file tree Collapse file tree 8 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments