Skip to content

Commit

Permalink
Package version bumps (bluesky-social#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee authored Jan 3, 2023
1 parent 3f69270 commit 4804475
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/api",
"version": "0.0.4",
"version": "0.0.5",
"main": "src/index.ts",
"scripts": {
"codegen": "lex gen-api ./src/client ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/lexicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/lexicon",
"version": "0.0.1",
"version": "0.0.2",
"main": "src/index.ts",
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/xrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/xrpc",
"version": "0.0.1",
"version": "0.0.2",
"main": "src/index.ts",
"scripts": {
"prettier": "prettier --check src/",
Expand Down

0 comments on commit 4804475

Please sign in to comment.