Skip to content

Commit

Permalink
Merge pull request #78 from shipt/circle-ci-config-update
Browse files Browse the repository at this point in the history
Update Circle CI config
  • Loading branch information
jkhusanov authored Apr 16, 2024
2 parents 1c51225 + 3c8d57b commit 758d96b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- checkout
- add_ssh_keys:
fingerprints:
- '38:6a:fc:cf:d5:bc:47:8f:a3:d2:70:21:95:ab:cf:f4'
- 'SHA256:qOCt49Q9PD/ktHiVTmpyPL9NgpRhtLU+stAxjmScZ2U'
- <<: *yarn_install
- run:
name: Authenticate with registry
Expand Down
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@
nullthrows "^1.1.1"

"@shipt/segmented-arc-for-react-native@file:..":
version "1.1.0"
version "1.1.1"
dependencies:
prop-types "^15.8.1"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shipt/segmented-arc-for-react-native",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"description": "Segmented arc component for React Native ",
"main": "src/index.js",
Expand Down

0 comments on commit 758d96b

Please sign in to comment.