@vixoniccom/news-internal 0.4.21-dev.31 → 0.4.21-dev.33
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 +31 -3
- package/build/main.js +1 -1
- package/build.zip +0 -0
- package/configuration/newsGroup/index.ts +2 -2
- package/package.json +2 -2
- package/src/components/App.tsx +2 -2
- package/src/components/NewsContainer/index.tsx +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,39 @@
|
|
|
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.
|
|
5
|
+
### [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)
|
|
6
6
|
|
|
7
|
-
### [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)
|
|
8
7
|
|
|
9
|
-
###
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
|
|
11
|
+
* update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
|
|
12
|
+
|
|
13
|
+
### [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)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
|
|
19
|
+
* update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
|
|
20
|
+
|
|
21
|
+
### [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)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
|
|
27
|
+
* update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
|
|
28
|
+
|
|
29
|
+
### [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)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* defaultText-update default messages for news display ([8e37ff4](https://github.com/Vixonic/store-news-internal/commit/8e37ff4c86f640c9efffca274f6b1371999dd303))
|
|
35
|
+
* update npm publish workflow to trigger on pull requests ([fa55bb0](https://github.com/Vixonic/store-news-internal/commit/fa55bb035cc73215991ee61f485d93e10926999f))
|
|
36
|
+
|
|
37
|
+
### [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)
|
|
10
38
|
|
|
11
39
|
|
|
12
40
|
### Bug Fixes
|