@vixoniccom/birthdays 0.5.0-dev.0 → 0.5.0-dev.3

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,22 @@
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.5.0-dev.3](https://bitbucket.org/vixonic_dev/birthdays/compare/v0.5.0-dev.2...v0.5.0-dev.3) (2025-02-11)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * fixed style issues ([7aebb88](https://bitbucket.org/vixonic_dev/birthdays/commit/7aebb8816a8f63fea0956e6416b0445199cb861e))
11
+
12
+ ## [0.5.0-dev.2](https://bitbucket.org/vixonic_dev/birthdays/compare/v0.5.0-dev.1...v0.5.0-dev.2) (2025-02-11)
13
+
14
+ ## [0.5.0-dev.1](https://bitbucket.org/vixonic_dev/birthdays/compare/v0.5.0-dev.0...v0.5.0-dev.1) (2025-02-11)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * downgrade axios version ([dc7a4a6](https://bitbucket.org/vixonic_dev/birthdays/commit/dc7a4a6fb6cbb62a43638a4deb2b2d380589ea2c))
20
+
5
21
  ## [0.5.0-dev.0](https://bitbucket.org/vixonic_dev/birthdays/compare/v0.5.0-beta.0...v0.5.0-dev.0) (2025-02-10)
6
22
 
7
23
 
package/build.zip CHANGED
Binary file
@@ -79,7 +79,7 @@ export const appearanceInputs = [
79
79
  }),
80
80
  new NumberInput({
81
81
  id: 'containerRowsGap',
82
- label: 'Separador horizontal',
82
+ label: 'Separador vertical',
83
83
  description: 'Espacio entre filas (en porcentaje)',
84
84
  range: new NumberRangeValue(1, 100),
85
85
  }),
@@ -265,7 +265,7 @@
265
265
  },
266
266
  {
267
267
  "id": "containerRowsGap",
268
- "label": "Separador horizontal",
268
+ "label": "Separador vertical",
269
269
  "type": "number-input",
270
270
  "range": "[1:100:]",
271
271
  "description": "Espacio entre filas (en porcentaje)"
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "author": {
9
9
  "name": ""
10
10
  },
11
- "version": "0.5.0-dev.0",
11
+ "version": "0.5.0-dev.3",
12
12
  "scripts": {
13
13
  "prepublish": "vixonic-module-packager --mode=build",
14
14
  "watch": "vixonic-module-packager --mode=watch",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "animejs": "^2.0.2",
24
- "axios": "^1.6.8",
24
+ "axios": "^1.6.0",
25
25
  "localforage": "^1.10.0",
26
26
  "lodash": "^4.17.4",
27
27
  "moment": "^2.18.1",