Skip to content

Commit a09078b

Browse files
author
pipeline
committed
ej2-base-library: config(EJ2-2728): Updated CHANGELOG.md (HEAD, origin/master)
1 parent d43f3cd commit a09078b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [Unreleased]
22

3+
# 1.0.10-preview (2017-07-05)
4+
35
## New Components
46

57
- Added Tooltip component - [demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)

ReadMe.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Essential JS 2 is a modern JavaScript UI toolkit that has been the built from th
66
* [Pure JS Demos](http://ej2.syncfusion.com/demos/)
77
* [Pure JS Documentation](http://ej2.syncfusion.com/documentation/)
88

9+
# 1.0.10
10+
11+
# 1.0.10-preview (2017-07-05)
12+
13+
## New Components
14+
15+
- Added Tooltip component - [demos](http://ej2.syncfusion.com/demos/#/tooltip/default.html)
16+
917
## Installing
1018

1119
To install all dependent packages, use the below command
@@ -20,4 +28,4 @@ To compile the source files, use the below command
2028

2129
```
2230
npm run build
23-
```
31+
```

base/ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A common package of Essential JS 2 base libraries, methods and class definitions
55

66
# 1.0.10
77

8+
# 1.0.10-preview (2017-07-05)
9+
810
## Bug Fixes
911

1012
- Resolved DateParser issue in Chinese culture, when the date string is in 12 hours format.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2",
3-
"version": "1.0.10",
3+
"version": "1.1.0",
44
"description": "Syncfusion TypeScript",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)