Skip to content

Commit

Permalink
📕 docs(none): 6.23.2 release (#2634)
Browse files Browse the repository at this point in the history
- Generated release notes

## Type of change

**NONE: internal change**
  • Loading branch information
kellymears committed Aug 20, 2024
1 parent f8d1657 commit 94e72f6
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
30 changes: 30 additions & 0 deletions sources/@repo/docs/content/releases/6.23.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
slug: "6.23.2"
title: "6.23.2"
description: Release notes for bud.js 6.23.2
date: 2024-08-09T06:58:41Z
author: kellymears
author_title: Developer
author_url: https://github.com/kellymears
author_image_url: https://avatars.githubusercontent.com/u/397606?v=4
tags:
- release
- 6
- 6.23
---

<!--This file is generated-->

Fixes an error when using `@roots/bud-typescript` in combination with `@roots/bud-vue`. Adds a new method which removes the `_DEFAULT` suffix from tailwind color values in generated WordPress theme.json files. Various security patches and transitive dependency updates.

<!--truncate-->

## What's Changed

* ✨ feat(minor): add bud.wp.json.removeDefaultSuffix by @kellymears in https://github.com/roots/bud/pull/2627
* 🩹 fix(minor): fix ts/vue error by @kellymears in https://github.com/roots/bud/pull/2623
* 📦 deps(patch): upgrade eslint-webpack-plugin by @kellymears in https://github.com/roots/bud/pull/2620
* 📦 deps(patch): upgrade dependencies (minor) by @kellymears in https://github.com/roots/bud/pull/2618
* 📦 deps(minor): upgrade non-breaking dependencies by @kellymears in https://github.com/roots/bud/pull/2628

**Full Changelog**: https://github.com/roots/bud/compare/v6.23.1...v6.23.2
46 changes: 46 additions & 0 deletions sources/@repo/docs/content/releases/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1647,5 +1647,51 @@
"patch": 1,
"semver": "6.23.1",
"tags": "[release, 6, 6.23]"
},
{
"url": "https://api.github.com/repos/roots/bud/releases/169456892",
"assets_url": "https://api.github.com/repos/roots/bud/releases/169456892/assets",
"upload_url": "https://uploads.github.com/repos/roots/bud/releases/169456892/assets{?name,label}",
"html_url": "https://github.com/roots/bud/releases/tag/v6.23.2",
"id": 169456892,
"author": {
"login": "kellymears",
"id": 397606,
"node_id": "MDQ6VXNlcjM5NzYwNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/397606?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kellymears",
"html_url": "https://github.com/kellymears",
"followers_url": "https://api.github.com/users/kellymears/followers",
"following_url": "https://api.github.com/users/kellymears/following{/other_user}",
"gists_url": "https://api.github.com/users/kellymears/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kellymears/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kellymears/subscriptions",
"organizations_url": "https://api.github.com/users/kellymears/orgs",
"repos_url": "https://api.github.com/users/kellymears/repos",
"events_url": "https://api.github.com/users/kellymears/events{/privacy}",
"received_events_url": "https://api.github.com/users/kellymears/received_events",
"type": "User",
"site_admin": false
},
"node_id": "RE_kwDOEDXd_84KGbT8",
"tag_name": "v6.23.2",
"target_commitish": "main",
"name": "6.23.2",
"draft": false,
"prerelease": false,
"created_at": "2024-08-09T06:50:18Z",
"published_at": "2024-08-09T06:58:41Z",
"assets": [],
"tarball_url": "https://api.github.com/repos/roots/bud/tarball/v6.23.2",
"zipball_url": "https://api.github.com/repos/roots/bud/zipball/v6.23.2",
"body": "## What's Changed\r\n\r\n* ✨ feat(minor): add bud.wp.json.removeDefaultSuffix by @kellymears in https://github.com/roots/bud/pull/2627\r\n* 🩹 fix(minor): fix ts/vue error by @kellymears in https://github.com/roots/bud/pull/2623\r\n* 📦 deps(patch): upgrade eslint-webpack-plugin by @kellymears in https://github.com/roots/bud/pull/2620\r\n* 📦 deps(patch): upgrade dependencies (minor) by @kellymears in https://github.com/roots/bud/pull/2618\r\n* 📦 deps(minor): upgrade non-breaking dependencies by @kellymears in https://github.com/roots/bud/pull/2628\r\n\r\n**Full Changelog**: https://github.com/roots/bud/compare/v6.23.1...v6.23.2",
"mentions_count": 1,
"intro": "Fixes an error when using `@roots/bud-typescript` in combination with `@roots/bud-vue`. Adds a new method which removes the `_DEFAULT` suffix from tailwind color values in generated WordPress theme.json files. Various security patches and transitive dependency updates.",
"major": 6,
"minor": 23,
"patch": 2,
"semver": "6.23.2",
"tags": "[release, 6, 6.23]"
}
]

0 comments on commit 94e72f6

Please sign in to comment.