Skip to content

Commit

Permalink
Update definitelyTyped (#40798)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12566578009

Upstream-Ref: Automattic/jetpack@766f8d3
  • Loading branch information
tbradsha authored and matticbot committed Jan 1, 2025
1 parent dd705ac commit 093b504
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [0.2.1] - 2024-12-31
### Added
- Added dist to mirror repo [#40776]
Expand Down Expand Up @@ -37,5 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed lints following ESLint rule changes for TS [#40584]
- Fixing a bug in Chart storybook data. [#40640]

[0.2.2-alpha]: https://github.com/Automattic/charts/compare/v0.2.1...v0.2.2-alpha
[0.2.1]: https://github.com/Automattic/charts/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Automattic/charts/compare/v0.1.0...v0.2.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/charts",
"version": "0.2.1",
"version": "0.2.2-alpha",
"description": "Display charts within Automattic products.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
"bugs": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"devDependencies": {
"@storybook/blocks": "8.4.6",
"@storybook/react": "8.4.6",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"esbuild": "0.24.2",
"esbuild-sass-plugin": "3.3.1",
"jest": "29.7.0",
Expand Down

0 comments on commit 093b504

Please sign in to comment.