Skip to content

Commit 0985118

Browse files
committed
chore(release): v0.7.4
1 parent 6e28e80 commit 0985118

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11
# Changelog
22

3+
## v0.7.4
4+
5+
[compare changes](https://github.com/finxol/karr/compare/v0.7.3...v0.7.4)
6+
7+
### 🚀 Enhancements
8+
9+
- **api:** Build trip add route ([#3](https://github.com/finxol/karr/pull/3))
10+
- **pages:** Create NewTripForm page for creating new trips
11+
([18382dc](https://github.com/finxol/karr/commit/18382dc))
12+
- **ui:** Add Calendar, Form, Label, and Popover components from shadcnui
13+
([fe5ffc2](https://github.com/finxol/karr/commit/fe5ffc2))
14+
- **ui:** Implement CurrencyInput component
15+
([8d75075](https://github.com/finxol/karr/commit/8d75075))
16+
- **trips:** Trips add and delete ([#5](https://github.com/finxol/karr/pull/5))
17+
18+
### 🩹 Fixes
19+
20+
- **trips:** Prevent unnecessary refetching on window focus
21+
([fd0513c](https://github.com/finxol/karr/commit/fd0513c))
22+
- **trips:** Prevent unnecessary refetching on window focus
23+
([dfc4323](https://github.com/finxol/karr/commit/dfc4323))
24+
- Should fix tests on windows ([503c0f7](https://github.com/finxol/karr/commit/503c0f7))
25+
- Correct absolute path mistake ([e261bad](https://github.com/finxol/karr/commit/e261bad))
26+
- **layout:** Update link to point to the new trips search path
27+
([d4c7b98](https://github.com/finxol/karr/commit/d4c7b98))
28+
- **schema:** Enforce minimum price validation and add NewTripInputSchema
29+
([ec4ee62](https://github.com/finxol/karr/commit/ec4ee62))
30+
31+
### 💅 Refactors
32+
33+
- **pages:** Reorganize trips pages for better hierarchy
34+
([823f209](https://github.com/finxol/karr/commit/823f209))
35+
- **structure:** Move the search folder to trips for better hierarchy
36+
([089ba3e](https://github.com/finxol/karr/commit/089ba3e))
37+
- **prettier:** Clean up prettierrc
38+
([705af1e](https://github.com/finxol/karr/commit/705af1e))
39+
40+
### 🏡 Chore
41+
42+
- Federated trips are separate step
43+
([1e4f5c5](https://github.com/finxol/karr/commit/1e4f5c5))
44+
- **css:** Update shadcn variable
45+
([14601ce](https://github.com/finxol/karr/commit/14601ce))
46+
- **config:** Add .prettierrc for better Windows compatibility
47+
([202cb12](https://github.com/finxol/karr/commit/202cb12))
48+
- **vscode:** Configure Prettier settings for consistent code formatting
49+
([e9b81b2](https://github.com/finxol/karr/commit/e9b81b2))
50+
- Fix vscode prettier config path
51+
([c8a711e](https://github.com/finxol/karr/commit/c8a711e))
52+
- Move deps versions to workspace catalog
53+
([27f5176](https://github.com/finxol/karr/commit/27f5176))
54+
55+
### ❤️ Contributors
56+
57+
- Colin Ozanne <git@finxol.io>
58+
- Finxol <git@finxol.io>
59+
- Saunier Martin <blasster35@gmail.com>
60+
361
## v0.7.3
462

563
[compare changes](https://github.com/finxol/karr/compare/v0.7.2...v0.7.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karr",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"private": true,
55
"repository": "https://github.com/finxol/karr",
66
"scripts": {

0 commit comments

Comments
 (0)