Skip to content

Commit

Permalink
fix: versions out of sync with lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove authored and reedrosenbluth committed Jan 30, 2021
1 parent 39bc470 commit 56e6438
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/auth",
"version": "1.0.2",
"version": "1.1.0",
"description": "Authentication for Stacks apps.",
"keywords": [
"Stacks",
Expand Down
2 changes: 1 addition & 1 deletion packages/keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/keychain",
"version": "1.0.2",
"version": "1.1.0",
"description": "A package for managing Stacks keychains",
"keywords": [
"Stacks",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/network",
"version": "1.0.2",
"version": "1.1.0",
"description": "Library for Stacks network operations",
"keywords": [
"stacks",
Expand Down
2 changes: 1 addition & 1 deletion packages/profile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/profile",
"version": "1.0.2",
"version": "1.1.0",
"description": "Library for Stacks profiles",
"keywords": [
"stacks",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/storage",
"version": "1.0.2",
"version": "1.1.0",
"description": "Stacks storage library",
"author": "yknl <yukanliao@gmail.com>",
"homepage": "https://blockstack.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/transactions",
"version": "1.0.2",
"version": "1.1.0",
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
"homepage": "https://blockstack.org",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 56e6438

Please sign in to comment.