Skip to content

Commit

Permalink
1.8.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Oct 21, 2024
1 parent 83a4a20 commit 03caee9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/cli",
"version": "1.8.3-rc.0",
"version": "1.8.3-rc.1",
"description": "Alephium command line tool",
"keywords": [
"alephium",
Expand Down
2 changes: 1 addition & 1 deletion packages/get-extension-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/get-extension-wallet",
"version": "1.8.3-rc.0",
"version": "1.8.3-rc.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alephium/walletconnect-provider",
"description": "Alephium Provider for WalletConnect Protocol",
"version": "1.8.3-rc.0",
"version": "1.8.3-rc.1",
"author": "Alephium dev",
"homepage": "https://github.com/alephium/walletconnect",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/web3-react",
"version": "1.8.3-rc.0",
"version": "1.8.3-rc.1",
"homepage": "https://github.com/alephium/alephium-web3-react",
"license": "GPL",
"description": "React components for Alephium Web3.",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/web3-test",
"version": "1.8.3-rc.0",
"version": "1.8.3-rc.1",
"description": "Utility functions for Alephium test",
"keywords": [
"alephium",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/web3-wallet",
"version": "1.8.3-rc.0",
"version": "1.8.3-rc.1",
"description": "Simple wallets for Alephium",
"keywords": [
"alephium",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/web3",
"version": "1.8.3-rc.0",
"version": "1.8.3-rc.1",
"description": "A JS/TS library to interact with the Alephium platform",
"keywords": [
"alephium",
Expand Down

0 comments on commit 03caee9

Please sign in to comment.