Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Jun 19, 2024
1 parent f1e6812 commit cbd0324
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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.0.1",
"version": "1.0.2",
"description": "Alephium command line tool",
"license": "GPL",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"test": "jest -i --config ./jest-config.json"
},
"dependencies": {
"@alephium/cli": "^1.0.1",
"@alephium/web3": "^1.0.1",
"@alephium/web3-test": "^1.0.1",
"@alephium/web3-wallet": "^1.0.1"
"@alephium/cli": "^1.0.2",
"@alephium/web3": "^1.0.2",
"@alephium/web3-test": "^1.0.2",
"@alephium/web3-wallet": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/node": "^16.18.23",
"@types/react": "^18.0.3",
"@types/react-dom": "^18.0.0",
"@alephium/web3": "^1.0.1",
"@alephium/web3": "^1.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "5.0.1",
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.0.1",
"version": "1.0.2",
"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.0.1",
"version": "1.0.2",
"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.0.1",
"version": "1.0.2",
"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.0.1",
"version": "1.0.2",
"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.0.1",
"version": "1.0.2",
"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.0.1",
"version": "1.0.2",
"description": "A JS/TS library to interact with the Alephium platform",
"license": "GPL",
"main": "dist/src/index.js",
Expand Down

0 comments on commit cbd0324

Please sign in to comment.