Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @parcel/integration-tests@1.12.0
 - parcel-bundler@1.12.0
 - @parcel/test-utils@1.12.0
 - @parcel/watcher@1.12.0
  • Loading branch information
devongovett committed Mar 7, 2019
1 parent 6ecb65c commit 95dfb33
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/core/integration-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "@parcel/integration-tests",
"version": "1.11.0",
"version": "1.12.0",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -15,7 +15,7 @@
"@babel/core": "^7.2.0",
"@jetbrains/kotlinc-js-api": "^1.2.12",
"@parcel/fs": "^1.11.0",
"@parcel/test-utils": "^1.11.0",
"@parcel/test-utils": "^1.12.0",
"codecov": "^3.0.0",
"command-exists": "^1.2.6",
"graphql-tag": "^2.6.0",
Expand All @@ -27,7 +27,7 @@
"mocha-multi-reporters": "^1.1.7",
"ncp": "^2.0.0",
"nyc": "^11.1.0",
"parcel-bundler": "^1.11.0",
"parcel-bundler": "^1.12.0",
"rimraf": "^2.6.1",
"sinon": "^5.0.1",
"sourcemap-validator": "^1.0.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/parcel-bundler/package.json
@@ -1,6 +1,6 @@
{
"name": "parcel-bundler",
"version": "1.11.0",
"version": "1.12.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@parcel/fs": "^1.11.0",
"@parcel/logger": "^1.11.0",
"@parcel/utils": "^1.11.0",
"@parcel/watcher": "^1.11.0",
"@parcel/watcher": "^1.12.0",
"@parcel/workers": "^1.11.0",
"ansi-to-html": "^0.6.4",
"babylon-walk": "^1.0.2",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@parcel/babel-register": "^1.11.0",
"@parcel/test-utils": "^1.11.0",
"@parcel/test-utils": "^1.12.0",
"@vue/component-compiler-utils": "^2.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@parcel/test-utils",
"version": "1.11.0",
"version": "1.12.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/watcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@parcel/watcher",
"version": "1.11.0",
"version": "1.12.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@parcel/babel-register": "^1.11.0",
"@parcel/fs": "^1.11.0",
"@parcel/test-utils": "^1.11.0",
"@parcel/test-utils": "^1.12.0",
"mocha": "^5.2.0"
}
}

0 comments on commit 95dfb33

Please sign in to comment.