Skip to content

Commit

Permalink
feat: updating packages to tag latest
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 8, 2024
1 parent f62020c commit a6401d3
Show file tree
Hide file tree
Showing 16 changed files with 525 additions and 674 deletions.
16 changes: 16 additions & 0 deletions .changeset/old-houses-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@fuel-connectors/burner-wallet-connector": patch
"@fuel-connectors/fuel-development-wallet": patch
"@fuel-connectors/walletconnect-connector": patch
"@fuel-connectors/solana-connector": patch
"@fuel-connectors/evm-connector": patch
"@fuel-connectors/fuelet-wallet": patch
"@fuel-connectors/fuel-wallet": patch
"@fuels/connectors": patch
"@fuel-connectors/bako-safe": patch
"@fuel-connectors/common": patch
"@fuels/react": patch
"docs": patch
---

ci: update to tag latest
2 changes: 1 addition & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@wagmi/connectors": "5.1.7",
"@wagmi/core": "2.13.4",
"clsx": "2.1.1",
"fuels": "0.94.4",
"fuels": "0.94.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@fuels/react": "workspace:*",
"@tanstack/react-query": "5.35.1",
"@wagmi/connectors": "5.1.7",
"fuels": "0.94.4",
"fuels": "0.94.5",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bako-safe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"socket.io-client": "4.7.2"
},
"devDependencies": {
"fuels": "0.94.4",
"fuels": "0.94.5",
"tsup": "8.0.2",
"typescript": "5.4.2",
"undici": "6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/burner-wallet-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fuels": ">=0.94.0"
},
"devDependencies": {
"fuels": "0.94.4",
"fuels": "0.94.5",
"jsdom": "24.0.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
Expand Down
6 changes: 4 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"types": "./dist/scripts/index.d.ts"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup --dts",
"build:watch": "tsup --watch --dts",
Expand All @@ -37,7 +39,7 @@
},
"devDependencies": {
"@types/memoizee": "0.4.11",
"fuels": "0.94.4",
"fuels": "0.94.5",
"terser": "5.31.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
Expand Down
6 changes: 4 additions & 2 deletions packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"types": "./dist/index.d.ts"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
Expand Down Expand Up @@ -42,7 +44,7 @@
"@fuel-connectors/fuelet-wallet": "workspace:*",
"@fuel-connectors/solana-connector": "workspace:*",
"@fuel-connectors/walletconnect-connector": "workspace:*",
"fuels": "0.94.4",
"fuels": "0.94.5",
"terser": "5.31.0",
"tsup": "8.0.2",
"typescript": "5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@fuel-ts/errors": "0.93.0",
"@fuel-ts/versions": "0.93.0",
"fuels": "0.94.4",
"fuels": "0.94.5",
"typedoc-plugin-markdown": "^3.15.3"
},
"devDependencies": {
Expand Down
6 changes: 4 additions & 2 deletions packages/evm-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.27.1",
"private": true,
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/wallet-connector-evm.umd.cjs",
"module": "./dist/wallet-connector-evm.js",
"exports": {
Expand Down Expand Up @@ -32,7 +34,7 @@
"devDependencies": {
"@fuel-connectors/common": "workspace:*",
"@types/memoizee": "0.4.11",
"fuels": "0.94.4",
"fuels": "0.94.5",
"jsdom": "24.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-development-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@fuel-connectors/fuel-wallet": "workspace:*",
"fuels": "0.94.4",
"fuels": "0.94.5",
"tsup": "8.0.2",
"typescript": "5.4.5",
"undici": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"events": "3.3.0",
"fuels": "0.94.4",
"fuels": "0.94.5",
"tsup": "8.0.2",
"typescript": "5.4.5",
"undici": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuelet-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@fuel-connectors/fuel-wallet": "workspace:*",
"fuels": "0.94.4",
"fuels": "0.94.5",
"tsup": "8.0.2",
"typescript": "5.4.5",
"undici": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@tanstack/react-query": "5.35.1",
"compare-versions": "^6.1.0",
"fuels": "0.94.4",
"fuels": "0.94.5",
"react": "^18.2.0",
"styled-components": "^6.1.1",
"tsup": "^7.2.0",
Expand Down
6 changes: 4 additions & 2 deletions packages/solana-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.27.1",
"private": true,
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/wallet-connector-solana.umd.cjs",
"module": "./dist/wallet-connector-solana.js",
"exports": {
Expand Down Expand Up @@ -39,7 +41,7 @@
"@fuel-connectors/common": "workspace:*",
"@types/memoizee": "0.4.11",
"@web3modal/core": "5.0.0",
"fuels": "0.94.4",
"fuels": "0.94.5",
"jsdom": "24.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
6 changes: 4 additions & 2 deletions packages/walletconnect-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"private": true,
"version": "0.27.1",
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/wallet-connector-walletconnect.umd.cjs",
"module": "./dist/wallet-connector-walletconnect.js",
"exports": {
Expand Down Expand Up @@ -38,7 +40,7 @@
"@fuel-connectors/common": "workspace:*",
"@types/memoizee": "0.4.11",
"@web3modal/core": "5.0.0",
"fuels": "0.94.4",
"fuels": "0.94.5",
"jsdom": "24.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit a6401d3

Please sign in to comment.