Skip to content

Commit

Permalink
chore: bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 21, 2024
1 parent 6893bb0 commit dfc1592
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/juno-js",
"version": "0.0.55",
"version": "0.0.56",
"description": "JavaScript libraries for interfacing with Juno",
"author": "David Dal Busco (https://daviddalbusco.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/admin",
"version": "0.0.45",
"version": "0.0.46",
"description": "A library for interfacing with admin features of Juno",
"author": "David Dal Busco (https://daviddalbusco.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/analytics",
"version": "0.0.19",
"version": "0.0.20",
"description": "Tracker for Juno analytics",
"author": "David Dal Busco (https://daviddalbusco.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/config",
"version": "0.0.1",
"version": "0.0.2",
"description": "Configuration options for Juno CLI",
"author": "David Dal Busco (https://daviddalbusco.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-peer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/core-peer",
"version": "0.0.10",
"version": "0.0.11",
"description": "JavaScript core client for Juno minus DFINITY agent-js dependencies",
"author": "David Dal Busco (https://daviddalbusco.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/core",
"version": "0.0.45",
"version": "0.0.46",
"description": "JavaScript core client for Juno",
"author": "David Dal Busco (https://daviddalbusco.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/ledger",
"version": "0.0.29",
"version": "0.0.30",
"description": "A fork used by Juno console to parse account identifier for the ICP ledger",
"author": "David Dal Busco (https://daviddalbusco.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junobuild/utils",
"version": "0.0.18",
"version": "0.0.19",
"description": "A collection of utilities and constants for Juno JS libs.",
"author": "David Dal Busco (https://daviddalbusco.com)",
"license": "MIT",
Expand Down

0 comments on commit dfc1592

Please sign in to comment.