@vixoniccom/aqi 0.0.2-dev.5 → 0.0.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.
@@ -5,7 +5,6 @@ on:
5
5
  branches:
6
6
  - master
7
7
  - main
8
- - dalvayay/cd-con-variables-env
9
8
  pull_request:
10
9
  branches:
11
10
  - master
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.0.2](https://github.com/Vixonic/store-air-quality-index/compare/v0.0.2-dev.2...v0.0.2) (2025-09-29)
6
+
7
+
8
+ ### Features
9
+
10
+ * add cd action ([a10a79e](https://github.com/Vixonic/store-air-quality-index/commit/a10a79e8cbaea73e1844e428b3c3bdef80306f0f))
11
+ * add npmignore ([7a47bbe](https://github.com/Vixonic/store-air-quality-index/commit/7a47bbe83818d906d9390b893c80a13f864d85ae))
12
+ * remove test branch from workflow ([4e92c09](https://github.com/Vixonic/store-air-quality-index/commit/4e92c090ef0258afe14f1f6d585b23f6c6c37275))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * change prepublish script name ([06b7b1f](https://github.com/Vixonic/store-air-quality-index/commit/06b7b1f422aafb283b313a1e1632b0162c22c9b9))
18
+ * remove custom branch name from workflow ([8382625](https://github.com/Vixonic/store-air-quality-index/commit/83826251505ba70ef89ad1a1024d66efdb4122fe))
19
+ * return to prepublish script name ([ef9f415](https://github.com/Vixonic/store-air-quality-index/commit/ef9f415203e922708b962ea6fc1b91f85c945846))
20
+
5
21
  ### [0.0.2-dev.5](https://github.com/Vixonic/store-air-quality-index/compare/v0.0.2-dev.4...v0.0.2-dev.5) (2025-08-21)
6
22
 
7
23
 
package/build.zip CHANGED
Binary file
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "author": {
9
9
  "name": "Daniel Alvayay"
10
10
  },
11
- "version": "0.0.2-dev.5",
11
+ "version": "0.0.2",
12
12
  "scripts": {
13
13
  "prepublish": "vixonic-module-packager --mode=build",
14
14
  "watch": "vixonic-module-packager --mode=watch",