Compare commits

..

6 Commits

Author SHA1 Message Date
Leonid Logvinov
dff0fc65bf @0xproject/contract-wrappers@1.0.0-rc.1 2018-07-19 23:56:46 +02:00
Leonid Logvinov
161f96c07d Change all package to depend on the new @0xproject/migrations@1.0.0 2018-07-19 23:50:46 +02:00
Leonid Logvinov
67ad21b368 @0xproject/migrations@1.0.0 2018-07-19 23:46:23 +02:00
Leonid Logvinov
d5e633c38f Change all package to depend on the new @0xproject/sol-cov@1.0.0 2018-07-19 23:44:51 +02:00
Leonid Logvinov
617ef5b6ce @0xproject/sol-cov@1.0.0 2018-07-19 23:42:28 +02:00
Leonid Logvinov
8bd4e38d02 Change all package to depend on the new @0xproject/react-docs@1.0.0 2018-07-19 23:39:28 +02:00
12 changed files with 33 additions and 22 deletions

View File

@@ -72,7 +72,7 @@
"devDependencies": {
"@0xproject/abi-gen": "^1.0.0",
"@0xproject/dev-utils": "^1.0.0",
"@0xproject/migrations": "^0.0.10",
"@0xproject/migrations": "^1.0.0",
"@0xproject/monorepo-script": "^1.0.0",
"@0xproject/tslint-config": "^1.0.0",
"@types/lodash": "4.14.104",

View File

@@ -1,16 +1,16 @@
[
{
"version": "1.0.0",
"version": "1.0.0-rc.1",
"changes": [
{
"note": "Update blockstream to v5.0 and propogate up caught errors to active subscriptions"
"note": "Update blockstream to v5.0 and propogate up caught errors to active subscriptions",
"pr": 815
},
{
"note": "Update to v2 of 0x rpotocol",
"pr": 822
}
],
"timestamp": 1531149657
]
},
{
"timestamp": 1531919263,

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/contract-wrappers",
"version": "0.1.1",
"version": "1.0.0-rc.1",
"description": "Smart TS wrappers for 0x smart contracts",
"keywords": [
"0xproject",
@@ -45,7 +45,7 @@
"devDependencies": {
"@0xproject/abi-gen": "^1.0.0",
"@0xproject/dev-utils": "^1.0.0",
"@0xproject/migrations": "^0.0.10",
"@0xproject/migrations": "^1.0.0",
"@0xproject/monorepo-script": "^1.0.0",
"@0xproject/sol-compiler": "^1.0.0",
"@0xproject/subproviders": "^1.0.0",

View File

@@ -50,7 +50,7 @@
"@0xproject/dev-utils": "^1.0.0",
"@0xproject/tslint-config": "^1.0.0",
"@0xproject/subproviders": "^1.0.0",
"@0xproject/sol-cov": "^0.1.3",
"@0xproject/sol-cov": "^1.0.0",
"@types/lodash": "4.14.104",
"@types/bn.js": "^4.11.0",
"@types/node": "^8.0.53",

View File

@@ -32,7 +32,7 @@
"@0xproject/abi-gen": "^1.0.0",
"@0xproject/base-contract": "^1.0.0",
"@0xproject/sol-compiler": "^1.0.0",
"@0xproject/sol-cov": "^0.1.3",
"@0xproject/sol-cov": "^1.0.0",
"@0xproject/subproviders": "^1.0.0",
"@0xproject/tslint-config": "^1.0.0",
"@0xproject/types": "^1.0.0-rc.1",

View File

@@ -1,4 +1,12 @@
[
{
"version": "1.0.0",
"changes": [
{
"note": "Added migrations for 0x Protocol v2"
}
]
},
{
"timestamp": 1531919263,
"version": "0.0.10",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/migrations",
"version": "0.0.10",
"version": "1.0.0",
"engines": {
"node": ">=6.12"
},
@@ -9,7 +9,8 @@
"types": "lib/index.d.ts",
"scripts": {
"watch_without_deps": "yarn pre_build && tsc -w",
"build": "yarn pre_build && tsc",
"build": "yarn pre_build && tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js",
"pre_build": "run-s copy_artifacts generate_contract_wrappers",
"copy_artifacts": "copyfiles 'artifacts/**/*' ./lib",
"clean": "shx rm -rf lib src/contract_wrappers",

View File

@@ -49,7 +49,7 @@
"devDependencies": {
"@0xproject/abi-gen": "^1.0.0",
"@0xproject/dev-utils": "^1.0.0",
"@0xproject/migrations": "^0.0.10",
"@0xproject/migrations": "^1.0.0",
"@0xproject/monorepo-script": "^1.0.0",
"@0xproject/sol-compiler": "^1.0.0",
"@0xproject/tslint-config": "^1.0.0",

View File

@@ -50,7 +50,7 @@
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"@0xproject/react-docs": "^0.0.16",
"@0xproject/react-docs": "^1.0.0",
"basscss": "^8.0.3",
"lodash": "^4.17.4",
"material-ui": "^0.17.1",

View File

@@ -1,13 +1,14 @@
[
{
"version": "0.2.0",
"version": "1.0.0",
"changes": [
{
"note": "Add artifact adapter as a parameter for CoverageSubprovider. Export AbstractArtifactAdapter",
"note":
"Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter`",
"pr": 589
},
{
"note": "Implement SolCompilerArtifactAdapter and TruffleArtifactAdapter",
"note": "Implement `SolCompilerArtifactAdapter` and `TruffleArtifactAdapter`",
"pr": 589
},
{
@@ -19,7 +20,7 @@
"pr": 589
},
{
"note": "Fixed a bug causing RegExp to crash if contract code is longer that 32767 characters",
"note": "Fixed a bug causing `RegExp` to crash if contract code is longer that 32767 characters",
"pr": 675
},
{
@@ -55,11 +56,12 @@
"pr": 675
},
{
"note": "Fix solcVersion regex in parameter validation",
"note": "Fix `solcVersion` regex in parameter validation",
"pr": 690
},
{
"note": "Fix a bug when in TruffleArtifactsAdapter causing it to throw if compiler.json is not there",
"note":
"Fix a bug when in `TruffleArtifactsAdapter` causing it to throw if `compiler.json` is not there",
"pr": 690
},
{
@@ -67,7 +69,7 @@
"pr": 690
},
{
"note": "Create `RevertTraceSubprovider` which prints a stack trace when a REVERT is detected",
"note": "Create `RevertTraceSubprovider` which prints a stack trace when a `REVERT` is detected",
"pr": 705
},
{

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/sol-cov",
"version": "0.1.3",
"version": "1.0.0",
"engines": {
"node": ">=6.12"
},

View File

@@ -23,7 +23,7 @@
"dependencies": {
"@0xproject/contract-wrappers": "^0.0.5",
"@0xproject/order-utils": "^1.0.0-rc.1",
"@0xproject/react-docs": "^0.0.16",
"@0xproject/react-docs": "^1.0.0",
"@0xproject/react-shared": "^1.0.0",
"@0xproject/subproviders": "^1.0.0",
"@0xproject/types": "^1.0.0-rc.1",