@newskit-render/core 2.40.0 → 2.40.1
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 +8 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.40.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@2.40.0-alpha.0...@newskit-render/core@2.40.0) (2023-01-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @newskit-render/core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.39.6](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@2.39.6-alpha.6...@newskit-render/core@2.39.6) (2023-01-25)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @newskit-render/core
|
package/README.md
CHANGED
|
@@ -269,6 +269,6 @@ code here
|
|
|
269
269
|
// end create-render-app effected
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
This comment
|
|
272
|
+
This comment denotes that the line or lines in between are effected by the running of the [@newskit-render/create-render-app package](https://github.com/newscorp-ghfb/ncu-newskit-render/tree/master/packages/create-render-app).
|
|
273
273
|
|
|
274
274
|
If you are touching / modifiying code with these comments you need to be aware that you may affect the successful running of the [@newskit-render/create-render-app package](https://github.com/newscorp-ghfb/ncu-newskit-render/tree/master/packages/create-render-app)
|