@vixoniccom/menu-daily 0.1.1-dev.0 → 0.1.2-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,14 +2,20 @@
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.1.1-dev.0 (2025-02-13)
5
+ ### [0.1.2-dev.0](https://bitbucket.org/vixonic_dev/menu-daily/compare/v0.1.1...v0.1.2-dev.0) (2025-02-13)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * animejs was upgrated to v3.2.2 ([b53b53b](https://bitbucket.org/vixonic_dev/menu-daily/commit/b53b53ba4d4d93f8efff2958f88fc214f16e557e))
11
- * several packages were upgrated ([c3ade1b](https://bitbucket.org/vixonic_dev/menu-daily/commit/c3ade1b5b0bde05ee7c043ea6a8f3a5f7a60c18b))
12
- * standard-version was added to the app ([7043098](https://bitbucket.org/vixonic_dev/menu-daily/commit/7043098a5858981571920fcb2ac28cfad7180019))
10
+ * animejs was upgrated to v3.2.2 ([71d15ab](https://bitbucket.org/vixonic_dev/menu-daily/commit/71d15abf17fec775e3783ca8c8b5ed997bf4f6f2))
11
+ * several packages were upgrated ([2e1cac4](https://bitbucket.org/vixonic_dev/menu-daily/commit/2e1cac4a23c55196d7e60411417c6393a234f7a8))
12
+
13
+ ### 0.1.1 (2024-05-22)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * configuration label was corrected ([ebc6b85](https://bitbucket.org/vixonic_dev/menu-daily/commit/ebc6b85ab818004ac98011f6a2daf1c8f76335bb))
13
19
 
14
20
  <a name="0.1.0"></a>
15
21
  # 0.1.0 (2018-08-22)
package/build.zip CHANGED
Binary file
@@ -168,7 +168,7 @@
168
168
  {
169
169
  "type": "text-format",
170
170
  "id": "itemTitleTextFormat",
171
- "label": "Formato del tíltulo"
171
+ "label": "Formato del título"
172
172
  },
173
173
  {
174
174
  "type": "color-picker",
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "author": {
11
11
  "name": ""
12
12
  },
13
- "version": "0.1.1-dev.0",
13
+ "version": "0.1.2-dev.0",
14
14
  "scripts": {
15
15
  "prepublish": "vixonic-module-packager --mode build",
16
16
  "watch": "vixonic-module-packager --mode watch",
@@ -20,11 +20,11 @@
20
20
  "prerelease-dev": "standard-version --prerelease dev"
21
21
  },
22
22
  "devDependencies": {
23
+ "standard-version": "^9.5.0",
23
24
  "@types/node": "^14.18.63",
24
25
  "@types/react": "^17.0.35",
25
26
  "@types/react-dom": "^17.0.11",
26
- "@vixoniccom/module-packager": "^2.10.0",
27
- "standard-version": "^9.5.0"
27
+ "@vixoniccom/module-packager": "^2.10.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "animejs": "^3.2.2",