@vixoniccom/news-internal 0.4.21-dev.4 → 0.4.21-dev.40

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,144 @@
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.40](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.39...v0.4.21-dev.40) (2026-05-11)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * correct appearance group naming and unify title/description fields in news inputs ([f5c2917](https://github.com/Vixonic/store-news-internal/commit/f5c29174c0cf6162928c63b7c95b74301521c27b))
11
+
12
+ ### [0.4.21-dev.39](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.38...v0.4.21-dev.39) (2026-05-08)
13
+
14
+ ### [0.4.21-dev.38](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.37...v0.4.21-dev.38) (2026-05-08)
15
+
16
+ ### [0.4.21-dev.37](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.36...v0.4.21-dev.37) (2026-05-08)
17
+
18
+ ### [0.4.21-dev.36](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.35...v0.4.21-dev.36) (2026-05-08)
19
+
20
+ ### [0.4.21-dev.35](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.34...v0.4.21-dev.35) (2026-05-08)
21
+
22
+ ### [0.4.21-dev.34](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.33...v0.4.21-dev.34) (2026-05-08)
23
+
24
+ ### [0.4.21-dev.33](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.28...v0.4.21-dev.33) (2026-05-08)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
30
+ * update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
31
+
32
+ ### [0.4.21-dev.32](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.28...v0.4.21-dev.32) (2026-05-08)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
38
+ * update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
39
+
40
+ ### [0.4.21-dev.31](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.28...v0.4.21-dev.31) (2026-05-08)
41
+
42
+
43
+ ### Bug Fixes
44
+
45
+ * defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
46
+ * update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
47
+
48
+ ### [0.4.21-dev.30](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.28...v0.4.21-dev.30) (2026-05-08)
49
+
50
+
51
+ ### Bug Fixes
52
+
53
+ * defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
54
+ * update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
55
+
56
+ ### [0.4.21-dev.29](https://github.com/Vixonic/store-news-internal/compare/v0.4.21-dev.28...v0.4.21-dev.29) (2026-05-08)
57
+
58
+
59
+ ### Bug Fixes
60
+
61
+ * defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
62
+ * update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
63
+
64
+ ### [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)
65
+
66
+ ### [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)
67
+
68
+ ### [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)
69
+
70
+ ### [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)
71
+
72
+ ### [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)
73
+
74
+ ### [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)
75
+
76
+
77
+ ### Features
78
+
79
+ * add default message and format for news absence in parameters ([43948f0](https://github.com/Vixonic/store-news-internal/commit/43948f073735158883a48bdb118c8c4e3f14f50b))
80
+
81
+ ### [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)
82
+
83
+ ### [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)
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * use nullish coalescing for news size selection in title and description retrieval ([cabe85d](https://github.com/Vixonic/store-news-internal/commit/cabe85d2c96a7e6421607a156bcef2cc0838880d))
89
+
90
+ ### [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)
91
+
92
+
93
+ ### Bug Fixes
94
+
95
+ * refactor news title and description retrieval to use a helper function ([acf8cd0](https://github.com/Vixonic/store-news-internal/commit/acf8cd058203b259472fdf98eae028d6a175d222))
96
+
97
+ ### [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)
98
+
99
+
100
+ ### Bug Fixes
101
+
102
+ * enhance news parsing to include dynamic titles and descriptions based on size selection ([eddc7b3](https://github.com/Vixonic/store-news-internal/commit/eddc7b3aa93f4a10af163e77eeee07e643342a44))
103
+
104
+ ### [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)
105
+
106
+
107
+ ### Bug Fixes
108
+
109
+ * update range configuration for news items to [1:200] ([448fb18](https://github.com/Vixonic/store-news-internal/commit/448fb18c5b47559b327553ff6505a634d0975f91))
110
+
111
+ ### [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)
112
+
113
+ ### [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)
114
+
115
+ ### [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)
116
+
117
+ ### [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)
118
+
119
+
120
+ ### Bug Fixes
121
+
122
+ * correct range format for showTime input in configuration ([c81a55e](https://github.com/Vixonic/store-news-internal/commit/c81a55ec3b71ad805cabb184a562b1d014a01111))
123
+ * update news input IDs and types in configuration files ([725fa09](https://github.com/Vixonic/store-news-internal/commit/725fa0913d2be9c729246e1e62e3a25e48280011))
124
+
125
+ ### [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)
126
+
127
+ ### [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)
128
+
129
+ ### [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)
130
+
131
+ ### [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)
132
+
133
+ ### [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)
134
+
135
+ ### [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)
136
+
137
+ ### [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)
138
+
139
+ ### [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)
140
+
141
+ ### [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)
142
+
5
143
  ### [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)
6
144
 
7
145
  ### [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)