Skip to content

Commit

Permalink
chore(release): 🔖 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2024-10-30)

### Features

* 🗃️ Adicionado questionário base ([1763f8d](1763f8d)), closes [#182](#182)
* ✨ Adicionado barra de busca na seleção de tags ([fc59fb6](fc59fb6)), closes [#183](#183)
* ✨ Adicionado barra de busca nas características (parte admin), e generalizado componentes ([fec086a](fec086a)), closes [#183](#183)
* ✨ Adicionado barra de pesquisa de perguntas em questionário e em perguntas ([11b83a0](11b83a0)), closes [#183](#183)
* ✨ Adicionado randomizador de cor em tags ([c42264c](c42264c))
* ✨ Configurado para mostrar notas de atualizações antigas e deixar modal rolável ([127c841](127c841)), closes [#184](#184)
  • Loading branch information
semantic-release-bot committed Oct 30, 2024
1 parent 1763f8d commit 9f906c6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.3.0](https://github.com/RPG-Engineers/Quiz-RPG/compare/v1.2.0...v1.3.0) (2024-10-30)


### Features

* :card_file_box: Adicionado questionário base ([1763f8d](https://github.com/RPG-Engineers/Quiz-RPG/commit/1763f8dc5fb154ced520acbc74bb54fb6019e40b)), closes [#182](https://github.com/RPG-Engineers/Quiz-RPG/issues/182)
* :sparkles: Adicionado barra de busca na seleção de tags ([fc59fb6](https://github.com/RPG-Engineers/Quiz-RPG/commit/fc59fb68762987546a4bcc187ddab892d1af739f)), closes [#183](https://github.com/RPG-Engineers/Quiz-RPG/issues/183)
* :sparkles: Adicionado barra de busca nas características (parte admin), e generalizado componentes ([fec086a](https://github.com/RPG-Engineers/Quiz-RPG/commit/fec086ab08d9ce0643c336de2a882c0851d4db6a)), closes [#183](https://github.com/RPG-Engineers/Quiz-RPG/issues/183)
* :sparkles: Adicionado barra de pesquisa de perguntas em questionário e em perguntas ([11b83a0](https://github.com/RPG-Engineers/Quiz-RPG/commit/11b83a0a0823d6339fbff19cf65a0b2af663faff)), closes [#183](https://github.com/RPG-Engineers/Quiz-RPG/issues/183)
* :sparkles: Adicionado randomizador de cor em tags ([c42264c](https://github.com/RPG-Engineers/Quiz-RPG/commit/c42264c584f1c2116e22f44721535ecc518ab3a2))
* :sparkles: Configurado para mostrar notas de atualizações antigas e deixar modal rolável ([127c841](https://github.com/RPG-Engineers/Quiz-RPG/commit/127c841fc3107c1c24156ca07fe93318718ffebb)), closes [#184](https://github.com/RPG-Engineers/Quiz-RPG/issues/184)

# [1.2.0](https://github.com/RPG-Engineers/Quiz-RPG/compare/v1.1.0...v1.2.0) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quiz-rpg",
"private": true,
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 6 additions & 1 deletion public/patch-notes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"version": "1.3.0",
"date": "2024-10-30",
"notes": "# [1.3.0](https://github.com/RPG-Engineers/Quiz-RPG/compare/v1.2.0...v1.3.0) (2024-10-30)\n\n\n### Features\n\n* :card_file_box: Adicionado questionário base ([1763f8d](https://github.com/RPG-Engineers/Quiz-RPG/commit/1763f8dc5fb154ced520acbc74bb54fb6019e40b)), closes [#182](https://github.com/RPG-Engineers/Quiz-RPG/issues/182)\n* :sparkles: Adicionado barra de busca na seleção de tags ([fc59fb6](https://github.com/RPG-Engineers/Quiz-RPG/commit/fc59fb68762987546a4bcc187ddab892d1af739f)), closes [#183](https://github.com/RPG-Engineers/Quiz-RPG/issues/183)\n* :sparkles: Adicionado barra de busca nas características (parte admin), e generalizado componentes ([fec086a](https://github.com/RPG-Engineers/Quiz-RPG/commit/fec086ab08d9ce0643c336de2a882c0851d4db6a)), closes [#183](https://github.com/RPG-Engineers/Quiz-RPG/issues/183)\n* :sparkles: Adicionado barra de pesquisa de perguntas em questionário e em perguntas ([11b83a0](https://github.com/RPG-Engineers/Quiz-RPG/commit/11b83a0a0823d6339fbff19cf65a0b2af663faff)), closes [#183](https://github.com/RPG-Engineers/Quiz-RPG/issues/183)\n* :sparkles: Adicionado randomizador de cor em tags ([c42264c](https://github.com/RPG-Engineers/Quiz-RPG/commit/c42264c584f1c2116e22f44721535ecc518ab3a2))\n* :sparkles: Configurado para mostrar notas de atualizações antigas e deixar modal rolável ([127c841](https://github.com/RPG-Engineers/Quiz-RPG/commit/127c841fc3107c1c24156ca07fe93318718ffebb)), closes [#184](https://github.com/RPG-Engineers/Quiz-RPG/issues/184)\n\n\n\n"
},
{
"version": "1.2.0",
"notes": "# [1.2.0](https://github.com/RPG-Engineers/Quiz-RPG/compare/v1.1.0...v1.2.0) (2024-10-28)\n\n\n### Bug Fixes\n\n* :lipstick: Adicionado silhueta na exibição do resultado ([bb4ea91](https://github.com/RPG-Engineers/Quiz-RPG/commit/bb4ea917e5bd549ef6966905cbcff0a888772f6a))\n\n\n### Features\n\n* :card_file_box: Adicionado dados default ([7409e99](https://github.com/RPG-Engineers/Quiz-RPG/commit/7409e991a666de33cc6eae084b155f06ee31e7dd)), closes [#101](https://github.com/RPG-Engineers/Quiz-RPG/issues/101)\n* :children_crossing: Adicionado modal de aviso de dados locais ([ea1d02e](https://github.com/RPG-Engineers/Quiz-RPG/commit/ea1d02e009830e15b6f69db70b36a2cc90a1a11c))\n* :sparkles: Adicionado dicas e dicas de contexto ([22a5b83](https://github.com/RPG-Engineers/Quiz-RPG/commit/22a5b8350f37eee75910dc3696e0ca1507e10c7e)), closes [#161](https://github.com/RPG-Engineers/Quiz-RPG/issues/161)\n* :sparkles: Colocado em ordem alfabética seleção de tags ([0b0254e](https://github.com/RPG-Engineers/Quiz-RPG/commit/0b0254ef60d9fa9cd34ff3bc43df23daa0214b79))\n* :sparkles: Implementado link compartilhável ([ddee5df](https://github.com/RPG-Engineers/Quiz-RPG/commit/ddee5df24f7d10c29c896f829438594c6c0db073))\n* :sparkles: Implementado redirecionamentos ao clicar nas características ([9c051b3](https://github.com/RPG-Engineers/Quiz-RPG/commit/9c051b3caffaa0d4761c2316195f439c413cdf6c)), closes [#175](https://github.com/RPG-Engineers/Quiz-RPG/issues/175)\n* :sparkles: Melhorado qualidade de vida na criação de alternativas ([bd37262](https://github.com/RPG-Engineers/Quiz-RPG/commit/bd37262937c1a51e126ec2c7db5698a5cf826962))\n\n\n\n",
Expand All @@ -16,5 +21,5 @@
"date": "2024-10-26T15:36:38.326Z"
}
],
"currentVersion": "1.2.0"
"currentVersion": "1.3.0"
}

0 comments on commit 9f906c6

Please sign in to comment.