Skip to content

Commit

Permalink
Bump package versions (bluesky-social#578)
Browse files Browse the repository at this point in the history
* bump pkgs

* fix package
  • Loading branch information
dholms authored Feb 23, 2023
1 parent ca87aeb commit f29c08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/common",
"version": "0.0.1",
"version": "0.1.0",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/crypto",
"version": "0.0.1",
"version": "0.1.0",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
Expand All @@ -19,7 +19,6 @@
"postpublish": "npm run update-main-to-src"
},
"dependencies": {
"@atproto/crypto": "*",
"@noble/secp256k1": "^1.7.0",
"big-integer": "^1.6.51",
"multiformats": "^9.6.4",
Expand Down

0 comments on commit f29c08f

Please sign in to comment.