@knapsack/core 4.82.3--canary.5d16185.0 → 4.82.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/index.js +22 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +22 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# v4.82.3 (Mon Aug 04 2025)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- TS 5.9 [#6512](https://github.com/knapsack-labs/app-monorepo/pull/6512) ([@illepic](https://github.com/illepic))
|
|
6
|
+
- add ability to undo block deletion [#6442](https://github.com/knapsack-labs/app-monorepo/pull/6442) ([@GormanDesign](https://github.com/GormanDesign) [@mabry1985](https://github.com/mabry1985) [@brittanysmart](https://github.com/brittanysmart))
|
|
7
|
+
|
|
8
|
+
#### Authors: 4
|
|
9
|
+
|
|
10
|
+
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
|
11
|
+
- Christopher Bloom ([@illepic](https://github.com/illepic))
|
|
12
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
13
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
1
17
|
# v4.82.1 (Mon Jul 21 2025)
|
|
2
18
|
|
|
3
19
|
#### 🐛 Bug Fix
|