Browse Source

docs: release @excalidraw/excalidraw@0.14.1 🎉 (#6112)

Aakansha Doshi 2 years ago
parent
commit
d6a5ef1936
2 changed files with 7 additions and 3 deletions
  1. 6 2
      src/packages/excalidraw/CHANGELOG.md
  2. 1 1
      src/packages/excalidraw/package.json

+ 6 - 2
src/packages/excalidraw/CHANGELOG.md

@@ -11,6 +11,12 @@ The change should be grouped under one of the below section and must contain PR
 Please add the latest change on the top under the correct section.
 -->
 
+## 0.14.1 (2023-01-16)
+
+### Fixes
+
+- remove overflow hidden from button [#6110](https://github.com/excalidraw/excalidraw/pull/6110). This fixes the collaborator count css in the [LiveCollaborationTrigger](https://github.com/excalidraw/excalidraw/blob/master/src/packages/excalidraw/README.md#LiveCollaborationTrigger) component.
+
 ## 0.14.0 (2023-01-13)
 
 ### Features
@@ -72,8 +78,6 @@ Please add the latest change on the top under the correct section.
 
 ### Fixes
 
-- remove overflow hidden from button [#6110](https://github.com/excalidraw/excalidraw/pull/6110)
-
 - Mobile tools positioning [#6107](https://github.com/excalidraw/excalidraw/pull/6107)
 
 - Renamed folder MainMenu->main-menu and support rest props [#6103](https://github.com/excalidraw/excalidraw/pull/6103)

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

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