You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+20-13Lines changed: 20 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@ N.B. See changelogs for individual packages, where most change will occur:
14
14
15
15
This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
16
16
17
+
## [0.10.6] - 2025-07-14
18
+
19
+
### Fixed
20
+
21
+
- Reverted the transpilation hack introduced in [version 0.1.0](#090---2024-11-29) for [danger-js](https://github.com/danger/danger-js), after [implementing a fix](https://github.com/danger/danger-js/pull/1476), thus upgrading danger to `12.3.4`.
22
+
- Consistent version linking and full-stops, in this changelog
23
+
17
24
## [0.10.5] - 2025-03-06
18
25
19
26
### Fixed
@@ -71,17 +78,17 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
71
78
### Fixed
72
79
73
80
- support windows `endOfLine` in lint setup
74
-
- ensured that changes to `package-lock.json` caused by a package adding a dependency doesn't necessarily mean a `CHANGELOG.md` or version bump is required in the monorepo root; since it's not really had any meaningful change itself.
81
+
- ensured that changes to `package-lock.json` caused by a package adding a dependency doesn't necessarily mean a `CHANGELOG.md` or version bump is required in the monorepo root; since it's not really had any meaningful change itself
75
82
76
83
## [0.9.0] - 2024-11-29
77
84
78
85
### Changed
79
86
80
-
- reluctantly add `react` and `react-dom` to the repo root `package.json`, despite not being needed by all packages, due to errant npm deduping.
87
+
- reluctantly add `react` and `react-dom` to the repo root `package.json`, despite not being needed by all packages, due to errant npm deduping
81
88
- ingested `peripheral` packages
82
89
- reluctantly convert danger files to cjs (& [exclude from transpilation](https://danger.systems/js/tutorials/transpilation#disabling-transpilation)), since peripheral babel modules added create a circular reference in babel, and ignores don't work in danger due to https://github.com/danger/danger-js/issues/1469
83
90
- removed the `optimizely` package, since not ready for open source, replaced with a fake activation plugin
84
-
- remove `eslint-plugin-markdownlint`, hangover from move to eslint 9 in version `0.6.0`, which has native markdown support
91
+
- remove `eslint-plugin-markdownlint`, hangover from move to eslint 9 in [version 0.6.0](#060---2024-11-25), which has native markdown support
85
92
86
93
## [0.8.0] - 2024-11-29
87
94
@@ -112,7 +119,7 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
112
119
113
120
### Fixed
114
121
115
-
- Removed old `yarn.lock` left over from 0.4.3 update.
122
+
- Removed old `yarn.lock` left over from [0.4.3 update](#043---2023-09-12)
116
123
117
124
## Added
118
125
@@ -124,7 +131,7 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
124
131
125
132
- Moved to v4 of [`upload-artifact`](https://github.com/actions/upload-artifact) and [`download-artifact`](https://github.com/actions/download-artifact) actions
126
133
- Changed nature of pre-release packages to `beta` from `alpha` (better matching the reality of how these pre-releases are used)
127
-
- Fixed up contribution guide since version 0.5.0 added the proposed update checks
134
+
- Fixed up contribution guide since [version 0.5.0](#050---2023-10-23) added the proposed update checks
128
135
- Updated to JSDoc 4, issue with factories resolved
129
136
130
137
### Changed
@@ -136,9 +143,9 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
136
143
137
144
### Fixed
138
145
139
-
- Fixed up the [`pull_request_template.md`](../.github/pull_request_template.md) for ADO & formatting.
146
+
- Fixed up the [`pull_request_template.md`](../.github/pull_request_template.md) for ADO & formatting
140
147
- Ensured JSDoc linting rules do not apply to test code
141
-
- Updated deps to remove 1 high and two moderate npm audit failures.
148
+
- Updated deps to remove 1 high and two moderate npm audit failures
142
149
143
150
## [0.5.7] - 2024-07-19
144
151
@@ -166,7 +173,7 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
166
173
167
174
### Fixed
168
175
169
-
- Fixup documentation left fallow from package split (0.5.0)
176
+
- Fixup documentation left fallow from package split [0.5.0](#050---2023-10-23)
170
177
- Upgrade serialize-javascript to 6.0.2 to avoid [`SNYK-JS-SERIALIZEJAVASCRIPT-614760`](https://security.snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607)
@@ -195,7 +202,7 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
195
202
196
203
### Changed
197
204
198
-
- Split the "app" package into separate "ssr", "features" and "react-pointcuts" packages.
205
+
- Split the "app" package into separate "ssr", "features" and "react-pointcuts" packages
199
206
- Move to explicit rather than wildcard workspaces, to enable reification of the repo when publishing (waiting on [an issue to resolve](https://github.com/Roaders/workspace-version/issues/3))
200
207
- Updated the `dedupeExternalJsdocPlugin` to de-duplicate members of external namespaces, rather than just the namespaces themselves (to ensure we don't duplicate React, HostApplication etc. in the html documentation)
201
208
- Updated packages for snyk vulnerabilities, populated policy file
@@ -207,7 +214,7 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
207
214
208
215
### Added
209
216
210
-
- Danger check to ensure that when a package version is updated, any dependent packages also are updated. Needed since "features" relies on "ssr".
217
+
- Danger check to ensure that when a package version is updated, any dependent packages also are updated. Needed since "features" relies on "ssr"
211
218
- Added `eslint-plugin-workspaces` with recommended rules
212
219
213
220
## [0.4.5] - 2023-10-03
@@ -230,7 +237,7 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
230
237
231
238
### Changed
232
239
233
-
- Moved away from SPN usage to app registrations in the GHA pipelines.
240
+
- Moved away from SPN usage to app registrations in the GHA pipelines
234
241
235
242
## [0.4.3] - 2023-09-12
236
243
@@ -248,7 +255,7 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
248
255
249
256
### Fixed
250
257
251
-
- Ensured that failures (due to no changed version) whilst releasing one package do not prevent other jobs in the publish matrix from running, or from marking the workflow as a whole as a failure.
258
+
- Ensured that failures (due to no changed version) whilst releasing one package do not prevent other jobs in the publish matrix from running, or from marking the workflow as a whole as a failure
252
259
253
260
## [0.4.0] - 2022-12-23
254
261
@@ -272,4 +279,4 @@ This log covers the [monorepo](https://en.wikipedia.org/wiki/Monorepo).
0 commit comments