Skip to content

Commit 8194bea

Browse files
committed
update: doc content version & lib config
1 parent 90cbee8 commit 8194bea

File tree

6 files changed

+31
-10
lines changed

6 files changed

+31
-10
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# project
44
dist/
55
_site/
6+
lib/
7+
.npmignore
68

79
# Logs
810
logs
@@ -12,9 +14,9 @@ logs
1214
# Commenting this out is preferred by some people, see
1315
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
1416
node_modules
15-
lib
17+
1618

1719
# Users Environment Variables and others
1820
.idea/
1921
.DS_Store
20-
*.tgz
22+
*.tgz

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ components/
1414
articles/
1515
_theme/
1616
_site/
17+
webpack.config.js
18+
bisheng.config.js
19+
.flowconfig
1720

1821
# Users Environment Variables and others
1922
.idea/

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# 更新日志
22

3-
## [2017-04-11] 0.2.4-1
3+
4+
## [2017-04-13] 0.2.6
5+
6+
### 优化
7+
8+
* 优化打包方式;支持组件的单个 import
9+
10+
---
11+
12+
## [2017-04-11] 0.2.5
413

514
### 修复
615

716
* 在同构 SSR 架构的应用中确保不抛出错误
817

918
---
1019

11-
## [2017-03-22] 0.2.5
20+
## [2017-03-22] 0.2.4-0
1221

1322
### 修复
1423

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ tips: 记得将其中的 `VERSION` 替换为真实版本号,查看历史版本
7777
+ https://unpkg.com/react-amap@VERSION/dist/react-amap.js
7878
+ https://unpkg.com/react-amap@VERSION/dist/react-amap.min.js
7979

80-
当前最新版本 `0.2.5`
80+
当前最新版本 `0.2.6`
8181

82-
+ https://unpkg.com/react-amap@0.2.5/dist/react-amap.js
83-
+ https://unpkg.com/react-amap@0.2.5/dist/react-amap.min.js
82+
+ https://unpkg.com/react-amap@0.2.6/dist/react-amap.js
83+
+ https://unpkg.com/react-amap@0.2.6/dist/react-amap.min.js
8484

8585
### 关于 Key
8686

articles/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ title: 更新日志
44
order: 11
55
---
66

7+
## [2017-04-13] 0.2.6
8+
9+
### 优化
10+
11+
* 优化打包方式;支持组件的单个 import
12+
13+
---
714

815
## [2017-04-11] 0.2.5
916

articles/start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ tips: 记得将其中的 `VERSION` 替换为真实版本号,查看历史版本
7878
+ https://unpkg.com/react-amap@VERSION/dist/react-amap.js
7979
+ https://unpkg.com/react-amap@VERSION/dist/react-amap.min.js
8080

81-
当前最新版本 `0.2.5`
81+
当前最新版本 `0.2.6`
8282

83-
+ https://unpkg.com/react-amap@0.2.5/dist/react-amap.js
84-
+ https://unpkg.com/react-amap@0.2.5/dist/react-amap.min.js
83+
+ https://unpkg.com/react-amap@0.2.6/dist/react-amap.js
84+
+ https://unpkg.com/react-amap@0.2.6/dist/react-amap.min.js
8585

8686
### 关于 Key
8787

0 commit comments

Comments
 (0)