@vixoniccom/birthdays 0.7.10-dev.0 → 0.7.10-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.
@@ -25,13 +25,13 @@ jobs:
25
25
  echo "deployment_start=$(date +"%Y-%m-%dT%H:%M:%S%:z")" >> "$GITHUB_OUTPUT"
26
26
 
27
27
  - name: Checkout repository
28
- uses: actions/checkout@v4
28
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
29
29
  with:
30
30
  fetch-depth: 0
31
31
  token: ${{ secrets.PRIVATE_TOKEN_GITHUB }}
32
32
 
33
33
  - name: Setup Node.js 20
34
- uses: actions/setup-node@v4
34
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
35
35
  with:
36
36
  node-version: '20'
37
37
  registry-url: 'https://registry.npmjs.org'
@@ -44,7 +44,7 @@ jobs:
44
44
  echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
45
45
 
46
46
  - name: Cache node modules
47
- uses: actions/cache@v4
47
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
48
48
  with:
49
49
  path: ~/.npm
50
50
  key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -97,7 +97,7 @@ jobs:
97
97
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
98
98
 
99
99
  - name: Create GitHub Release
100
- uses: softprops/action-gh-release@v2
100
+ uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
101
101
  with:
102
102
  tag_name: v${{ steps.extract_version.outputs.version }}
103
103
  name: v${{ steps.extract_version.outputs.version }}
@@ -113,7 +113,7 @@ jobs:
113
113
  if: always()
114
114
 
115
115
  steps:
116
- - uses: actions/checkout@v4
116
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
117
117
  with:
118
118
  fetch-depth: 0
119
119
  token: ${{ secrets.PRIVATE_TOKEN_GITHUB }}
@@ -11,19 +11,19 @@ jobs:
11
11
  sonarqube:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
- - uses: actions/checkout@v4
14
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
15
15
  with:
16
16
  # Disabling shallow clone is recommended for improving relevancy of reporting.
17
17
  fetch-depth: 0
18
18
 
19
19
  - name: SonarQube Scan
20
- uses: sonarsource/sonarqube-scan-action@master
20
+ uses: sonarsource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
21
21
  env:
22
22
  SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
23
23
  SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
24
24
 
25
25
  - name: SonarQube Quality Gate Check
26
- uses: sonarsource/sonarqube-quality-gate-action@master
26
+ uses: sonarsource/sonarqube-quality-gate-action@cf038b0e0cdecfa9e56c198bbb7d21d751d62c3b # v1.2.0
27
27
  timeout-minutes: 5
28
28
  env:
29
29
  SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -2,12 +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.7.10-dev.0](https://github.com/Vixonic/store-birthdays/compare/v0.7.8...v0.7.10-dev.0) (2026-04-15)
5
+ ### [0.7.10-dev.3](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.1...v0.7.10-dev.3) (2026-04-23)
6
+
7
+ ### [0.7.10-dev.2](https://github.com/Vixonic/store-birthdays/compare/v0.7.10-dev.1...v0.7.10-dev.2) (2026-04-23)
8
+
9
+ ### [0.7.10-dev.1](https://github.com/Vixonic/store-birthdays/compare/v0.7.9...v0.7.10-dev.1) (2026-04-23)
10
+
11
+ ### [0.7.10-dev.0](https://github.com/Vixonic/store-birthdays/compare/v0.7.9...v0.7.10-dev.0) (2026-04-23)
12
+
13
+ ### [0.7.9](https://github.com/Vixonic/store-birthdays/compare/v0.7.8...v0.7.9) (2026-04-23)
6
14
 
7
15
 
8
16
  ### Bug Fixes
9
17
 
10
- * module packager update ([f5f401a](https://github.com/Vixonic/store-birthdays/commit/f5f401addce48aa0f71b2a5e0ce5e796d92b7479))
18
+ * pipeline hash ([d6ac43a](https://github.com/Vixonic/store-birthdays/commit/d6ac43ac153b28adda5576fdb782bbec68c20f9f))
11
19
 
12
20
  ### [0.7.8](https://github.com/Vixonic/store-birthdays/compare/v0.7.8-dev.1...v0.7.8) (2026-03-19)
13
21
 
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.10-dev.0",
11
+ "version": "0.7.10-dev.3",
12
12
  "scripts": {
13
13
  "prepublish": "vixonic-module-packager --mode=build",
14
14
  "watch": "vixonic-module-packager --mode=watch",
@@ -29,7 +29,7 @@
29
29
  "@types/lodash": "^4.17.0",
30
30
  "@types/react": "^18.3.23",
31
31
  "@types/react-dom": "^18.3.7",
32
- "@vixoniccom/module-packager": "2.14.0-dev.0",
32
+ "@vixoniccom/module-packager": "^2.13.0",
33
33
  "@vixoniccom/modules": "^2.25.0-dev.6",
34
34
  "standard-version": "^9.5.0"
35
35
  }