Skip to content

Commit

Permalink
chore(release): 1.9.0
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2023-01-14)

### Features

* add dynamic Eisenhower Matrix ([ba31def](ba31def))
* add fallback translation for roadmap page ([c3b47cf](c3b47cf))
* add page subtitle into /roadmap ([486cb25](486cb25))
* add query get page with task by status ([b7729b8](b7729b8))
* add where task is active ([3e8f9da](3e8f9da))
* check if card exists ([1ae4e09](1ae4e09))
* improve fade animation ([e6a6092](e6a6092))
* receive board cards from props ([2dd32d1](2dd32d1))
* sync SSR cards with client ([f63519b](f63519b))
* update urql custom hooks ([ede0948](ede0948))
  • Loading branch information
semantic-release-bot committed Jan 14, 2023
1 parent 7a1fdbb commit c54e556
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.9.0](https://github.com/joaobispo2077/joaobispo2077.com/compare/v1.8.0...v1.9.0) (2023-01-14)


### Features

* add dynamic Eisenhower Matrix ([ba31def](https://github.com/joaobispo2077/joaobispo2077.com/commit/ba31def0187815a59a3b1a3c60dc621989c03506))
* add fallback translation for roadmap page ([c3b47cf](https://github.com/joaobispo2077/joaobispo2077.com/commit/c3b47cfdfe1c39277e890e879ab9e96ec3e0676e))
* add page subtitle into /roadmap ([486cb25](https://github.com/joaobispo2077/joaobispo2077.com/commit/486cb25fbe1018d7cf4872327765b3ca608460bd))
* add query get page with task by status ([b7729b8](https://github.com/joaobispo2077/joaobispo2077.com/commit/b7729b805753aac7cb74ca4009889dbbc5a4ee24))
* add where task is active ([3e8f9da](https://github.com/joaobispo2077/joaobispo2077.com/commit/3e8f9dafa54c106fff928405df8b8d2a3e1c6267))
* check if card exists ([1ae4e09](https://github.com/joaobispo2077/joaobispo2077.com/commit/1ae4e09e86fc9fd648cdc30d0d162bc4e524353f))
* improve fade animation ([e6a6092](https://github.com/joaobispo2077/joaobispo2077.com/commit/e6a6092d19a6486ca2c8f1eff6589f39d8a384ac))
* receive board cards from props ([2dd32d1](https://github.com/joaobispo2077/joaobispo2077.com/commit/2dd32d1f804086624c61ac6376f423f8e3691069))
* sync SSR cards with client ([f63519b](https://github.com/joaobispo2077/joaobispo2077.com/commit/f63519b20ae0eb38365a3970b1a759dda0a12cba))
* update urql custom hooks ([ede0948](https://github.com/joaobispo2077/joaobispo2077.com/commit/ede09487324f72860f8ebeee9e1cb1554da1c122))

# [1.8.0](https://github.com/joaobispo2077/joaobispo2077.com/compare/v1.7.0...v1.8.0) (2022-10-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joaobispo2077.com",
"version": "1.8.0",
"version": "1.9.0",
"author": "joaobispo2077@gmail.com",
"description": "My personal portfólio with projects, works, studies, stories and services.",
"main": "index.js",
Expand Down

0 comments on commit c54e556

Please sign in to comment.