-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #273 from celo-org:prerelease/drum-circling
Prerelease/drum-circling
- Loading branch information
Showing
27 changed files
with
235 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"mode": "exit", | ||
"tag": "beta", | ||
"initialVersions": { | ||
"@celo/phone-number-privacy-combiner": "3.3.2", | ||
"@celo/phone-number-privacy-monitor": "3.0.2", | ||
"@celo/phone-number-privacy-signer": "3.1.1", | ||
"odis-example-scripts": "1.0.1", | ||
"@celo/phone-number-privacy-common": "3.1.1", | ||
"@celo/encrypted-backup": "5.0.5", | ||
"@celo/identity": "5.1.1", | ||
"@celo/odis-identifiers": "1.0.0" | ||
}, | ||
"changesets": [ | ||
"big-lies-protect", | ||
"cold-ducks-visit", | ||
"eighty-glasses-sip", | ||
"empty-dodos-impress", | ||
"fair-bottles-wonder", | ||
"fifty-buses-taste", | ||
"four-zoos-tie", | ||
"khaki-walls-drum", | ||
"light-keys-prove", | ||
"lucky-birds-end", | ||
"many-goats-teach", | ||
"nasty-elephants-juggle", | ||
"neat-bananas-allow", | ||
"nice-laws-accept", | ||
"nice-peaches-talk", | ||
"perfect-deers-shake", | ||
"real-bottles-swim", | ||
"red-ravens-search", | ||
"rude-hounds-jam", | ||
"smooth-moons-battle", | ||
"spotty-cameras-design", | ||
"spotty-starfishes-move", | ||
"tall-cycles-care", | ||
"ten-beers-build", | ||
"tender-frogs-thank", | ||
"tender-tomatoes-protect", | ||
"tricky-actors-wait", | ||
"yellow-spoons-change", | ||
"young-houses-explode" | ||
] | ||
} |
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,2 @@ | ||
--- | ||
--- |
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ on: | |
- 'yarn.lock' | ||
branches: | ||
- main | ||
- 'prerelease/*' | ||
tags: | ||
- odis-combiner-.* | ||
pull_request: | ||
|
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ on: | |
- 'yarn.lock' | ||
branches: | ||
- main | ||
- 'prerelease/*' | ||
tags: | ||
- odis-loadtest-.* | ||
pull_request: | ||
|
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ on: | |
- 'yarn.lock' | ||
branches: | ||
- main | ||
- 'prerelease/*' | ||
tags: | ||
- odis-signer-.* | ||
pull_request: | ||
|
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
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
"cs": "yarn changeset", | ||
"bump": "yarn changeset version", | ||
"release": "yarn build && yarn cs publish", | ||
"version_and_reinstall": "yarn changeset version && yarn", | ||
"version_and_reinstall": "yarn changeset version && yarn install --no-immutable --no-check-resolutions", | ||
"beta-enter": "bash scripts/beta-mode.sh", | ||
"beta-exit": "yarn cs pre exit && git commit -am 'Complete beta releasing'", | ||
"postinstall": "yarn husky install && yarn workspaces foreach --all -piv run postinstall" | ||
|
@@ -79,4 +79,4 @@ | |
"browserify-sign": "4.2.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
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
Oops, something went wrong.