diff --git a/.changeset/fast-monkeys-smoke.md b/.changeset/fast-monkeys-smoke.md
deleted file mode 100644
index 676d9d23c..000000000
--- a/.changeset/fast-monkeys-smoke.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"eslint-plugin-vue": minor
----
-
-Added new `vue/no-undef-directives` rule
diff --git a/.changeset/gorgeous-colts-bathe.md b/.changeset/gorgeous-colts-bathe.md
deleted file mode 100644
index e5f3a14a8..000000000
--- a/.changeset/gorgeous-colts-bathe.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"eslint-plugin-vue": patch
----
-
-Updates resources
diff --git a/.changeset/rich-zebras-type.md b/.changeset/rich-zebras-type.md
deleted file mode 100644
index 62c2438ae..000000000
--- a/.changeset/rich-zebras-type.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"eslint-plugin-vue": minor
----
-
-Changed `vue/no-negated-v-if-condition` suggestion to autofix
diff --git a/.changeset/swift-spies-nail.md b/.changeset/swift-spies-nail.md
deleted file mode 100644
index 6d8ffe174..000000000
--- a/.changeset/swift-spies-nail.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"eslint-plugin-vue": minor
----
-
-Added new `ignoreEOLComments` option to `vue/no-multi-spaces` rule
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bbb44fa6..4e9c3d618 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# eslint-plugin-vue
+## 10.7.0
+
+### Minor Changes
+
+- Added new [`vue/no-undef-directives`](https://eslint.vuejs.org/rules/no-undef-directives.html) rule ([#2990](https://github.com/vuejs/eslint-plugin-vue/pull/2990))
+
+- Changed [`vue/no-negated-v-if-condition`](https://eslint.vuejs.org/rules/no-negated-v-if-condition.html) suggestion to autofix ([#2984](https://github.com/vuejs/eslint-plugin-vue/pull/2984))
+
+- Added new `ignoreEOLComments` option to [`vue/no-multi-spaces`](https://eslint.vuejs.org/rules/no-multi-spaces.html) rule ([#2989](https://github.com/vuejs/eslint-plugin-vue/pull/2989))
+
+### Patch Changes
+
+- Updates resources ([#2986](https://github.com/vuejs/eslint-plugin-vue/pull/2986))
+
## 10.6.2
### Patch Changes
diff --git a/docs/rules/no-undef-directives.md b/docs/rules/no-undef-directives.md
index f71e791c6..2c7ed7403 100644
--- a/docs/rules/no-undef-directives.md
+++ b/docs/rules/no-undef-directives.md
@@ -3,14 +3,13 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/no-undef-directives
description: disallow use of undefined custom directives
+since: v10.7.0
---
# vue/no-undef-directives
> disallow use of undefined custom directives
-- :exclamation: _**This rule has not been released yet.**_
-
## :book: Rule Details
This rule reports directives that are used in the ``, but that are not registered in the `