Skip to content

Commit da597df

Browse files
committedMar 1, 2023
pnpm release
1 parent 787ede9 commit da597df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/near-contract-standards/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "near-contract-standards",
3-
"version": "1.0.0-0",
3+
"version": "1.0.0",
44
"description": "Compatible near-contract-standards implementation in JS",
55
"main": "index.js",
66
"type": "module",

‎packages/near-sdk-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "near-sdk-js",
3-
"version": "1.0.0-0",
3+
"version": "1.0.0",
44
"description": "High Level JavaScript SDK for building smart contracts on NEAR",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)