diff --git a/.changeset/create-oidc-docs.md b/.changeset/create-oidc-docs.md
deleted file mode 100644
index 7bfb6388bc..0000000000
--- a/.changeset/create-oidc-docs.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@lg-tools/create': patch
----
-
-Add CLI output and documentation for npm trusted publishing (OIDC) initial publish requirement
diff --git a/.changeset/itchy-experts-relax.md b/.changeset/itchy-experts-relax.md
deleted file mode 100644
index d3c15fd34a..0000000000
--- a/.changeset/itchy-experts-relax.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@leafygreen-ui/confirmation-modal': minor
----
-
-Updated Button types to use ButtonProps instead of BaseButtonProps to extend props that can be passed in, such as 'id'
diff --git a/.changeset/loading-spinner-v5-codemod.md b/.changeset/loading-spinner-v5-codemod.md
deleted file mode 100644
index de0dec3a83..0000000000
--- a/.changeset/loading-spinner-v5-codemod.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@lg-tools/codemods': minor
-'@lg-tools/cli': minor
----
-
-Updates `loading-spinner-v5` codemod to convert `displayOption` prop to `size` and `direction` props. The codemod now keeps the `description` and `baseFontSize` props instead of removing them.
-
diff --git a/.changeset/six-planets-itch.md b/.changeset/six-planets-itch.md
deleted file mode 100644
index 892414e625..0000000000
--- a/.changeset/six-planets-itch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@leafygreen-ui/avatar': patch
----
-
-[LG-5686](https://jira.mongodb.org/browse/LG-5686): update `AssistantAvatar` gradients
diff --git a/.changeset/slimy-mice-visit.md b/.changeset/slimy-mice-visit.md
deleted file mode 100644
index 349b0ee53f..0000000000
--- a/.changeset/slimy-mice-visit.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@leafygreen-ui/tokens': minor
----
-
-Updated placeholder color tokens to increase color contrast and improve accessibility
diff --git a/.changeset/spinner-description-direction.md b/.changeset/spinner-description-direction.md
deleted file mode 100644
index e15e06f01e..0000000000
--- a/.changeset/spinner-description-direction.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-'@leafygreen-ui/loading-indicator': minor
----
-
-Adds `description` and `direction` props to the `Spinner` component to support text rendering alongside the spinner.
-
-- `description`: Optional text to display alongside the spinner
-- `direction`: Controls the layout of the spinner and description (`vertical` or `horizontal`)
-- `baseFontSize`: Controls the font size of the description text
-- `svgProps`: Pass-through props for the SVG element
-
-```tsx
-
-```
-
-
diff --git a/packages/avatar/CHANGELOG.md b/packages/avatar/CHANGELOG.md
index bafaba05f8..abfae2f14d 100644
--- a/packages/avatar/CHANGELOG.md
+++ b/packages/avatar/CHANGELOG.md
@@ -1,5 +1,13 @@
# @leafygreen-ui/avatar
+## 3.1.7
+
+### Patch Changes
+
+- 7d81983: [LG-5686](https://jira.mongodb.org/browse/LG-5686): update `AssistantAvatar` gradients
+- Updated dependencies [76d5a8f]
+ - @leafygreen-ui/tokens@4.2.0
+
## 3.1.6
### Patch Changes
diff --git a/packages/avatar/package.json b/packages/avatar/package.json
index 06090db028..53267a7d7a 100644
--- a/packages/avatar/package.json
+++ b/packages/avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/avatar",
- "version": "3.1.6",
+ "version": "3.1.7",
"description": "LeafyGreen UI Avatar",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
diff --git a/packages/confirmation-modal/CHANGELOG.md b/packages/confirmation-modal/CHANGELOG.md
index cd7b30816e..c5ff0d8f1d 100644
--- a/packages/confirmation-modal/CHANGELOG.md
+++ b/packages/confirmation-modal/CHANGELOG.md
@@ -1,5 +1,16 @@
# @leafygreen-ui/confirmation-modal
+## 10.3.0
+
+### Minor Changes
+
+- bda019e: Updated Button types to use ButtonProps instead of BaseButtonProps to extend props that can be passed in, such as 'id'
+
+### Patch Changes
+
+- Updated dependencies [76d5a8f]
+ - @leafygreen-ui/tokens@4.2.0
+
## 10.2.4
### Patch Changes
diff --git a/packages/confirmation-modal/package.json b/packages/confirmation-modal/package.json
index 83540e9734..ba1f1329ef 100644
--- a/packages/confirmation-modal/package.json
+++ b/packages/confirmation-modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/confirmation-modal",
- "version": "10.2.4",
+ "version": "10.3.0",
"description": "leafyGreen UI Kit Confirmation Modal",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
diff --git a/packages/loading-indicator/CHANGELOG.md b/packages/loading-indicator/CHANGELOG.md
index c59b65f79f..838ce4ecbe 100644
--- a/packages/loading-indicator/CHANGELOG.md
+++ b/packages/loading-indicator/CHANGELOG.md
@@ -1,5 +1,31 @@
# @leafygreen-ui/loading-indicator
+## 5.1.0
+
+### Minor Changes
+
+- 12ac0b5: Adds `description` and `direction` props to the `Spinner` component to support text rendering alongside the spinner.
+
+ - `description`: Optional text to display alongside the spinner
+ - `direction`: Controls the layout of the spinner and description (`vertical` or `horizontal`)
+ - `baseFontSize`: Controls the font size of the description text
+ - `svgProps`: Pass-through props for the SVG element
+
+ ```tsx
+
+ ```
+
+### Patch Changes
+
+- Updated dependencies [76d5a8f]
+ - @leafygreen-ui/tokens@4.2.0
+
## 5.0.3
### Patch Changes
diff --git a/packages/loading-indicator/package.json b/packages/loading-indicator/package.json
index 829916d58c..859ccf7951 100644
--- a/packages/loading-indicator/package.json
+++ b/packages/loading-indicator/package.json
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/loading-indicator",
- "version": "5.0.3",
+ "version": "5.1.0",
"description": "leafyGreen UI Kit Loading Indicator",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md
index 887081de2e..b90737671b 100644
--- a/packages/tokens/CHANGELOG.md
+++ b/packages/tokens/CHANGELOG.md
@@ -1,5 +1,11 @@
# @leafygreen-ui/tokens
+## 4.2.0
+
+### Minor Changes
+
+- 76d5a8f: Updated placeholder color tokens to increase color contrast and improve accessibility
+
## 4.1.0
### Minor Changes
diff --git a/packages/tokens/package.json b/packages/tokens/package.json
index f78c477c7c..5733a7509c 100644
--- a/packages/tokens/package.json
+++ b/packages/tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/tokens",
- "version": "4.1.0",
+ "version": "4.2.0",
"description": "leafyGreen UI Kit Tokens",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
diff --git a/tools/cli/CHANGELOG.md b/tools/cli/CHANGELOG.md
index b92f470c64..d4518cdf2d 100644
--- a/tools/cli/CHANGELOG.md
+++ b/tools/cli/CHANGELOG.md
@@ -1,5 +1,18 @@
# @lg-tools/cli
+## 0.12.0
+
+### Minor Changes
+
+- 12ac0b5: Updates `loading-spinner-v5` codemod to convert `displayOption` prop to `size` and `direction` props. The codemod now keeps the `description` and `baseFontSize` props instead of removing them.
+
+### Patch Changes
+
+- Updated dependencies [fdad661]
+- Updated dependencies [12ac0b5]
+ - @lg-tools/create@0.5.1
+ - @lg-tools/codemods@0.7.0
+
## 0.11.0
### Minor Changes
diff --git a/tools/cli/package.json b/tools/cli/package.json
index 1d1cec1277..7680be3c94 100644
--- a/tools/cli/package.json
+++ b/tools/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/cli",
- "version": "0.11.0",
+ "version": "0.12.0",
"description": "Command Line tools for LeafyGreen",
"license": "Apache-2.0",
"main": "./dist/umd/index.js",
diff --git a/tools/codemods/CHANGELOG.md b/tools/codemods/CHANGELOG.md
index a60c067abf..096444a1af 100644
--- a/tools/codemods/CHANGELOG.md
+++ b/tools/codemods/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lg-tools/codemods
+## 0.7.0
+
+### Minor Changes
+
+- 12ac0b5: Updates `loading-spinner-v5` codemod to convert `displayOption` prop to `size` and `direction` props. The codemod now keeps the `description` and `baseFontSize` props instead of removing them.
+
## 0.6.0
### Minor Changes
diff --git a/tools/codemods/package.json b/tools/codemods/package.json
index ae887813af..a9fd98e3a6 100644
--- a/tools/codemods/package.json
+++ b/tools/codemods/package.json
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/codemods",
- "version": "0.6.0",
+ "version": "0.7.0",
"description": "Codemods for LeafyGreen UI",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
diff --git a/tools/create/CHANGELOG.md b/tools/create/CHANGELOG.md
index 2ae6a73206..35a2ce58cd 100644
--- a/tools/create/CHANGELOG.md
+++ b/tools/create/CHANGELOG.md
@@ -1,5 +1,11 @@
# @lg-tools/create
+## 0.5.1
+
+### Patch Changes
+
+- fdad661: Add CLI output and documentation for npm trusted publishing (OIDC) initial publish requirement
+
## 0.5.0
### Minor Changes
diff --git a/tools/create/package.json b/tools/create/package.json
index dd37c3bab5..1126189754 100644
--- a/tools/create/package.json
+++ b/tools/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/create",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Creates a new LeafyGreen packages",
"main": "./dist/umd/index.js",
"module": "dist/esm/index.js",