Skip to content

Commit 2abc416

Browse files
chore: version v0.1.0 for core (#226)
1 parent 4aa15bb commit 2abc416

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@junobuild/juno-js",
3-
"version": "0.0.97",
3+
"version": "0.0.98",
44
"description": "JavaScript libraries for interfacing with Juno",
55
"author": "David Dal Busco (https://daviddalbusco.com)",
66
"license": "MIT",

packages/core-peer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@junobuild/core-peer",
3-
"version": "0.0.29",
3+
"version": "0.1.0",
44
"description": "JavaScript core client for Juno minus DFINITY agent-js dependencies",
55
"author": "David Dal Busco (https://daviddalbusco.com)",
66
"license": "MIT",

packages/core-standalone/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@junobuild/core-standalone",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "JavaScript core client for Juno with all dependencies bundled — no peer dependencies",
55
"author": "David Dal Busco (https://daviddalbusco.com)",
66
"license": "MIT",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@junobuild/core",
3-
"version": "0.0.63",
3+
"version": "0.1.0",
44
"description": "JavaScript core client for Juno",
55
"author": "David Dal Busco (https://daviddalbusco.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)