Skip to content

Commit

Permalink
docs: release @excalidraw/excalidraw@0.14.1 🎉 (#6112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad1992 committed Jan 16, 2023
1 parent c7a11f5 commit d6a5ef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions src/packages/excalidraw/CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down

1 comment on commit d6a5ef1

@vercel
Copy link

@vercel vercel bot commented on d6a5ef1 Jan 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

excalidraw-package-example – ./src/packages/excalidraw

excalidraw-package-example-excalidraw.vercel.app
excalidraw-package-example.vercel.app
excalidraw-package-example-git-master-excalidraw.vercel.app

Please sign in to comment.