From 23c159877585399d916c4a9281a2157e3a919c81 Mon Sep 17 00:00:00 2001 From: Harpal Jadeja Date: Mon, 13 Nov 2023 12:06:02 +0300 Subject: [PATCH 1/2] Add new example and remove old one based on v1 (#107) * Update README.md The previous example doesn't work because it was based on v1 --- packages/identity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/identity/README.md b/packages/identity/README.md index 743f538ff..9174de076 100644 --- a/packages/identity/README.md +++ b/packages/identity/README.md @@ -2,4 +2,4 @@ @celo/identity simplifies interacting with ODIS, Celo’s lightweight identity layer based on phone numbers. -You can find examples of how to use this package to do ODIS lookups [here](https://github.com/celo-org/social-connect). +You can find an example of how to use this package to do ODIS lookups [here](https://github.com/celo-org/emisianto/blob/main/pages/index.tsx). From 99b5024a66209e9662b84719b048339ffd424797 Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Mon, 13 Nov 2023 14:06:42 +0100 Subject: [PATCH 2/2] run yarn after versioning to update the lock file. (#159) * run yarn after versioning to updat the lock file. * cs --------- Co-authored-by: Aaron --- .changeset/spotty-cameras-design.md | 2 ++ .github/workflows/release.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changeset/spotty-cameras-design.md diff --git a/.changeset/spotty-cameras-design.md b/.changeset/spotty-cameras-design.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/spotty-cameras-design.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10774121c..099ca6a64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,4 +49,5 @@ jobs: NPM_TOKEN: ${{ env.NPM_TOKEN }} with: # This expects you to have a script called release which does a build for your packages and calls changeset publish - publish: yarn release \ No newline at end of file + publish: yarn release + version: yarn changeset version && yarn