Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @discovery-dao/hardhat@0.0.14
 - @discovery-dao/schemas@0.0.13
 - @discovery-dao/tree@0.0.3
 - @discovery-dao/ui@0.1.1
  • Loading branch information
Cali93 committed Jun 6, 2022
1 parent 7ba4aad commit 41f6bbb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discovery-dao/hardhat",
"version": "0.0.13",
"version": "0.0.14",
"description": "dCompass Contract ABIs",
"author": "Discovery DAO",
"homepage": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discovery-dao/schemas",
"version": "0.0.12",
"version": "0.0.13",
"description": "JSON Schema definitions for Decentralized Profiles",
"main": "lib/schemas.js",
"author": "Discovery DAO",
Expand Down
4 changes: 2 additions & 2 deletions packages/tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discovery-dao/tree",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/skill-tree-package.esm.js",
Expand Down Expand Up @@ -84,9 +84,9 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@tippy.js/react": "^3.1.1",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@tippy.js/react": "^3.1.1",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"styled-components": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discovery-dao/ui",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 41f6bbb

Please sign in to comment.