File tree 2 files changed +23
-2
lines changed
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,26 @@ for any bug fixes.
35
35
in case of vulnerabilities.
36
36
-->
37
37
38
+ ## [ 1.0.5] - 2020-01-07
39
+
40
+ ### Changed
41
+
42
+ - Theme switcher as a dynamic component
43
+ - Sort projects by "cool rating", then by date
44
+ - Home Grid UX: auto waves start sooner, but with a longer internal in between
45
+
46
+ ### Added
47
+
48
+ - Analytics: theme switcher and asset links
49
+
50
+ ### Removed
51
+
52
+ - Moved projects sorting from client side to data download script
53
+
54
+ ### Fixed
55
+
56
+ - Using the router's ` asPath ` attribute as each page's ` key ` for transitions
57
+
38
58
## [ 1.0.4] - 2019-12-28
39
59
40
60
### Changed
@@ -273,7 +293,8 @@ in case of vulnerabilities.
273
293
- Updated README and added Netlify badge
274
294
- Updated package.json
275
295
276
- [ Unreleased ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.4...HEAD
296
+ [ Unreleased ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.5...HEAD
297
+ [ 1.0.5 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.4...v1.0.5
277
298
[ 1.0.4 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.3...v1.0.4
278
299
[ 1.0.3 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.2...v1.0.3
279
300
[ 1.0.2 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " portfolio-2019" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"main" : " pages/index.js" ,
5
5
"author" :
" Marco Ciampini <[email protected] >" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments