Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove accidental extra line break in release logs #88

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 8 additions & 15 deletions docs/release-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Part of: `@hubspot/[email protected]`

Upgrade to Vite@5

---
## 2024-10-15

Type: Enhancement
Expand All @@ -19,7 +18,6 @@ Part of:`@hubspot/[email protected]`
Add viewport meta tag to improve mobile viewing experience
Add local module meta validation

---
## 2024-10-09

Type: Enhancement
Expand All @@ -28,7 +26,7 @@ Part of: `@hubspot/[email protected]` and `@hubspot/[email protected]`

Upgrade [email protected]

---

## 2024-10-07

Type: Enhancement
Expand All @@ -37,15 +35,15 @@ Part of: `@hubspot/[email protected]`

Add enforcement of the required `occurrence` property for `RepeatedFieldGroup`

---

## 2024-08-26
Type: Enhancement

Part of: `@hubspot/[email protected]`

Miscellaneous TypeScript type improvements

---

## 2024-08-16

Type: Enhancement
Expand All @@ -58,7 +56,7 @@ Add support for the `buttons` option for the `display` property and add `preset`

Add support for the `links` property on all field components

---

## 2024-08-07

Type: Enhancement
Expand All @@ -67,7 +65,7 @@ Part of: `@hubspot/[email protected]`

Add support for the `alternateName` property for `FontField` and `ColorField`

---

## 2024-07-31

Type: Enhancement
Expand All @@ -76,7 +74,7 @@ Part of: `@hubspot/[email protected]`

TypeScript type improvements

---

## 2024-07-24

Type: Enhancement
Expand All @@ -85,11 +83,12 @@ Part of: `@hubspot/[email protected]`

Improvements to locally used secrets within .env file

---

Part of: `@hubspot/[email protected]`

Add support for `groupOccurrenceMeta` property for RepeatedFieldGroup

---

## 2024-07-19

Expand All @@ -99,7 +98,6 @@ Part of: `@hubspot/[email protected]` - `@hubspot/[email protected]`

Miscellaneous improvements and bug fixes

---

## 2024-06-24

Expand All @@ -109,7 +107,6 @@ Part of: `@hubspot/[email protected]` and `@hubspot/[email protected]`

Update field TypeScript types and improve field validation

---

## 2024-06-13

Expand All @@ -121,7 +118,6 @@ TypeScript type improvements
Add withRequest helper function
Add support for `required` property for field type generation

---

## 2024-05-17

Expand All @@ -132,7 +128,6 @@ Part of: `@hubspot/[email protected]`
Improvements to generated types
Add support for custom component type generation

---

## 2024-05-14
Type: Enhancement
Expand All @@ -143,7 +138,6 @@ Miscellaneous bug fixes
Part of: `@hubspot/[email protected]`
TypeScript type improvements for module fields

---

## 2024-05-02

Expand All @@ -155,7 +149,6 @@ Improved error messaging for proxy domains
Part of: `@hubspot/[email protected]`
Add withContact helper function

---

## 2024-04-27

Expand Down
Loading