-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c14d3df
commit 27f0e15
Showing
12 changed files
with
44 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- | ||
This file is automatically managed by <https://github.com/dtinth/repolicy>. | ||
Any manual changes to this file may be overwritten. | ||
--> | ||
|
||
This directory contains a report file generated by [API Extractor](https://api-extractor.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,11 @@ | |
"author": "Thai Pangsakulyanont <[email protected]> (http://dt.in.th/)", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@changesets/cli": "2.20.0", | ||
"@rushstack/heft": "0.44.2", | ||
"@rushstack/heft-web-rig": "0.8.2", | ||
"@types/heft-jest": "1.0.2", | ||
"prettier": "2.5.1" | ||
"@changesets/cli": "2.25.0", | ||
"@rushstack/heft": "0.45.12", | ||
"@rushstack/heft-web-rig": "0.10.15", | ||
"@types/heft-jest": "1.0.3", | ||
"prettier": "2.7.1" | ||
}, | ||
"dependencies": { | ||
"@types/gapi": "^0.0.41", | ||
|
@@ -42,4 +42,4 @@ | |
"bugs": { | ||
"url": "https://github.com/dtinth/google-sign-in-controller#issues" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
#!/bin/bash -e | ||
|
||
# This file is automatically managed by <https://github.com/dtinth/jslibdevkit>. | ||
# This file is automatically managed by <https://github.com/dtinth/repolicy>. | ||
# Any manual changes to this file may be overwritten. | ||
|
||
changeset status | ||
changeset version | ||
version=$(jq -r '.version' package.json) | ||
echo "Version to release: $version" | ||
git add --update | ||
git commit -am "v$version" | ||
git tag -a "v$version" -m "v$version" | ||
echo "Committed and tagged. Run 'git push --follow-tags' to push to remote." | ||
changeset publish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters