From 553acedb421a1ec839b235c144ccacec03beb6e0 Mon Sep 17 00:00:00 2001 From: DR497 <47689875+dr497@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:37:03 +0800 Subject: [PATCH] vue + react: NPM publish --- react/package-lock.json | 4 ++-- react/package.json | 2 +- vue/package-lock.json | 4 ++-- vue/package.json | 15 ++++++++++++--- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/react/package-lock.json b/react/package-lock.json index 89a790a8..ade5fdf5 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bonfida/sns-react", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bonfida/sns-react", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@bonfida/spl-name-service": "2.3.6" diff --git a/react/package.json b/react/package.json index 1503312b..84e31ea0 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@bonfida/sns-react", - "version": "3.0.0", + "version": "3.1.0", "description": "A set of React hooks to interact with the Solana Name Service", "main": "./dist/index.cjs", "module": "./dist/index.mjs", diff --git a/vue/package-lock.json b/vue/package-lock.json index c62613ba..ee485c0d 100644 --- a/vue/package-lock.json +++ b/vue/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bonfida/sns-vue", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bonfida/sns-vue", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@bonfida/spl-name-service": "^1.6.1", diff --git a/vue/package.json b/vue/package.json index 2ddcb24f..b975b85e 100644 --- a/vue/package.json +++ b/vue/package.json @@ -1,11 +1,20 @@ { "name": "@bonfida/sns-vue", - "version": "1.1.0", + "version": "1.2.0", "description": "A set of Vue hooks to interact with the Solana Name Service", - "keywords": ["bonfida", "vue", "composables", "hooks", "web3", "web3-domains"], + "keywords": [ + "bonfida", + "vue", + "composables", + "hooks", + "web3", + "web3-domains" + ], "main": "./dist/index.js", "types": "./dist/index.d.ts", - "publishConfig": {"access": "public"}, + "publishConfig": { + "access": "public" + }, "scripts": { "build": "vite build" },