@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Changed
11+
12+ - Bumped dependencies, in PR [ #21 ] ( https://github.com/compulim/use-propagate/pull/21 )
13+ - Development dependencies
14+ - [ ` @babel/preset-env@7.25.8 ` ] ( https://npmjs.com/package/@babel/preset-env/v/7.25.8 )
15+ - [ ` @babel/preset-react@7.25.7 ` ] ( https://npmjs.com/package/@babel/preset-react/v/7.25.7 )
16+ - [ ` @babel/preset-typescript@7.25.7 ` ] ( https://npmjs.com/package/@babel/preset-typescript/v/7.25.7 )
17+ - [ ` @testing-library/dom@10.4.0 ` ] ( https://npmjs.com/package/@testing-library/dom/v/10.4.0 )
18+ - [ ` @testing-library/react@16.0.1 ` ] ( https://npmjs.com/package/@testing-library/react/v/16.0.1 )
19+ - [ ` @tsconfig/recommended@1.0.7 ` ] ( https://npmjs.com/package/@tsconfig/recommended/v/1.0.7 )
20+ - [ ` @types/jest@29.5.13 ` ] ( https://npmjs.com/package/@types/jest/v/29.5.13 )
21+ - [ ` @types/react@18.3.11 ` ] ( https://npmjs.com/package/@types/react/v/18.3.11 )
22+ - [ ` @types/react-dom@18.3.1 ` ] ( https://npmjs.com/package/@types/react-dom/v/18.3.1 )
23+ - [ ` @typescript-eslint/eslint-plugin@8.8.1 ` ] ( https://npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.8.1 )
24+ - [ ` @typescript-eslint/parser@8.8.1 ` ] ( https://npmjs.com/package/@typescript-eslint/parser/v/8.8.1 )
25+ - [ ` esbuild@0.24.0 ` ] ( https://npmjs.com/package/esbuild/v/0.24.0 )
26+ - [ ` eslint@9.12.0 ` ] ( https://npmjs.com/package/eslint/v/9.12.0 )
27+ - [ ` eslint-plugin-prettier@5.2.1 ` ] ( https://npmjs.com/package/eslint-plugin-prettier/v/5.2.1 )
28+ - [ ` eslint-plugin-react@7.37.1 ` ] ( https://npmjs.com/package/eslint-plugin-react/v/7.37.1 )
29+ - [ ` prettier@3.3.3 ` ] ( https://npmjs.com/package/prettier/v/3.3.3 )
30+ - [ ` tsup@8.3.0 ` ] ( https://npmjs.com/package/tsup/v/8.3.0 )
31+ - [ ` typescript@5.6.3 ` ] ( https://npmjs.com/package/typescript/v/5.6.3 )
32+
833## [ 0.2.0] - 2024-07-24
934
1035### Added
@@ -50,5 +75,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5075- Updated pull request validation to test against various React versions, in PR [ #1 ] ( https://github.com/compulim/use-propagate/pull/1 )
5176 - Moved from JSX Runtime to JSX Classic to support testing against React 16
5277
78+ [ Unreleased ] : https://github.com/compulim/use-propagate/compare/v0.2.0...HEAD
5379[ 0.2.0 ] : https://github.com/compulim/use-propagate/compare/v0.1.0...v0.2.0
5480[ 0.1.0 ] : https://github.com/compulim/use-propagate/releases/tag/v0.1.0
0 commit comments