@vixoniccom/birthdays 0.7.10-dev.5 → 0.7.10-dev.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  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.
4
4
 
5
+ ### [0.7.10-dev.7](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.6...v0.7.10-dev.7) (2026-04-24)
6
+
7
+
8
+ ### Features
9
+
10
+ * VXD-911 handle API errors and fix error where the default message for empty data is not displayed ([eeb5bab](https://github.com/Vixonic/store-birthdays/commit/eeb5bab0991070a461c2341a11da1ebd8acd2dc7))
11
+
12
+ ### [0.7.10-dev.6](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.5...v0.7.10-dev.6) (2026-04-24)
13
+
5
14
  ### [0.7.10-dev.5](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.4...v0.7.10-dev.5) (2026-04-24)
6
15
 
7
16
  ### [0.7.10-dev.4](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.3...v0.7.10-dev.4) (2026-04-23)
package/build.zip CHANGED
Binary file
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "author": {
9
9
  "name": "Lorenzo Alfaro Bravo"
10
10
  },
11
- "version": "0.7.10-dev.5",
11
+ "version": "0.7.10-dev.7",
12
12
  "scripts": {
13
13
  "prepublish": "vixonic-module-packager --mode=build",
14
14
  "watch": "vixonic-module-packager --mode=watch",