diff --git a/.changeset/sixty-bulldogs-look.md b/.changeset/sixty-bulldogs-look.md
deleted file mode 100644
index 28006a2..0000000
--- a/.changeset/sixty-bulldogs-look.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"@jspsych/new-extension": patch
-"@jspsych-timelines/new-timeline": patch
-"@jspsych/new-plugin": patch
----
-
-This patch adds documentation for jspsych-dev and the new-plugin tool; adds the new-extension tool and new-timeline tool.
diff --git a/packages/new-extension/CHANGELOG.md b/packages/new-extension/CHANGELOG.md
new file mode 100644
index 0000000..63de978
--- /dev/null
+++ b/packages/new-extension/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @jspsych/new-extension
+
+## 0.0.2
+
+### Patch Changes
+
+- 80d83bf: This patch adds documentation for jspsych-dev and the new-plugin tool; adds the new-extension tool and new-timeline tool.
diff --git a/packages/new-extension/package.json b/packages/new-extension/package.json
index 07e19bd..a62fe64 100644
--- a/packages/new-extension/package.json
+++ b/packages/new-extension/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@jspsych/new-extension",
-  "version": "0.0.1",
+  "version": "0.0.2",
   "description": "CLI tool to create new jsPsych extensions",
   "type": "module",
   "bin": "./src/cli.js",
diff --git a/packages/new-plugin/CHANGELOG.md b/packages/new-plugin/CHANGELOG.md
index 8d0c55d..4cbd0f5 100644
--- a/packages/new-plugin/CHANGELOG.md
+++ b/packages/new-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
 # @jspsych/new-plugin
 
+## 0.0.6
+
+### Patch Changes
+
+- 80d83bf: This patch adds documentation for jspsych-dev and the new-plugin tool; adds the new-extension tool and new-timeline tool.
+
 ## 0.0.5
 
 ### Patch Changes
diff --git a/packages/new-plugin/package.json b/packages/new-plugin/package.json
index 95113b3..8e0ba84 100644
--- a/packages/new-plugin/package.json
+++ b/packages/new-plugin/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@jspsych/new-plugin",
-  "version": "0.0.5",
+  "version": "0.0.6",
   "description": "CLI tool to create new jsPsych plugins",
   "type": "module",
   "bin": "./src/cli.js",
diff --git a/packages/new-timeline/CHANGELOG.md b/packages/new-timeline/CHANGELOG.md
new file mode 100644
index 0000000..8abd491
--- /dev/null
+++ b/packages/new-timeline/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @jspsych-timelines/new-timeline
+
+## 0.2.1
+
+### Patch Changes
+
+- 80d83bf: This patch adds documentation for jspsych-dev and the new-plugin tool; adds the new-extension tool and new-timeline tool.
diff --git a/packages/new-timeline/package.json b/packages/new-timeline/package.json
index ad4ba04..735f97d 100644
--- a/packages/new-timeline/package.json
+++ b/packages/new-timeline/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@jspsych-timelines/new-timeline",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "description": "CLI tool for creating new jsPsych timelines",
   "type": "module",
   "files": [