Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Changelog"
description: "All notable changes to this project, formatted per Keep a Changelog 1.1.0 and Semantic Versioning"
file_type: "documentation"
created_date: "2025-09-20"
last_updated: "2026-06-19"
last_updated: "2026-07-15"
owners:
- LightSpeed Team
tags:
Expand All @@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- **Babel peer-dependency conflict** — Reverted `@babel/plugin-transform-runtime` and `@babel/preset-react` from `8.0.1` to `7.29.7` after a Dependabot major-version bump left them requiring `@babel/core@^8.0.0` while `@babel/core` and the rest of the toolchain remained on `7.x`, which broke `npm ci` (and therefore every CI job) repo-wide. ([#1042](https://github.com/lightspeedwp/.github/issues/1042), [PR #1043](https://github.com/lightspeedwp/.github/pull/1043))

## [0.6.0] - 2026-06-19

### Added
Expand Down
Loading
Loading