Skip to content

Commit

Permalink
minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaaash committed Sep 15, 2021
1 parent 6d9c3a7 commit 2c29262
Show file tree
Hide file tree
Showing 12 changed files with 166 additions and 79 deletions.
4 changes: 2 additions & 2 deletions packages/core/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/core": "^12.2.0",
"@ngrx/component-store": "^12.4.0",
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"rxjs": "~6.6.0"
},
Expand All @@ -35,7 +35,7 @@
"@angular/core": "^12.2.0",
"@ngrx/component-store": "^12.4.0",
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"ng-packagr": "^12.1.1",
"rxjs": "~6.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-react",
"version": "0.10.3",
"version": "0.11.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand All @@ -21,7 +21,7 @@
},
"peerDependencies": {
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"react": "^17.0.2"
},
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"react": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/wallets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-wallets",
"version": "0.8.1",
"version": "0.9.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
30 changes: 16 additions & 14 deletions packages/starter/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-example",
"version": "0.10.1",
"version": "0.11.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand All @@ -24,16 +24,24 @@
"test": "craco test"
},
"dependencies": {
"@craco/craco": "^6.2.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@solana/wallet-adapter-ant-design": "^0.5.1",
"@solana/wallet-adapter-ant-design": "^0.6.0",
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-material-ui": "^0.10.1",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-react-ui": "^0.2.1",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-material-ui": "^0.11.0",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-react-ui": "^0.3.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"bs58": "^4.0.1",
"notistack": "^1.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tweetnacl": "^1.0.3",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@craco/craco": "^6.2.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand All @@ -42,16 +50,10 @@
"@types/node": "^12.0.0",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.0",
"add": "^2.0.6",
"bs58": "^4.0.1",
"craco-less": "^1.18.0",
"notistack": "^1.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"tweetnacl": "^1.0.3",
"source-map-explorer": "^2.5.2",
"typescript": "^4.4.3",
"web-vitals": "^1.0.1",
"yarn": "^1.22.11"
},
"eslintConfig": {
Expand Down
29 changes: 16 additions & 13 deletions packages/starter/material-ui-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-material-ui-starter",
"version": "0.7.1",
"version": "0.8.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand All @@ -19,33 +19,36 @@
},
"scripts": {
"clean": "shx rm -rf build/*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"start": "craco start",
"build": "craco build",
"test": "craco test",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-material-ui": "^0.10.1",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-material-ui": "^0.11.0",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"notistack": "^1.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@craco/craco": "^6.3.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.0",
"add": "^2.0.6",
"notistack": "^1.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"source-map-explorer": "^2.5.2",
"typescript": "^4.4.3",
"web-vitals": "^1.0.1",
"yarn": "^1.22.11"
},
"eslintConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/starter/nextjs-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-nextjs-starter",
"version": "0.2.1",
"version": "0.3.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"next": "11.1.2",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/nextjs-starter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand Down
20 changes: 12 additions & 8 deletions packages/starter/react-ui-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-react-ui-starter",
"version": "0.2.1",
"version": "0.3.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand All @@ -18,25 +18,29 @@
"access": "public"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"clean": "shx rm -rf build/*",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"dependencies": {
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-react-ui": "^0.2.1",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-react-ui": "^0.3.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.1"
},
"devDependencies": {
"@craco/craco": "^6.3.0",
"@types/node": "^12.0.0",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.0",
"react-scripts": "^4.0.3",
"source-map-explorer": "^2.5.2",
"typescript": "^4.4.3",
"yarn": "^1.22.11"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/ant-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-ant-design",
"version": "0.5.1",
"version": "0.6.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand All @@ -22,8 +22,8 @@
"peerDependencies": {
"@ant-design/icons": "^4.6.3",
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"antd": "^4.16.11",
"react": "^17.0.2",
Expand All @@ -35,8 +35,8 @@
"devDependencies": {
"@ant-design/icons": "^4.6.3",
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"antd": "^4.16.11",
"react": "^17.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-material-ui",
"version": "0.10.1",
"version": "0.11.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand All @@ -23,8 +23,8 @@
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand All @@ -36,8 +36,8 @@
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-react-ui",
"version": "0.2.1",
"version": "0.3.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand All @@ -21,8 +21,8 @@
},
"peerDependencies": {
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand All @@ -32,8 +32,8 @@
},
"devDependencies": {
"@solana/wallet-adapter-base": "^0.5.2",
"@solana/wallet-adapter-react": "^0.10.3",
"@solana/wallet-adapter-wallets": "^0.8.1",
"@solana/wallet-adapter-react": "^0.11.0",
"@solana/wallet-adapter-wallets": "^0.9.0",
"@solana/web3.js": "^1.20.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
Loading

0 comments on commit 2c29262

Please sign in to comment.