diff --git a/react/package-lock.json b/react/package-lock.json index 89a790a..ade5fdf 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 1503312..84e31ea 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 c62613b..ee485c0 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 2ddcb24..b975b85 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" },