Skip to content

Commit

Permalink
chore(release): 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mees committed Oct 16, 2024
1 parent 1f8e73e commit 7323470
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintcache

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.14.0](https://github.com/Mezeman1/idle-ant-farm/compare/v0.12.3...v0.14.0) (2024-10-16)


### Features

* boss fights ([d9e05f7](https://github.com/Mezeman1/idle-ant-farm/commit/d9e05f70a6af31a6f74f33c73b9d22782ff63a8b))


### Bug Fixes

* also add combat levels to adventure ([b9918c1](https://github.com/Mezeman1/idle-ant-farm/commit/b9918c1c673446c0ebaa648ddaaffcad6b846f22))

### [0.13.5](https://github.com/Mezeman1/idle-ant-farm/compare/v0.12.3...v0.13.5) (2024-10-16)


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": "idle-ant-farm",
"version": "0.13.5",
"version": "0.14.0",
"scripts": {
"dev": "vite --mode localhost",
"build": "rm -rf dist && vite build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ItemSelectionModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class="fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-70"
>
<!-- Full-screen modal for mobile, with scrollable content -->
<div class="bg-white flex flex-col max-w-full h-full w-full sm:max-w-lg sm:h-auto sm:rounded-md sm:my-8 overflow-hidden">
<div class="bg-white flex flex-col max-w-full h-full w-full max-h-screen sm:max-w-lg sm:h-auto sm:rounded-md sm:my-8 overflow-hidden">
<h2 class="text-2xl font-semibold text-center p-6">
{{ capitalize(slotType) }} Items
</h2>
Expand Down

0 comments on commit 7323470

Please sign in to comment.