Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Sep 20, 2023
1 parent 661dc3d commit a4d8497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "pubkeyapp",
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-wallet-adapter-mantine-ui/source",
"version": "0.0.0",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"dev:demo": "nx serve demo"
Expand Down
6 changes: 3 additions & 3 deletions packages/wallet-adapter-mantine-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pubkeyapp/wallet-adapter-mantine-ui",
"version": "0.0.1",
"version": "2.0.0",
"dependencies": {},
"homepage": "https://solana-wallet-adapter-mantine-ui.pages.dev/",
"repository": {
Expand All @@ -12,10 +12,10 @@
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@tabler/icons-react": "^2.34.0",
"core-js": "^3.32.2",
"react": "^18.2.0"
},
"type": "commonjs",
"main": "./index.cjs",
"module": "./index.js"
"module": "./index.js",
"license": "MIT"
}

0 comments on commit a4d8497

Please sign in to comment.