Skip to content

Commit 9209da9

Browse files
author
Pooya Parsa
committed
chore(release): 2.0.0
1 parent cc461db commit 9209da9

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/pi0/nuxt7/compare/v1.4.0...v2.0.0) (2018-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* path for Windows ([#35](https://github.com/pi0/nuxt7/issues/35)) ([46f7a43](https://github.com/pi0/nuxt7/commit/46f7a43))
12+
* transpile framework7 es builds ([cc461db](https://github.com/pi0/nuxt7/commit/cc461db))
13+
14+
15+
### Features
16+
17+
* add components to build config: list-index, stepper ([f77aa47](https://github.com/pi0/nuxt7/commit/f77aa47))
18+
* enable all ios colors ([2821f0f](https://github.com/pi0/nuxt7/commit/2821f0f))
19+
* enable all md colors ([e0e1dee](https://github.com/pi0/nuxt7/commit/e0e1dee))
20+
* rewrite to be fully es compatible ([6cc0eec](https://github.com/pi0/nuxt7/commit/6cc0eec))
21+
* update framework7 to 2.2.1 ([9b81390](https://github.com/pi0/nuxt7/commit/9b81390))
22+
23+
24+
### Performance Improvements
25+
26+
* use webpack 4 cacheGroup for framework7 ([1a28183](https://github.com/pi0/nuxt7/commit/1a28183))
27+
28+
29+
### BREAKING CHANGES
30+
31+
* by default all components are included as before but may introduce breaking changes
32+
33+
34+
535
<a name="1.4.0"></a>
636
# [1.4.0](https://github.com/pi0/nuxt7/compare/v1.3.1...v1.4.0) (2018-03-19)
737

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt7",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"main": "lib/module.js",
66
"scripts": {

0 commit comments

Comments
 (0)