Skip to content

Commit 9788a38

Browse files
committed
chore: fix build file struction
1 parent 28eab9e commit 9788a38

File tree

8 files changed

+32
-33
lines changed

8 files changed

+32
-33
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ should be named as `use.{{lowerCase}}`, eg. `@rp/use.i18n`.
5252

5353
## Packages
5454

55-
- [@rcp/c.loadingwrapper](packages/c.loadingwrapper) - A component for easy create loading mask
5655
- [@rcp/c.keepalive](packages/c.keepalive) - Keep react component view / store when switched view.
56+
- [@rcp/c.loadingwrapper](packages/c.loadingwrapper) - A component for easy create loading mask
5757
- [@rcp/hoc.i18n](packages/hoc.i18n) - React Component's high order component about internationalization
5858
- [@rcp/hoc.mount](packages/hoc.mount) - The high order component for mounting component
5959
- [@rcp/hoc.uncontrolled](packages/hoc.uncontrolled) - The high order component for creating uncontrolled component
60-
- [@rcp/use.i18n](packages/use.i18n) - A react hook for using i18n
6160
- [@rcp/util.createlogger](packages/util.createlogger) - Create namespace isomorphic logger
6261
- [@rcp/util.createmount](packages/util.createmount) - The utility for creating mountable view
6362
- [@rcp/util.displayname](packages/util.displayname) - The utility for getting display name
6463
- [@rcp/util.iscompclass](packages/util.iscompclass) - The utility for checking component class
6564
- [@rcp/util.iselemof](packages/util.iselemof) - The utility determinating the input is element of the component class
6665
- [@rcp/util.tocompclass](packages/util.tocompclass) - The utility converting stateless to be component class
66+
- [@rcp/use.i18n](packages/use.i18n) - A react hook for using i18n
6767

6868

6969
## Authors

packages/c.keepalive/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
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.3"></a>
7+
8+
## [1.0.3](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2020-04-13)
9+
10+
**Note:** Version bump only for package @rcp/c.keepalive
11+
612
<a name="1.0.2"></a>
13+
714
## 1.0.2 (2020-04-13)
815

916
**Note:** Version bump only for package @rcp/c.keepalive

packages/c.keepalive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"main": "index.js",
3434
"typings": "index.d.js",
35-
"version": "1.0.2",
35+
"version": "1.0.3",
3636
"dependencies": {
3737
"@rcp/util.displayname": "^1.0.9",
3838
"classnames": "^2.2.6"

packages/c.loadingwrapper/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
"example": "webpack-dev-server",
1818
"dist": "tsc",
1919
"dev": "npm run dist -- -w",
20-
"prepublishOnly": "npm run dist",
21-
"version": "npm run doc",
22-
"doc": "documentation --markdown-toc=false readme index.js -a public -s \"API\" && git add README.md"
20+
"prepublishOnly": "npm run dist"
2321
},
2422
"repository": {
2523
"type": "git",
@@ -37,5 +35,5 @@
3735
},
3836
"main": "index.js",
3937
"typings": "index.d.js",
40-
"version": "1.0.2"
38+
"version": "1.0.3"
4139
}

packages/hoc.i18n/CHANGELOG.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,36 @@
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.17"></a>
7-
## [1.0.17](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2020-04-13)
6+
<a name="1.0.18"></a>
87

9-
**Note:** Version bump only for package @rcp/hoc.i18n
8+
## [1.0.18](https://github.com/imcuttle/rcp/compare/@rcp/hoc.i18n@1.0.17...@rcp/[email protected]) (2020-04-13)
109

10+
**Note:** Version bump only for package @rcp/hoc.i18n
1111

12+
<a name="1.0.17"></a>
1213

14+
## [1.0.17](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2020-04-13)
1315

16+
**Note:** Version bump only for package @rcp/hoc.i18n
1417

1518
<a name="1.0.16"></a>
19+
1620
## [1.0.16](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2020-04-03)
1721

1822
**Note:** Version bump only for package @rcp/hoc.i18n
1923

20-
21-
22-
23-
2424
<a name="1.0.15"></a>
25+
2526
## [1.0.15](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2019-12-11)
2627

2728
**Note:** Version bump only for package @rcp/hoc.i18n
2829

29-
30-
31-
32-
3330
<a name="1.0.14"></a>
31+
3432
## [1.0.14](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2019-12-07)
3533

3634
**Note:** Version bump only for package @rcp/hoc.i18n
3735

38-
39-
40-
41-
4236
<a name="1.0.13"></a>
4337

4438
## [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
@@ -24,7 +24,7 @@
2424
},
2525
"main": "index.js",
2626
"typings": "index.d.js",
27-
"version": "1.0.17",
27+
"version": "1.0.18",
2828
"peerDependencies": {
2929
"prop-types": ">=15.0.0",
3030
"react": ">=15.0.0"

packages/use.i18n/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
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.1.2"></a>
7-
## [1.1.2](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2020-04-13)
6+
<a name="1.1.3"></a>
87

9-
**Note:** Version bump only for package @rcp/use.i18n
8+
## [1.1.3](https://github.com/imcuttle/rcp/compare/@rcp/use.i18n@1.1.2...@rcp/[email protected]) (2020-04-13)
109

10+
**Note:** Version bump only for package @rcp/use.i18n
1111

12+
<a name="1.1.2"></a>
1213

14+
## [1.1.2](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2020-04-13)
1315

16+
**Note:** Version bump only for package @rcp/use.i18n
1417

1518
<a name="1.1.1"></a>
19+
1620
## [1.1.1](https://github.com/imcuttle/rcp/compare/@rcp/[email protected]...@rcp/[email protected]) (2020-04-03)
1721

1822
**Note:** Version bump only for package @rcp/use.i18n
1923

20-
21-
22-
23-
2424
<a name="1.1.0"></a>
25-
# 1.1.0 (2020-03-31)
2625

26+
# 1.1.0 (2020-03-31)
2727

2828
### Features
2929

30-
* add use.i18n ([8f2b256](https://github.com/imcuttle/rcp/commit/8f2b256))
30+
- add use.i18n ([8f2b256](https://github.com/imcuttle/rcp/commit/8f2b256))

packages/use.i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
},
3737
"main": "index.js",
3838
"typings": "index.d.js",
39-
"version": "1.1.2"
39+
"version": "1.1.3"
4040
}

0 commit comments

Comments
 (0)