From 680360e054892c39bba28b2843d6553a2f26315f Mon Sep 17 00:00:00 2001 From: Andrew Holloway Date: Thu, 12 Sep 2024 13:38:52 -0500 Subject: [PATCH] chore(release): 15.4.0-alpha.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305818d02..4c8e3af48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [15.4.0-alpha.0](https://github.com/chanzuckerberg/edu-design-system/compare/v15.3.1...v15.4.0-alpha.0) (2024-09-12) + + +### Features + +* **Button:** support for not-allowed cursor when disabled ([#2052](https://github.com/chanzuckerberg/edu-design-system/issues/2052)) ([46cb9f6](https://github.com/chanzuckerberg/edu-design-system/commit/46cb9f61b75e3fee77813e574c09bf220c625151)) +* **DataTable:** implement TanStack Table ([#2055](https://github.com/chanzuckerberg/edu-design-system/issues/2055)) ([a4dbf21](https://github.com/chanzuckerberg/edu-design-system/commit/a4dbf2119ccded549162cacd9399c5f43a139ed9)) +* **DataTable:** introduce 1.0 component ([269ba31](https://github.com/chanzuckerberg/edu-design-system/commit/269ba31b1d09eb575f018fc97b25d15cd8d6e1d3)) + ### [15.3.1](https://github.com/chanzuckerberg/edu-design-system/compare/v15.3.0...v15.3.1) (2024-08-26) diff --git a/package.json b/package.json index a16d3f015..12c89f488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chanzuckerberg/eds", - "version": "15.3.1", + "version": "15.4.0-alpha.0", "description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications", "author": "CZI ", "homepage": "https://github.com/chanzuckerberg/edu-design-system",