Skip to content

Commit

Permalink
Merging from v4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuzman committed Dec 20, 2024
2 parents 4a1bd50 + 3f5d8e0 commit b96035e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ Currently, this repo is in Prerelease. When it is released, this project will ad

## Prerelease

## 4.0.0 (TBD)

### Updates

- [Updates `Template` component(s)](https://newyorkpubliclibrary.atlassian.net/browse/DSD-1884) and styles per TAD.

## 3.5.1 (December 19, 2024)

### Adds

- Adds `jest-transformer-svg` to mock SVGs more accurately in our tests
Expand Down
2 changes: 1 addition & 1 deletion src/components/TextInput/TextInput.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { changelogData } from "./textInputChangelogData";
| Component Version | DS Version |
| ----------------- | ---------- |
| Added | `0.22.0` |
| Latest | `3.3.2` |
| Latest | `3.5.1` |

## Table of Contents

Expand Down
4 changes: 2 additions & 2 deletions src/components/TextInput/textInputChangelogData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { ChangelogData } from "../../utils/ComponentChangelogTable";

export const changelogData: ChangelogData[] = [
{
date: "Prerelease",
version: "Prerelease",
date: "2024-12-19",
version: "3.5.1",
type: "Bug Fix",
affects: ["Functionality", "Accessibility"],
notes: [
Expand Down

0 comments on commit b96035e

Please sign in to comment.