Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jesusantguerrero/atmosphere into …
Browse files Browse the repository at this point in the history
…release/alpha7
  • Loading branch information
jesusantguerrero committed Jul 29, 2024
2 parents c173b20 + 72d019d commit 118a325
Show file tree
Hide file tree
Showing 4 changed files with 1,301 additions and 21 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

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

## [2.0.1](https://github.com/jesusantguerrero/atmosphere/compare/v2.0.0...v2.0.1) (2024-07-29)

## [2.0.0](https://github.com/jesusantguerrero/atmosphere/compare/v2.0.0-alpha.5...v2.0.0) (2024-07-29)


### Features

* add budgetCategory assignment in the front too ([6d650eb](https://github.com/jesusantguerrero/atmosphere/commit/6d650eb957865c827be307f09790872bd98af4ce))
* add payment of billying cycle ([96d038f](https://github.com/jesusantguerrero/atmosphere/commit/96d038f6d7871ea509ca027965ea75d03dbac6fc))
* delete payment and update cycle on transaction delete ([1c9b3b0](https://github.com/jesusantguerrero/atmosphere/commit/1c9b3b065e27c6e1a11c0714d4bea035329747bb))
* finish link credit card payment ([180ff37](https://github.com/jesusantguerrero/atmosphere/commit/180ff3733a685cb10eb4d613451adb5c54897d9c))


### Bug Fixes

* Category selector from budget balances ([9c04095](https://github.com/jesusantguerrero/atmosphere/commit/9c04095fecb3febc06ca48e2a101ecd42c4934b4))
* credit card services ([d187d76](https://github.com/jesusantguerrero/atmosphere/commit/d187d766b72535a7448137b2bc64c7f6a404e0e4))
* improve billing cycle process ([57bd3da](https://github.com/jesusantguerrero/atmosphere/commit/57bd3da90c50453e21db9c6bde384fff433ce7a4))
* Improve duplication transaction finder ([abb7c89](https://github.com/jesusantguerrero/atmosphere/commit/abb7c8900f879263f44e3eea38ece818af13cd8c))
* improve UX details in accounts ([7498900](https://github.com/jesusantguerrero/atmosphere/commit/7498900eac9f6083c96f44a1ea2c6cacd83e2d06))
* month rollover script ([1e3eb2d](https://github.com/jesusantguerrero/atmosphere/commit/1e3eb2d4ccfc062179bc7e769e2521ad20a39e04))
* move movement calculation to frontend ([475baa9](https://github.com/jesusantguerrero/atmosphere/commit/475baa9b85394430884dc7469af37e96fb0b8e4b))

# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4 changes: 0 additions & 4 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ declare module 'vue' {
IMdiChevronRight: typeof import('~icons/mdi/chevron-right')['default']
IMdiChevronUp: typeof import('~icons/mdi/chevron-up')['default']
IMdiClose: typeof import('~icons/mdi/close')['default']
IMdiEdit: typeof import('~icons/mdi/edit')['default']
IMdiEllipsisVertical: typeof import('~icons/mdi/ellipsis-vertical')['default']
IMdiEmailCheck: typeof import('~icons/mdi/email-check')['default']
IMdiExport: typeof import('~icons/mdi/export')['default']
Expand All @@ -32,9 +31,6 @@ declare module 'vue' {
IMdiLock: typeof import('~icons/mdi/lock')['default']
IMdiMinus: typeof import('~icons/mdi/minus')['default']
IMdiMoney: typeof import('~icons/mdi/money')['default']
IMdiPlus: typeof import('~icons/mdi/plus')['default']
IMdiSearch: typeof import('~icons/mdi/search')['default']
IMdiSort: typeof import('~icons/mdi/sort')['default']
IMdiStar: typeof import('~icons/mdi/star')['default']
IMdiStarOutline: typeof import('~icons/mdi/star-outline')['default']
IMdiSync: typeof import('~icons/mdi/sync')['default']
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"build:digitalocean": "npm install && npm run build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
"docs:preview": "vitepress preview docs",
"release": "commit-and-tag-version"
},
"devDependencies": {
"@headlessui/vue": "^1.7.22",
Expand All @@ -48,6 +49,7 @@
"atmosphere-ui": "^1.3.5",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"commit-and-tag-version": "^12.4.1",
"date-fns": "^3.6.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
Expand Down Expand Up @@ -93,5 +95,6 @@
"vue-i18n": "^9.13.1",
"vue-temporal-components": "^0.5.0"
},
"type": "module"
"type": "module",
"version": "2.0.0.alpha.5"
}
Loading

0 comments on commit 118a325

Please sign in to comment.