Skip to content

Commit eaf6f1c

Browse files
author
Walker Leite
committedMay 10, 2018
feat(project): add release-it support
1 parent f45a002 commit eaf6f1c

File tree

4 files changed

+4319
-182
lines changed

4 files changed

+4319
-182
lines changed
 

‎.release-it.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"pkgFiles": [
3+
"package.json"
4+
],
5+
"src": {
6+
"tagName": "v%s",
7+
"tagAnnotation": "Release v%s",
8+
"commitMessage": "Release v%s"
9+
},
10+
"github": {
11+
"release": true,
12+
"releaseName": "Release v%s"
13+
},
14+
"buildCommand": "npm run build && npx conventional-changelog -p angular -i CHANGELOG.md -s",
15+
"increment": "conventional:angular",
16+
"beforeChangelogCommand": "npx conventional-changelog -p angular -i CHANGELOG.md -s",
17+
"changelogCommand": "npx conventional-changelog -p angular -u | tail -n +3",
18+
"safeBump": false
19+
}

‎CHANGELOG.md

+221
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,221 @@
1+
<a name="4.0.1"></a>
2+
## [4.0.1](https://github.com/InCuca/vue-loopback/compare/4.0.0...4.0.1) (2018-04-27)
3+
4+
5+
### Bug Fixes
6+
7+
* **gulp:** fix lint errors ([4545089](https://github.com/InCuca/vue-loopback/commit/4545089))
8+
9+
10+
11+
<a name="4.0.0"></a>
12+
# [4.0.0](https://github.com/InCuca/vue-loopback/compare/3.2.0...4.0.0) (2018-04-27)
13+
14+
15+
### Bug Fixes
16+
17+
* **auth:** fix eslint errors ([154897e](https://github.com/InCuca/vue-loopback/commit/154897e))
18+
* **gulp:** clear modules cache to enable hot reloading ([c1c8f80](https://github.com/InCuca/vue-loopback/commit/c1c8f80))
19+
* **gulp:** fix hot reload ([661639d](https://github.com/InCuca/vue-loopback/commit/661639d))
20+
* **gulp:** fix server hot reloading not restarting ([57609bb](https://github.com/InCuca/vue-loopback/commit/57609bb))
21+
* **loopback:** add accessToken to logout method ([4bac1b6](https://github.com/InCuca/vue-loopback/commit/4bac1b6))
22+
* **loopback:** change error to warning in console ([3413b45](https://github.com/InCuca/vue-loopback/commit/3413b45))
23+
* **loopback:** fix lint errors ([3086f12](https://github.com/InCuca/vue-loopback/commit/3086f12))
24+
25+
26+
### Features
27+
28+
* **async:** add async module ([7b17fc5](https://github.com/InCuca/vue-loopback/commit/7b17fc5))
29+
30+
31+
32+
<a name="3.2.0"></a>
33+
# [3.2.0](https://github.com/InCuca/vue-loopback/compare/3.1.1...3.2.0) (2018-03-25)
34+
35+
36+
### Bug Fixes
37+
38+
* **boot:** fix boot scripts ([33e3461](https://github.com/InCuca/vue-loopback/commit/33e3461))
39+
* **lint:** fix lint errors ([cb3dd31](https://github.com/InCuca/vue-loopback/commit/cb3dd31))
40+
* **loopback:** setLoading to false when errored ([49f48c5](https://github.com/InCuca/vue-loopback/commit/49f48c5))
41+
* **server:** fix index server ([0df8443](https://github.com/InCuca/vue-loopback/commit/0df8443))
42+
43+
44+
### Features
45+
46+
* **build:** add copy:config:server ([661ee6f](https://github.com/InCuca/vue-loopback/commit/661ee6f))
47+
48+
49+
50+
<a name="3.1.1"></a>
51+
## [3.1.1](https://github.com/InCuca/vue-loopback/compare/3.1.0...3.1.1) (2018-03-07)
52+
53+
54+
### Bug Fixes
55+
56+
* **auth:** only change route after login ([19eb3e9](https://github.com/InCuca/vue-loopback/commit/19eb3e9))
57+
* **auth:** only change router after account exists ([624fff2](https://github.com/InCuca/vue-loopback/commit/624fff2))
58+
* **lint:** fix lint errors ([e1df64d](https://github.com/InCuca/vue-loopback/commit/e1df64d))
59+
60+
61+
62+
<a name="3.1.0"></a>
63+
# [3.1.0](https://github.com/InCuca/vue-loopback/compare/3.0.0...3.1.0) (2018-02-28)
64+
65+
66+
### Bug Fixes
67+
68+
* **auth:** redirect to login if token is expired ([fa3abbc](https://github.com/InCuca/vue-loopback/commit/fa3abbc))
69+
70+
71+
### Features
72+
73+
* **lint:** disable rule ([06108f4](https://github.com/InCuca/vue-loopback/commit/06108f4))
74+
* **loopback:** add setLoading fn ([92da75f](https://github.com/InCuca/vue-loopback/commit/92da75f))
75+
76+
77+
78+
<a name="3.0.0"></a>
79+
# [3.0.0](https://github.com/InCuca/vue-loopback/compare/2.1.0...3.0.0) (2018-02-28)
80+
81+
82+
### Bug Fixes
83+
84+
* **eslint:** disable resolver ([112395b](https://github.com/InCuca/vue-loopback/commit/112395b))
85+
* **eslint:** remove modules from ignore ([c9d0f1a](https://github.com/InCuca/vue-loopback/commit/c9d0f1a))
86+
* **eslintrc:** remove not existent plugin ([7534446](https://github.com/InCuca/vue-loopback/commit/7534446))
87+
* **gulp-tasks:** write sourcemaps to files instead of embed ([f4e2af3](https://github.com/InCuca/vue-loopback/commit/f4e2af3))
88+
* **lint:** fix auto-fixable errors ([ff283cc](https://github.com/InCuca/vue-loopback/commit/ff283cc))
89+
* **lint:** fix lint errors ([b7d673a](https://github.com/InCuca/vue-loopback/commit/b7d673a))
90+
* **lint:** fix lint errors ([b550d32](https://github.com/InCuca/vue-loopback/commit/b550d32))
91+
* **lint:** fix lint errors ([02dc21d](https://github.com/InCuca/vue-loopback/commit/02dc21d))
92+
* **lint:** fix lint errors ([982f0eb](https://github.com/InCuca/vue-loopback/commit/982f0eb))
93+
* **lint:** fix lint errors ([aa7df98](https://github.com/InCuca/vue-loopback/commit/aa7df98))
94+
* **lint:** fix lint errors ([348f1ad](https://github.com/InCuca/vue-loopback/commit/348f1ad))
95+
* **lint:** fix lint errors ([e8eb0b9](https://github.com/InCuca/vue-loopback/commit/e8eb0b9))
96+
* **lint:** fix lint errors and remove no-unresolved rule ([97a2062](https://github.com/InCuca/vue-loopback/commit/97a2062))
97+
* **lint:** fix linting errors ([d353c74](https://github.com/InCuca/vue-loopback/commit/d353c74))
98+
* **lint:** remove import settings ([ffd1574](https://github.com/InCuca/vue-loopback/commit/ffd1574))
99+
* **travis:** apply workaround travis-ci/travis-ci[#8836](https://github.com/InCuca/vue-loopback/issues/8836) ([9f5285b](https://github.com/InCuca/vue-loopback/commit/9f5285b))
100+
101+
102+
### Features
103+
104+
* **eslint:** add eslint to this repo itself ([3b20ee4](https://github.com/InCuca/vue-loopback/commit/3b20ee4))
105+
* **eslint:** ignore template directory ([8bcc688](https://github.com/InCuca/vue-loopback/commit/8bcc688))
106+
* **gulp:** add build:index ([31840ed](https://github.com/InCuca/vue-loopback/commit/31840ed))
107+
* **gulp:** build also index.js ([d23d144](https://github.com/InCuca/vue-loopback/commit/d23d144))
108+
* **lint:** add resolve script ([ed7ed68](https://github.com/InCuca/vue-loopback/commit/ed7ed68))
109+
* **lint:** update settings to airbnb - webpack template based ([df30173](https://github.com/InCuca/vue-loopback/commit/df30173))
110+
* **package:** update eslint ([3e350ae](https://github.com/InCuca/vue-loopback/commit/3e350ae))
111+
* **server:** add client server ([44bfb23](https://github.com/InCuca/vue-loopback/commit/44bfb23))
112+
* **travis:** remove node 6 and 7 ([90cc789](https://github.com/InCuca/vue-loopback/commit/90cc789))
113+
114+
115+
116+
<a name="2.1.0"></a>
117+
# [2.1.0](https://github.com/InCuca/vue-loopback/compare/2.0.1...2.1.0) (2018-02-20)
118+
119+
120+
### Bug Fixes
121+
122+
* **gulp:** fix gulp not reloading client ([f1aed3a](https://github.com/InCuca/vue-loopback/commit/f1aed3a))
123+
* **package:** fix font-awesome dependency ([8b21fc5](https://github.com/InCuca/vue-loopback/commit/8b21fc5))
124+
* **template:** add missing package copy ([5f1c62b](https://github.com/InCuca/vue-loopback/commit/5f1c62b))
125+
* **template:** fix lint errors ([f589041](https://github.com/InCuca/vue-loopback/commit/f589041))
126+
127+
128+
### Features
129+
130+
* **gulp:** add package to built file and add start script ([527e061](https://github.com/InCuca/vue-loopback/commit/527e061))
131+
* **loopback:** add token in local storage ([34d1613](https://github.com/InCuca/vue-loopback/commit/34d1613))
132+
133+
134+
135+
<a name="2.0.1"></a>
136+
## [2.0.1](https://github.com/InCuca/vue-loopback/compare/2.0.0...2.0.1) (2017-12-15)
137+
138+
139+
### Features
140+
141+
* **babel:** change babel configuration ([81903ec](https://github.com/InCuca/vue-loopback/commit/81903ec))
142+
143+
144+
145+
<a name="2.0.0"></a>
146+
# [2.0.0](https://github.com/InCuca/vue-loopback/compare/1.0.2...2.0.0) (2017-12-13)
147+
148+
149+
### Bug Fixes
150+
151+
* **lint:** fix lint errors ([47475f1](https://github.com/InCuca/vue-loopback/commit/47475f1))
152+
* **meta:** fix wrong path name ([131f2ec](https://github.com/InCuca/vue-loopback/commit/131f2ec))
153+
* **readme:** add usage instructions ([8f5c4f5](https://github.com/InCuca/vue-loopback/commit/8f5c4f5))
154+
* **tempalte:** fix hello world component ([b6711ab](https://github.com/InCuca/vue-loopback/commit/b6711ab))
155+
* **template:** add missing dependencies and missing compilers file ([de88643](https://github.com/InCuca/vue-loopback/commit/de88643))
156+
* **template:** escape curly braces and translate strings to en ([e9cbf52](https://github.com/InCuca/vue-loopback/commit/e9cbf52))
157+
* **template:** fix css and translate strings to english ([0f31e93](https://github.com/InCuca/vue-loopback/commit/0f31e93))
158+
* **template:** fix misspeling ([8fa8ae3](https://github.com/InCuca/vue-loopback/commit/8fa8ae3))
159+
* **template:** fix template errors ([5d1e022](https://github.com/InCuca/vue-loopback/commit/5d1e022))
160+
* **template:** Fix wrong comonente filename ([b02518f](https://github.com/InCuca/vue-loopback/commit/b02518f))
161+
* **template:** fix wrong route and add create-admin test ([0942b36](https://github.com/InCuca/vue-loopback/commit/0942b36))
162+
* **template:** remove gitlab file ([92c2550](https://github.com/InCuca/vue-loopback/commit/92c2550))
163+
* **test:** add extended tests ([1897096](https://github.com/InCuca/vue-loopback/commit/1897096))
164+
* **test:** fix boot test ([f6b4a4a](https://github.com/InCuca/vue-loopback/commit/f6b4a4a))
165+
* **test:** fix lint error ([d865b79](https://github.com/InCuca/vue-loopback/commit/d865b79))
166+
* **test:** fix test commands ([1eb749c](https://github.com/InCuca/vue-loopback/commit/1eb749c))
167+
* **tests:** fix app test ([070b19e](https://github.com/InCuca/vue-loopback/commit/070b19e))
168+
* **tests:** add karma modulesify settings ([0ba8e18](https://github.com/InCuca/vue-loopback/commit/0ba8e18))
169+
* **tests:** add vuefy compiler to karma ([3e9e45e](https://github.com/InCuca/vue-loopback/commit/3e9e45e))
170+
* **tests:** fix test errors ([d8ae843](https://github.com/InCuca/vue-loopback/commit/d8ae843))
171+
* **tests:** fix test errors ([2f0a2e5](https://github.com/InCuca/vue-loopback/commit/2f0a2e5))
172+
* **tests:** fix tests for no extended build ([e9bb6de](https://github.com/InCuca/vue-loopback/commit/e9bb6de))
173+
174+
175+
### Features
176+
177+
* **template:** add extended option ([f08bb6f](https://github.com/InCuca/vue-loopback/commit/f08bb6f))
178+
* **tests:** rename and add more tests ([a71e8a6](https://github.com/InCuca/vue-loopback/commit/a71e8a6))
179+
180+
181+
182+
<a name="1.0.2"></a>
183+
## [1.0.2](https://github.com/InCuca/vue-loopback/compare/1.0.1...1.0.2) (2017-10-29)
184+
185+
186+
### Bug Fixes
187+
188+
* **App:** fix databinding not working ([de7f8e6](https://github.com/InCuca/vue-loopback/commit/de7f8e6))
189+
190+
191+
192+
<a name="1.0.1"></a>
193+
## [1.0.1](https://github.com/InCuca/vue-loopback/compare/722097d...1.0.1) (2017-10-29)
194+
195+
196+
### Bug Fixes
197+
198+
* **build:** add xvfb to travis config ([4442c6c](https://github.com/InCuca/vue-loopback/commit/4442c6c))
199+
* **build:** fix syntax errors ([2d4bb0f](https://github.com/InCuca/vue-loopback/commit/2d4bb0f))
200+
* **build:** remove start scripts ([8f9661e](https://github.com/InCuca/vue-loopback/commit/8f9661e))
201+
* **package:** add vue-cli as dependency ([722097d](https://github.com/InCuca/vue-loopback/commit/722097d))
202+
* **project:** add npm-debug to gitignore ([3043ea6](https://github.com/InCuca/vue-loopback/commit/3043ea6))
203+
* **test:** fix task finishing before test ([80d23fe](https://github.com/InCuca/vue-loopback/commit/80d23fe))
204+
* **test:** remove not used polyfill ([fa0eefd](https://github.com/InCuca/vue-loopback/commit/fa0eefd))
205+
* **test:** show tests output ([49573ef](https://github.com/InCuca/vue-loopback/commit/49573ef))
206+
207+
208+
### Features
209+
210+
* **App:** change prop to data ([825cc69](https://github.com/InCuca/vue-loopback/commit/825cc69))
211+
* **lint:** split eslint files ([7b1c31f](https://github.com/InCuca/vue-loopback/commit/7b1c31f))
212+
* **package:** add test scripts ([47c8f21](https://github.com/InCuca/vue-loopback/commit/47c8f21))
213+
* **template:** add hello prop ([5659f7e](https://github.com/InCuca/vue-loopback/commit/5659f7e))
214+
* **test:** add promise polyfill in client tests ([55afe8a](https://github.com/InCuca/vue-loopback/commit/55afe8a))
215+
* **test:** add support for client tests with karma ([a488810](https://github.com/InCuca/vue-loopback/commit/a488810))
216+
* **test:** change test platform to chrome ([b6af4f5](https://github.com/InCuca/vue-loopback/commit/b6af4f5))
217+
* **test:** split tests ([c079e2c](https://github.com/InCuca/vue-loopback/commit/c079e2c))
218+
* **travis:** remove travis from template and add chrome ([ea911fc](https://github.com/InCuca/vue-loopback/commit/ea911fc))
219+
220+
221+

0 commit comments

Comments
 (0)