Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Nov 10, 2020
1 parent 3145174 commit 5c0293f
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions packages/erc3k/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erc3k",
"version": "1.0.1-beta.0",
"version": "1.0.0-beta.12",
"description": "ERC-3000 smart contract interfaces",
"main": "index.js",
"repository": "https://github.com/aragon/erc3k",
Expand All @@ -16,8 +16,8 @@
"license": "MIT",
"private": false,
"dependencies": {
"@aragon/govern-contract-utils": "^1.0.1-beta.0",
"@aragon/govern-token": "^1.0.1-beta.0"
"@aragon/govern-contract-utils": "^1.0.0-beta.12",
"@aragon/govern-token": "^1.0.0-beta.12"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/govern-console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/govern-console",
"homepage": "./",
"version": "1.0.1-beta.0",
"version": "1.0.0-beta.12",
"dependencies": {
"@apollo/client": "^3.2.3",
"@apollo/react-hooks": "^3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/govern-contract-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/govern-contract-utils",
"version": "1.0.1-beta.0",
"version": "1.0.0-beta.12",
"description": "Contract utils used Govern smart contract packages",
"main": "index.js",
"repository": "https://github.com/aragon/govern",
Expand Down
6 changes: 3 additions & 3 deletions packages/govern-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/govern-core",
"version": "1.0.1-beta.0",
"version": "1.0.0-beta.12",
"description": "Optimistic DAOs",
"main": "index.js",
"repository": "https://github.com/aragon/govern",
Expand All @@ -12,8 +12,8 @@
"/contracts"
],
"dependencies": {
"@aragon/govern-contract-utils": "^1.0.1-beta.0",
"erc3k": "^1.0.1-beta.0"
"@aragon/govern-contract-utils": "^1.0.0-beta.12",
"erc3k": "^1.0.0-beta.12"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.4.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/govern-create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/govern-create",
"version": "1.0.1-beta.0",
"version": "1.0.0-beta.12",
"description": "Factories and utilities to deploy the Govern system",
"main": "index.js",
"repository": "https://github.com/aragon/govern",
Expand All @@ -15,8 +15,8 @@
"license": "GPL-3.0",
"private": false,
"dependencies": {
"@aragon/govern-core": "^1.0.1-beta.0",
"@aragon/govern-token": "^1.0.1-beta.0",
"@aragon/govern-core": "^1.0.0-beta.12",
"@aragon/govern-token": "^1.0.0-beta.12",
"@nomiclabs/buidler-etherscan": "^2.1.0",
"dotenv": "^8.2.0",
"node-fetch": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/govern-discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/govern-discord",
"version": "1.0.1-beta.0",
"version": "1.0.0-beta.12",
"description": "",
"main": "server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/govern-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/govern-server",
"version": "1.0.1-beta.0",
"version": "1.0.0-beta.12",
"license": "GPL-3.0",
"scripts": {
"dev": "ts-node-dev src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/govern-subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/govern-subgraph",
"version": "1.0.1-beta.0",
"version": "1.0.0-beta.12",
"scripts": {
"build": "scripts/build-subgraph.sh",
"manifest-mainnet": "scripts/build-manifest.sh mainnet",
Expand All @@ -24,7 +24,7 @@
"mustache": "^4.0.1"
},
"dependencies": {
"@aragon/govern-core": "^1.0.1-beta.0",
"@aragon/govern-core": "^1.0.0-beta.12",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/govern-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/govern-token",
"version": "1.0.1-beta.0",
"version": "1.0.0-beta.12",
"description": "Reference token for Aragon Govern DAOs",
"main": "index.js",
"repository": "https://github.com/aragon/govern",
Expand All @@ -16,7 +16,7 @@
"private": false,
"dependencies": {
"@aragon/contract-helpers-test": "^0.1.0",
"@aragon/govern-contract-utils": "^1.0.1-beta.0",
"@aragon/govern-contract-utils": "^1.0.0-beta.12",
"@nomiclabs/buidler-etherscan": "^2.1.0",
"@nomiclabs/buidler-truffle5": "^1.3.4",
"@nomiclabs/buidler-web3": "^1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/govern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/govern",
"version": "1.0.1-beta.3",
"version": "1.0.0-beta.12",
"description": "Govern JS Client",
"license": "GPL-3.0",
"engines": {
Expand Down

0 comments on commit 5c0293f

Please sign in to comment.