Browse Source

chore: prepare release 0.17.2

dwelle 1 year ago
parent
commit
a0410f270a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/packages/excalidraw/CHANGELOG.md
  2. 1 1
      src/packages/excalidraw/package.json

+ 1 - 1
src/packages/excalidraw/CHANGELOG.md

@@ -17,7 +17,7 @@ Please add the latest change on the top under the correct section.
 
 
 - `appState.openDialog` type was changed from `null | string` to `null | { name: string }`. [#7336](https://github.com/excalidraw/excalidraw/pull/7336)
 - `appState.openDialog` type was changed from `null | string` to `null | { name: string }`. [#7336](https://github.com/excalidraw/excalidraw/pull/7336)
 
 
-## 0.17.1 (2023-11-28)
+## 0.17.2 (2023-12-04)
 
 
 ### Fixes
 ### Fixes
 
 

+ 1 - 1
src/packages/excalidraw/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@excalidraw/excalidraw",
   "name": "@excalidraw/excalidraw",
-  "version": "0.17.1",
+  "version": "0.17.2",
   "main": "main.js",
   "main": "main.js",
   "types": "types/packages/excalidraw/index.d.ts",
   "types": "types/packages/excalidraw/index.d.ts",
   "files": [
   "files": [