Skip to content

Commit

Permalink
Prep for Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfishdesign13 committed Nov 9, 2023
1 parent f4b34dc commit 9deb9ea
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 19 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ Currently, this repo is in Prerelease. When it is released, this project will ad

## Prerelease

## 2.1.2 (November 9, 2023)

### Adds

- Adds the `sizeBasedOn` prop to the `Logo` component.
- Added the `autoComplete` prop to the `TextInput` component for setting the "autocomplete" attribute manually.

### Updates

- Updates max version for Chakra UI to 1.8.9 for minor bug fixes.
- Updates max version for Chakra UI to `1.8.9` for minor bug fixes.
- Updates the layout for the `"campaign"` variant of the `Hero` component to have consistent padding on its left and right sides.

## 2.1.1 (October 26, 2023)

Expand Down
8 changes: 4 additions & 4 deletions src/components/Hero/Hero.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import Link from "../Link/Link";

# Hero

| Component Version | DS Version |
| ----------------- | ------------ |
| Added | `0.2.0` |
| Latest | `Prerelease` |
| Component Version | DS Version |
| ----------------- | ---------- |
| Added | `0.2.0` |
| Latest | `2.1.2` |

## Table of Contents

Expand Down
4 changes: 2 additions & 2 deletions src/components/Hero/heroChangelogData.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: "2023-11-09",
version: "2.1.2",
type: "Update",
affects: ["Styles"],
notes: [
Expand Down
8 changes: 4 additions & 4 deletions src/components/Logo/Logo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import Link from "../Link/Link";

# Logo

| Component Version | DS Version |
| ----------------- | ------------ |
| Added | `0.25.9` |
| Latest | `Prerelease` |
| Component Version | DS Version |
| ----------------- | ---------- |
| Added | `0.25.9` |
| Latest | `2.1.2` |

## Table of Contents

Expand Down
4 changes: 2 additions & 2 deletions src/components/Logo/logoChangelogData.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: "2023-11-09",
version: "2.1.2",
type: "Update",
affects: ["Documentation", "Functionality", "Styles"],
notes: ["Adds `sizeBasedOn` prop to the `Logo` component."],
Expand Down
8 changes: 4 additions & 4 deletions src/components/TextInput/TextInput.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import { changelogData } from "./textInputChangelogData";

# TextInput

| Component Version | DS Version |
| ----------------- | ------------ |
| Added | `0.22.0` |
| Latest | `Prerelease` |
| Component Version | DS Version |
| ----------------- | ---------- |
| Added | `0.22.0` |
| Latest | `2.1.2` |

## 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: "2023-11-09",
version: "2.1.2",
type: "Update",
affects: ["Accessibility"],
notes: [
Expand Down

0 comments on commit 9deb9ea

Please sign in to comment.