Skip to content

Commit 7a2e505

Browse files
committed
v0.4.3
1 parent 3dd5242 commit 7a2e505

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"sort": true
99
}
1010
},
11-
"version": "0.4.2"
11+
"version": "0.4.3"
1212
}

packages/react-chain-helmet/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chain-helmet",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "A react-chain middleware for react-helmet",
55
"main": "lib/ReactChainHelmet.js",
66
"repository": {
@@ -9,7 +9,9 @@
99
},
1010
"author": "Aranja",
1111
"license": "MIT",
12-
"files": ["lib"],
12+
"files": [
13+
"lib"
14+
],
1315
"scripts": {
1416
"clean": "rm -rf lib",
1517
"prepublish": "npm run clean && npm run typescript",
@@ -19,7 +21,7 @@
1921
},
2022
"devDependencies": {
2123
"@types/react-helmet": "^5.0.0",
22-
"react-chain": "^0.4.2"
24+
"react-chain": "^0.4.3"
2325
},
2426
"peerDependencies": {
2527
"react": "^15.4.2 || ^16.0.0-beta || ^16.0.0"

packages/react-chain-history/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chain-history",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "A react-chain middleware for history",
55
"main": "lib/ReactChainHistory.js",
66
"repository": {
@@ -9,7 +9,9 @@
99
},
1010
"author": "Aranja",
1111
"license": "MIT",
12-
"files": ["lib"],
12+
"files": [
13+
"lib"
14+
],
1315
"scripts": {
1416
"clean": "rm -rf lib",
1517
"prepublish": "npm run clean && npm run typescript",
@@ -20,7 +22,7 @@
2022
"devDependencies": {
2123
"@types/history": "^4.5.0",
2224
"@types/prop-types": "^15.5.1",
23-
"react-chain": "^0.4.2"
25+
"react-chain": "^0.4.3"
2426
},
2527
"peerDependencies": {
2628
"react": "^15.4.2 || ^16.0.0-beta || ^16.0.0"

packages/react-chain/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "react-chain",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "A chain of pluggable logic for your React rendering pipline.",
55
"repository": "[email protected]:aranja/react-chain.git",
66
"author": "Aranja",
77
"main": "lib/ReactChain.js",
88
"license": "MIT",
99
"types": "lib/ReactChain.d.ts",
10-
"files": ["lib"],
10+
"files": [
11+
"lib"
12+
],
1113
"scripts": {
1214
"clean": "rm -rf lib",
1315
"prepublish": "npm run clean && npm run typescript",

0 commit comments

Comments
 (0)