Skip to content

Commit f6891e6

Browse files
committed
changelogs for eslint change
1 parent 627e7c4 commit f6891e6

12 files changed

Lines changed: 44 additions & 7 deletions

File tree

examples/next/docs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- update to take supply static `webpackNormalModule` corresponding to webpack plugin [version 0.9.0](../../../packages/webpack/docs/CHANGELOG.md#090---2025-07-29)
13-
- update NextJs to version 15.5.6
13+
- update [`Next.js`](https://nextjs.org/) to version 15.5.6
14+
- update [`@playwright/test`](https://github.com/microsoft/playwright/tree/main/packages/playwright-test) to 1.56.0
1415

1516
## [0.4.0] - 2025-10-20
1617

examples/serve/docs/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.4.0] - 2025-10-21
99

10-
### Changed
10+
### Added
1111

1212
- updated toggle handlers to take a `variantPathMap` corresponding to webpack [version 0.9.0](../../../packages/webpack/docs/CHANGELOG.md#090---2025-07-29)
13+
- `@typescript-eslint/parser` to support the above
14+
15+
### Fixed
16+
17+
- convert deprecated `unstable_config_lookup_from_file` eslint flag to `v10_config_lookup_from_file` now that [its stable](https://eslint.org/docs/latest/flags/#active-flags) awaiting next major version
1318

1419
## [0.3.0] - 2025-10-20
1520

packages/features/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.1] - 2025-10-21
9+
10+
### Fixed
11+
12+
- convert deprecated `unstable_config_lookup_from_file` eslint flag to `v10_config_lookup_from_file` now that [its stable](https://eslint.org/docs/latest/flags/#active-flags) awaiting next major version
13+
814
## [0.5.0] - 2025-10-20
915

1016
### Changed

packages/features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asos/web-toggle-point-features",
33
"description": "toggle point features code, used to store toggle state",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"license": "MIT",
66
"type": "module",
77
"main": "./lib/global.js",

packages/react-pointcuts/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.1] - 2025-10-21
9+
10+
### Fixed
11+
12+
- convert deprecated `unstable_config_lookup_from_file` eslint flag to `v10_config_lookup_from_file` now that [its stable](https://eslint.org/docs/latest/flags/#active-flags) awaiting next major version
13+
- reverted errant linebreak
14+
815
## [0.5.0] - 2025-09-30
916

1017
### Changed

packages/react-pointcuts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asos/web-toggle-point-react-pointcuts",
33
"description": "react pointcut code",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"license": "MIT",
66
"type": "module",
77
"main": "./lib/main.es5.cjs",

packages/ssr/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.7] - 2025-10-21
9+
10+
### Fixed
11+
12+
- convert deprecated `unstable_config_lookup_from_file` eslint flag to `v10_config_lookup_from_file` now that [its stable](https://eslint.org/docs/latest/flags/#active-flags) awaiting next major version
13+
814
## [0.2.6] - 2025-09-30
915

1016
### Fixed

packages/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asos/web-toggle-point-ssr",
33
"description": "toggle point server side rendering code",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"license": "MIT",
66
"type": "module",
77
"main": "./lib/main.es5.cjs",

packages/webpack/docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.1] - 2025-10-21
9+
10+
### Fixed
11+
12+
- convert deprecated `unstable_config_lookup_from_file` eslint flag to `v10_config_lookup_from_file` now that [its stable](https://eslint.org/docs/latest/flags/#active-flags) awaiting next major version
13+
814
## [0.9.0] - 2025-10-21
915

1016
### Changed

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asos/web-toggle-point-webpack",
33
"description": "toggle point webpack plugin",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"license": "MIT",
66
"type": "module",
77
"main": "./lib/main.cjs",

0 commit comments

Comments
 (0)