Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ef6cbf

Browse files
committed
chore(release): 1.2.2
1 parent f91e3fe commit 7ef6cbf

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
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.
44

5+
### [1.2.2](https://github.com/altea-abs/time-boxing/compare/v1.2.1...v1.2.2) (2025-09-11)
6+
7+
8+
### 📚 Documentation
9+
10+
* update project documentation to reflect v1.2.1 drag and drop enhancements ([5e85dc9](https://github.com/altea-abs/time-boxing/commit/5e85dc902a8fcf2d10233f5f0d6e42f53033f141))
11+
12+
13+
### ✨ Features
14+
15+
* **ui:** add custom error page with app styling ([1560a96](https://github.com/altea-abs/time-boxing/commit/1560a96699cc02dd831d83eca25229b1bae1b3fa))
16+
17+
18+
### 🐛 Bug Fixes
19+
20+
* **deps:** add TypeScript dependency and fix error page issues ([5f57605](https://github.com/altea-abs/time-boxing/commit/5f57605cc183b2039b2e9ea70a5e76974b87049e))
21+
* **stores:** resolve currentDate undefined errors across all stores ([f91e3fe](https://github.com/altea-abs/time-boxing/commit/f91e3fec52c02e2c9a7a9be18b219cb6659890ee))
22+
* **stores:** resolve time slots loading error when localStorage is empty ([71da817](https://github.com/altea-abs/time-boxing/commit/71da81772e8e1152f11a0f48587ea69794e3a649))
23+
524
### [1.2.1](https://github.com/altea-abs/time-boxing/compare/v1.2.0...v1.2.1) (2025-09-02)
625

726

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-app",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)