@vixoniccom/birthdays 0.7.1-dev.7 → 0.7.4-dev.0

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,29 +2,17 @@
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.1-dev.7](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-dev.6...v0.7.1-dev.7) (2025-06-13)
5
+ ### [0.7.4-dev.0](https://github.com/Vixonic/store-birthdays/compare/v0.7.3...v0.7.4-dev.0) (2025-06-25)
6
6
 
7
7
 
8
8
  ### Features
9
9
 
10
- * Add language attribute and title to HTML document ([c1573ac](https://github.com/Vixonic/store-birthdays/commit/c1573ac6971fdda2138ace168a526f1dafa3afed))
10
+ * Add language attribute and title to HTML document ([ac36543](https://github.com/Vixonic/store-birthdays/commit/ac365434bf75b072a0fa84351a86d1a00d7b73bc))
11
+ * Update dependencies and improve birthday loading logic ([e95b525](https://github.com/Vixonic/store-birthdays/commit/e95b52542f5caea3cdfa8be20ac1f92375bb060e))
11
12
 
12
- ### [0.7.1-dev.6](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-dev.5...v0.7.1-dev.6) (2025-06-13)
13
+ ### [0.7.3](https://github.com/Vixonic/store-birthdays/compare/v0.7.1...v0.7.3) (2025-06-25)
13
14
 
14
-
15
- ### Features
16
-
17
- * Update dependencies and improve birthday loading logic ([7f34a0e](https://github.com/Vixonic/store-birthdays/commit/7f34a0ecaafc1de8646291fb5074b0ea828d17ad))
18
-
19
- ### [0.7.1-dev.5](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-dev.4...v0.7.1-dev.5) (2025-06-12)
20
-
21
- ### [0.7.1-dev.4](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-beta.0...v0.7.1-dev.4) (2025-06-12)
22
-
23
- ### [0.7.1-dev.1](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-beta.0...v0.7.1-dev.1) (2025-06-12)
24
-
25
- ### [0.7.1-dev.0](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-beta.0...v0.7.1-dev.0) (2025-06-12)
26
-
27
- ### [0.7.1-beta.0](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-dev.3...v0.7.1-beta.0) (2025-06-12)
15
+ ### [0.7.1](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-dev.3...v0.7.1) (2025-06-25)
28
16
 
29
17
  ### [0.7.1-dev.3](https://github.com/Vixonic/store-birthdays/compare/v0.7.1-dev.2...v0.7.1-dev.3) (2025-06-02)
30
18
 
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.1-dev.7",
11
+ "version": "0.7.4-dev.0",
12
12
  "scripts": {
13
13
  "prepublish": "vixonic-module-packager --mode=build",
14
14
  "watch": "vixonic-module-packager --mode=watch",