Skip to content

Commit

Permalink
[Feature] add game name badge to quest page ui lib (#43)
Browse files Browse the repository at this point in the history
* feat(quest-details): enhance QuestDetailsWrapper with game title

* feat(quest-details): add game title prop to QuestDetailsWrapper stories

* chore: bump version to 0.1.10 and update @hyperplay/ui to 1.9.2

* chore: update pnpm-lock.yaml with dependency version bumps

* refactor(quest-details): remove unused useEffect import from QuestDetailsWrapper

* fix(quest-details): reorder imports

* refactor(quest-details): clean up whitespace to fix lint error
  • Loading branch information
biliesilva authored Jan 17, 2025
1 parent 65a44e8 commit e5f8abb
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 276 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/quests-ui",
"version": "0.1.9",
"version": "0.1.10",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@hyperplay/chains": "^0.3.0",
"@hyperplay/ui": "^1.8.21",
"@hyperplay/ui": "^1.9.2",
"@hyperplay/utils": "^0.3.4",
"@mantine/core": "^7.5.1",
"@storybook/addon-essentials": "^8.3.4",
Expand Down
Loading

0 comments on commit e5f8abb

Please sign in to comment.