@vixoniccom/news-internal 0.4.21-dev.3 → 0.4.21-dev.30

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.
@@ -1,15 +1,15 @@
1
1
  name: Publish to NPM
2
2
 
3
3
  on:
4
- push:
4
+ pull_request:
5
5
  branches:
6
+ - development
6
7
  - master
7
8
  - main
9
+ workflow_dispatch:
8
10
 
9
11
  jobs:
10
12
  publish:
11
- # Solo ejecutar si es un push a main/master
12
- if: github.event_name == 'push'
13
13
  runs-on: ubuntu-latest
14
14
 
15
15
  steps:
@@ -44,6 +44,16 @@ jobs:
44
44
  env:
45
45
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46
46
 
47
+ - name: Configure Git
48
+ run: |
49
+ git config --global user.name "github-actions[bot]"
50
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
51
+
52
+ - name: Create release version
53
+ run: npm run release
54
+ env:
55
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56
+
47
57
  - name: Build package
48
58
  run: npm run prepublish
49
59
  env:
package/CHANGELOG.md CHANGED
@@ -2,6 +2,97 @@
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.4.21-dev.30](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.29...v0.4.21-dev.30) (2026-04-21)
6
+
7
+ ### [0.4.21-dev.29](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.28...v0.4.21-dev.29) (2026-04-21)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
13
+ * update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
14
+
15
+ ### [0.4.21-dev.28](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.27...v0.4.21-dev.28) (2026-01-26)
16
+
17
+ ### [0.4.21-dev.27](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.26...v0.4.21-dev.27) (2026-01-26)
18
+
19
+ ### [0.4.21-dev.26](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.25...v0.4.21-dev.26) (2026-01-26)
20
+
21
+ ### [0.4.21-dev.25](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.24...v0.4.21-dev.25) (2026-01-23)
22
+
23
+ ### [0.4.21-dev.24](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.23...v0.4.21-dev.24) (2026-01-23)
24
+
25
+ ### [0.4.21-dev.23](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.22...v0.4.21-dev.23) (2026-01-23)
26
+
27
+
28
+ ### Features
29
+
30
+ * add default message and format for news absence in parameters ([43948f0](https://github.com/Vixonic/store-news-internal/commit/43948f073735158883a48bdb118c8c4e3f14f50b))
31
+
32
+ ### [0.4.21-dev.22](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.21...v0.4.21-dev.22) (2026-01-23)
33
+
34
+ ### [0.4.21-dev.21](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.20...v0.4.21-dev.21) (2026-01-23)
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * use nullish coalescing for news size selection in title and description retrieval ([cabe85d](https://github.com/Vixonic/store-news-internal/commit/cabe85d2c96a7e6421607a156bcef2cc0838880d))
40
+
41
+ ### [0.4.21-dev.20](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.19...v0.4.21-dev.20) (2026-01-12)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * refactor news title and description retrieval to use a helper function ([acf8cd0](https://github.com/Vixonic/store-news-internal/commit/acf8cd058203b259472fdf98eae028d6a175d222))
47
+
48
+ ### [0.4.21-dev.19](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.18...v0.4.21-dev.19) (2026-01-12)
49
+
50
+
51
+ ### Bug Fixes
52
+
53
+ * enhance news parsing to include dynamic titles and descriptions based on size selection ([eddc7b3](https://github.com/Vixonic/store-news-internal/commit/eddc7b3aa93f4a10af163e77eeee07e643342a44))
54
+
55
+ ### [0.4.21-dev.18](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.17...v0.4.21-dev.18) (2026-01-12)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * update range configuration for news items to [1:200] ([448fb18](https://github.com/Vixonic/store-news-internal/commit/448fb18c5b47559b327553ff6505a634d0975f91))
61
+
62
+ ### [0.4.21-dev.17](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.16...v0.4.21-dev.17) (2026-01-12)
63
+
64
+ ### [0.4.21-dev.16](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.15...v0.4.21-dev.16) (2026-01-12)
65
+
66
+ ### [0.4.21-dev.15](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.14...v0.4.21-dev.15) (2026-01-12)
67
+
68
+ ### [0.4.21-dev.14](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.13...v0.4.21-dev.14) (2026-01-12)
69
+
70
+
71
+ ### Bug Fixes
72
+
73
+ * correct range format for showTime input in configuration ([c81a55e](https://github.com/Vixonic/store-news-internal/commit/c81a55ec3b71ad805cabb184a562b1d014a01111))
74
+ * update news input IDs and types in configuration files ([725fa09](https://github.com/Vixonic/store-news-internal/commit/725fa0913d2be9c729246e1e62e3a25e48280011))
75
+
76
+ ### [0.4.21-dev.13](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.12...v0.4.21-dev.13) (2026-01-12)
77
+
78
+ ### [0.4.21-dev.12](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.11...v0.4.21-dev.12) (2026-01-12)
79
+
80
+ ### [0.4.21-dev.11](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.10...v0.4.21-dev.11) (2026-01-12)
81
+
82
+ ### [0.4.21-dev.10](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.9...v0.4.21-dev.10) (2026-01-12)
83
+
84
+ ### [0.4.21-dev.9](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.8...v0.4.21-dev.9) (2026-01-12)
85
+
86
+ ### [0.4.21-dev.8](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.7...v0.4.21-dev.8) (2026-01-12)
87
+
88
+ ### [0.4.21-dev.7](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.6...v0.4.21-dev.7) (2026-01-12)
89
+
90
+ ### [0.4.21-dev.6](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.5...v0.4.21-dev.6) (2026-01-12)
91
+
92
+ ### [0.4.21-dev.5](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.4...v0.4.21-dev.5) (2026-01-12)
93
+
94
+ ### [0.4.21-dev.4](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.3...v0.4.21-dev.4) (2026-01-12)
95
+
5
96
  ### [0.4.21-dev.3](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.2...v0.4.21-dev.3) (2026-01-12)
6
97
 
7
98
  ### [0.4.21-dev.2](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.1...v0.4.21-dev.2) (2026-01-12)