Skip to content

Commit 641d4d1

Browse files
author
Marco Ciampini
committed
v1.0.5
1 parent 5bb95a3 commit 641d4d1

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,26 @@ for any bug fixes.
3535
in case of vulnerabilities.
3636
-->
3737

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+
3858
## [1.0.4] - 2019-12-28
3959

4060
### Changed
@@ -273,7 +293,8 @@ in case of vulnerabilities.
273293
- Updated README and added Netlify badge
274294
- Updated package.json
275295

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
277298
[1.0.4]: https://github.com/ciampo/portfolio-2019/compare/v1.0.3...v1.0.4
278299
[1.0.3]: https://github.com/ciampo/portfolio-2019/compare/v1.0.2...v1.0.3
279300
[1.0.2]: https://github.com/ciampo/portfolio-2019/compare/v1.0.1...v1.0.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "portfolio-2019",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "pages/index.js",
55
"author": "Marco Ciampini <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)