@vixoniccom/aniversarios 1.2.1-dev.1 → 1.2.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +15 -10
  2. package/build.zip +0 -0
  3. package/package.json +1 -1
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
+ ### [1.2.2](https://github.com/Vixonic/store-aniversarios/compare/v1.2.1...v1.2.2) (2025-05-16)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * code refactored ([c2ea956](https://github.com/Vixonic/store-aniversarios/commit/c2ea956088a70c3dd2d7704ea1610dec74200d69))
11
+ * createItems now works properly ([33a4534](https://github.com/Vixonic/store-aniversarios/commit/33a45343b78f09f870ee36e746838fefb0552185))
12
+ * show partial pages re-enabled ([6a4e4c2](https://github.com/Vixonic/store-aniversarios/commit/6a4e4c2092e77678f5c82f780f713935de0eb43b))
13
+
5
14
  ### [1.2.1-dev.1](https://github.com/Vixonic/store-aniversarios/compare/v1.2.1-dev.0...v1.2.1-dev.1) (2025-05-05)
6
15
 
7
16
 
@@ -11,28 +20,25 @@ All notable changes to this project will be documented in this file. See [standa
11
20
 
12
21
  ### [1.2.1-dev.0](https://github.com/Vixonic/store-aniversarios/compare/v1.2.0...v1.2.1-dev.0) (2025-05-02)
13
22
 
14
-
15
23
  ### Bug Fixes
16
24
 
17
- * code refactored ([41cf858](https://github.com/Vixonic/store-aniversarios/commit/41cf85868e516175ee55640434247c5f70d5d579))
18
- * createItems now works properly ([db2623a](https://github.com/Vixonic/store-aniversarios/commit/db2623ab1156ca93bd5386598dd1c1dc486a46ff))
25
+ - code refactored ([41cf858](https://github.com/Vixonic/store-aniversarios/commit/41cf85868e516175ee55640434247c5f70d5d579))
26
+ - createItems now works properly ([db2623a](https://github.com/Vixonic/store-aniversarios/commit/db2623ab1156ca93bd5386598dd1c1dc486a46ff))
19
27
 
20
28
  ## [1.2.0](https://github.com/Vixonic/store-aniversarios/compare/v1.2.0-dev.1...v1.2.0) (2025-02-27)
21
29
 
22
30
  ## [1.2.0-dev.1](https://bitbucket.org/vixonic_dev/aniversarios/compare/v1.2.0-dev.0...v1.2.0-dev.1) (2025-02-13)
23
31
 
24
-
25
32
  ### Bug Fixes
26
33
 
27
- * change RedirectButton id ([b23c294](https://bitbucket.org/vixonic_dev/aniversarios/commit/b23c29432519b4f9c552cb3642257b3e57b99471))
34
+ - change RedirectButton id ([b23c294](https://bitbucket.org/vixonic_dev/aniversarios/commit/b23c29432519b4f9c552cb3642257b3e57b99471))
28
35
 
29
36
  ## [1.2.0-dev.0](https://bitbucket.org/vixonic_dev/aniversarios/compare/v1.0.2...v1.2.0-dev.0) (2025-02-13)
30
37
 
31
-
32
38
  ### Features
33
39
 
34
- * add RedirectButton ([7a63b6d](https://bitbucket.org/vixonic_dev/aniversarios/commit/7a63b6dc525643ce909b69c0e1dc3a1ca33cce57))
35
- * ISC license was added to the project ([053ba36](https://bitbucket.org/vixonic_dev/aniversarios/commit/053ba36195a038099cf3ca2b62258ef80e5d6e97))
40
+ - add RedirectButton ([7a63b6d](https://bitbucket.org/vixonic_dev/aniversarios/commit/7a63b6dc525643ce909b69c0e1dc3a1ca33cce57))
41
+ - ISC license was added to the project ([053ba36](https://bitbucket.org/vixonic_dev/aniversarios/commit/053ba36195a038099cf3ca2b62258ef80e5d6e97))
36
42
 
37
43
  ## [1.1.0](https://bitbucket.org/vixonic_dev/aniversarios/compare/v1.1.0-beta.1...v1.1.0) (2024-10-01)
38
44
 
@@ -40,10 +46,9 @@ All notable changes to this project will be documented in this file. See [standa
40
46
 
41
47
  ## [1.1.0-beta.0](https://bitbucket.org/vixonic_dev/aniversarios/compare/v1.0.2...v1.1.0-beta.0) (2024-09-04)
42
48
 
43
-
44
49
  ### Features
45
50
 
46
- * ISC license was added to the project ([6996ea4](https://bitbucket.org/vixonic_dev/aniversarios/commit/6996ea4514daab0a1f70df791131e1e65e0f94ef))
51
+ - ISC license was added to the project ([6996ea4](https://bitbucket.org/vixonic_dev/aniversarios/commit/6996ea4514daab0a1f70df791131e1e65e0f94ef))
47
52
 
48
53
  ### [1.0.2](https://bitbucket.org/rexmas_cl/aniversarios/compare/v1.0.2-beta.3...v1.0.2) (2023-08-30)
49
54
 
package/build.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixoniccom/aniversarios",
3
3
  "alias": "Aniversarios",
4
- "version": "1.2.1-dev.1",
4
+ "version": "1.2.2",
5
5
  "description": "Muestra el día que el trabajador está de aniversario en la empresa.",
6
6
  "main": "main.js",
7
7
  "author": "",