Skip to content

Commit

Permalink
pump up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelkrimdev committed Jan 25, 2023
1 parent ebb9332 commit 492bebd
Show file tree
Hide file tree
Showing 5 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
Expand Up @@ -3,7 +3,7 @@
"description": "A quick and easy way to bootstrap your dApps on Cardano using Mesh.",
"homepage": "https://meshjs.dev",
"author": "MeshJS",
"version": "1.0.4",
"version": "1.0.5",
"license": "Apache-2.0",
"main": "dist/create-mesh-app.cjs.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/actions/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const create = async (name, options) => {
{ title: 'Starter Project', value: 'starter' },
{ title: 'Multi-Sig Minting', value: 'minting' },
{ title: 'Stake-Pool Website', value: 'staking' },
{ title: 'Smart-Contract Marketplace <COMING-SOON>', value: 'marketplace' },
{ title: 'Cardano Sign-In', value: 'signin' },
]));

const stack =
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.10",
"@meshsdk/core": "1.3.0",
"@meshsdk/react": "1.1.3",
"@meshsdk/core": "1.4.0",
"@meshsdk/react": "1.1.4",
"copy-to-clipboard": "^3.3.2",
"flowbite": "^1.5.3",
"flowbite-react": "^0.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Rapidly build Web3 apps on the Cardano Blockchain.",
"homepage": "https://meshjs.dev",
"author": "MeshJS",
"version": "1.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"type": "module",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Hooks & Components you need for building dApps on Cardano.",
"homepage": "https://meshjs.dev",
"author": "MeshJS",
"version": "1.1.3",
"version": "1.1.4",
"license": "Apache-2.0",
"type": "module",
"repository": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"vite": "3.1.4"
},
"peerDependencies": {
"@meshsdk/core": "1.3.0",
"@meshsdk/core": "1.4.0",
"react-dom": "17.x || 18.x",
"react": "17.x || 18.x"
},
Expand Down

0 comments on commit 492bebd

Please sign in to comment.