Skip to content

Commit d09a14f

Browse files
committed
chore(release): publish
- @rcp/[email protected] - @rcp/[email protected]
1 parent f80116b commit d09a14f

File tree

6 files changed

+49
-18
lines changed

6 files changed

+49
-18
lines changed

CHANGELOG.md

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,63 @@
11
<a name="1.0.0"></a>
2+
# [1.0.0](https://github.com/imcuttle/rcp/compare/v1.0.6...v1.0.0) (2019-12-07)
23

3-
# [1.0.0](https://github.com/imcuttle/rcp/compare/v1.0.6...v1.0.0) (2019-04-17)
44

55
### Bug Fixes
66

7-
- should remove container firstly ([4e0d087](https://github.com/imcuttle/rcp/commit/4e0d087))
8-
- should remove container firstly ([8dfcc84](https://github.com/imcuttle/rcp/commit/8dfcc84))
7+
* should remove container firstly ([4e0d087](https://github.com/imcuttle/rcp/commit/4e0d087))
8+
* should remove container firstly ([8dfcc84](https://github.com/imcuttle/rcp/commit/8dfcc84))
9+
910

1011
### Features
1112

12-
- allow customized eq function ([79e92ce](https://github.com/imcuttle/rcp/commit/79e92ce))
13-
- remove global option ([55f611a](https://github.com/imcuttle/rcp/commit/55f611a))
14-
- util.createlogger log alias to info ([8757ae8](https://github.com/imcuttle/rcp/commit/8757ae8))
13+
* allow customized eq function ([79e92ce](https://github.com/imcuttle/rcp/commit/79e92ce))
14+
* remove global option ([55f611a](https://github.com/imcuttle/rcp/commit/55f611a))
15+
* util.createlogger log alias to info ([8757ae8](https://github.com/imcuttle/rcp/commit/8757ae8))
16+
1517

1618
### Performance Improvements
1719

18-
- set defaultLanguage to defaultProps ([cf01859](https://github.com/imcuttle/rcp/commit/cf01859))
20+
* set defaultLanguage to defaultProps ([cf01859](https://github.com/imcuttle/rcp/commit/cf01859))
21+
1922

2023
### BREAKING CHANGES
2124

22-
- remove global option
25+
* remove global option
2326

24-
<a name="1.0.6"></a>
2527

28+
29+
<a name="1.0.6"></a>
2630
## [1.0.6](https://github.com/imcuttle/rcp/compare/v1.0.5...v1.0.6) (2018-09-08)
2731

32+
2833
### Bug Fixes
2934

30-
- makeCreateLogger preset argv='[]' ([756b40a](https://github.com/imcuttle/rcp/commit/756b40a))
35+
* makeCreateLogger preset argv='[]' ([756b40a](https://github.com/imcuttle/rcp/commit/756b40a))
36+
3137

32-
<a name="1.0.5"></a>
3338

39+
<a name="1.0.5"></a>
3440
## [1.0.5](https://github.com/imcuttle/rcp/compare/v1.0.4...v1.0.5) (2018-09-07)
3541

36-
<a name="1.0.4"></a>
3742

43+
44+
<a name="1.0.4"></a>
3845
## [1.0.4](https://github.com/imcuttle/rcp/compare/v1.0.3...v1.0.4) (2018-09-07)
3946

40-
<a name="1.0.3"></a>
4147

48+
49+
<a name="1.0.3"></a>
4250
## [1.0.3](https://github.com/imcuttle/rcp/compare/v1.0.2...v1.0.3) (2018-09-07)
4351

44-
<a name="1.0.2"></a>
4552

53+
54+
<a name="1.0.2"></a>
4655
## [1.0.2](https://github.com/imcuttle/rcp/compare/v1.0.1...v1.0.2) (2018-09-07)
4756

48-
<a name="1.0.1"></a>
4957

58+
59+
<a name="1.0.1"></a>
5060
## 1.0.1 (2018-09-07)
61+
62+
63+

packages/hoc.i18n/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.0.14"></a>
7+
## [1.0.14](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2019-12-07)
8+
9+
**Note:** Version bump only for package @rcp/hoc.i18n
10+
11+
12+
13+
14+
615
<a name="1.0.13"></a>
716

817
## [1.0.13](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2019-04-17)

packages/hoc.i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"main": "index.js",
2222
"typings": "index.d.js",
23-
"version": "1.0.13",
23+
"version": "1.0.14",
2424
"peerDependencies": {
2525
"prop-types": ">=15.0.0",
2626
"react": ">=15.0.0"

packages/hoc.uncontrolled/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.1.2"></a>
7+
## [2.1.2](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2019-12-07)
8+
9+
**Note:** Version bump only for package @rcp/hoc.uncontrolled
10+
11+
12+
13+
14+
615
<a name="2.1.1"></a>
716

817
## [2.1.1](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2019-04-17)

packages/hoc.uncontrolled/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Input extends React.Component {
3636

3737
#### Parameters
3838

39-
- `propList` {Prop\[]} eg. `['value']` / `[{ name: 'value', withDefault: false, eq: (a, b) => a === b }]`
39+
- `propList` {Prop\[]} eg. `['value']` / `[{ name: 'value', withDefault: false, eq: (a, b) => a === b }]`
4040

4141
Returns **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** `(Component: React.ComponentClass) => React.ComponentClass`
4242

packages/hoc.uncontrolled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"main": "index.js",
2626
"typings": "index.d.js",
27-
"version": "2.1.1",
27+
"version": "2.1.2",
2828
"dependencies": {
2929
"@rcp/util.createlogger": "^1.1.1",
3030
"@rcp/util.displayname": "^1.0.8",

0 commit comments

Comments
 (0)