Skip to content

Commit 8c3d3f0

Browse files
committed
chore: publish core@0.13.2, core-legacy@0.13.2, cli@0.13.1
1 parent 0dc6675 commit 8c3d3f0

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

packages/haul-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.13.0",
2+
"version": "0.13.1",
33
"name": "@haul-bundler/cli",
44
"description": "Haul is a new command line tools for React Native",
55
"bin": {
@@ -22,16 +22,16 @@
2222
"webpack": "4.x"
2323
},
2424
"dependencies": {
25-
"@haul-bundler/core": "^0.13.0",
26-
"@haul-bundler/core-legacy": "^0.13.0",
25+
"@haul-bundler/core": "^0.13.2",
26+
"@haul-bundler/core-legacy": "^0.13.2",
2727
"@haul-bundler/inspector-events": "^0.13.0",
2828
"ansi-fragments": "^0.2.1",
2929
"cpx": "^1.5.0",
3030
"dedent": "^0.7.0",
3131
"execa": "^2.0.3",
3232
"inquirer": "^6.5.0",
33-
"ora": "^3.4.0",
3433
"mkdirp": "^0.5.1",
34+
"ora": "^3.4.0",
3535
"simple-progress-webpack-plugin": "^1.1.2",
3636
"which": "1.3.1",
3737
"ws": "^6.2.1",

packages/haul-core-legacy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.13.0",
2+
"version": "0.13.2",
33
"name": "@haul-bundler/core-legacy",
44
"description": "Haul core library (legacy)",
55
"bin": {
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"bugs": "https://github.com/callstack/haul/issues",
2222
"peerDependencies": {
23-
"@haul-bundler/core": "^0.12.0",
23+
"@haul-bundler/core": "^0.13.2",
2424
"webpack": "4.x"
2525
},
2626
"dependencies": {

packages/haul-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.13.0",
2+
"version": "0.13.2",
33
"name": "@haul-bundler/core",
44
"description": "Haul core library (legacy)",
55
"main": "build/index.js",
@@ -28,7 +28,7 @@
2828
"@hapi/inert": "^5.2.1",
2929
"@hapi/joi": "^15.1.0",
3030
"@haul-bundler/basic-bundle-webpack-plugin": "^0.13.0",
31-
"@haul-bundler/core-legacy": "^0.13.0",
31+
"@haul-bundler/core-legacy": "^0.13.2",
3232
"@haul-bundler/inspector-events": "^0.13.0",
3333
"@haul-bundler/ram-bundle-webpack-plugin": "^0.13.0",
3434
"ansi-fragments": "^0.2.1",

0 commit comments

Comments
 (0)