diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f79b10b5..5f5c0365 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.3](https://github.com/barbajs/barba/compare/@barba/core@2.10.2...@barba/core@2.10.3) (2024-08-12) + +### Bug Fixes + +- **core:** :ambulance: hotfix event propagation ([6d35aa4](https://github.com/barbajs/barba/commit/6d35aa431673e6d37161772483f891d611fef8eb)), closes [#746](https://github.com/barbajs/barba/issues/746) + ## [2.10.2](https://github.com/barbajs/barba/compare/@barba/core@2.10.0...@barba/core@2.10.2) (2024-08-02) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index a1ab4081..649ee6d5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@barba/core", - "version": "2.10.2", + "version": "2.10.3", "description": "Create badass, fluid and smooth transition between your website's pages", "publishConfig": { "access": "public"