Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2025
1 parent b82d827 commit 0b4185c
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 26 deletions.
6 changes: 0 additions & 6 deletions .changeset/eight-colts-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-theatre-sphere.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-drinks-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-berries-leave.md

This file was deleted.

13 changes: 13 additions & 0 deletions matrix-neoboard-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nordeck/matrix-neoboard-widget

## 2.0.1

### Patch Changes

- 6b4db98: Images no longer disappear when presentation mode is activated. This often happened with Chromium-based browsers, but sometimes also with others.
- 2c29529: On PDF export texts do no longer overflow shapes. Lines, that would be cut off are not printed at all.
- b82d827: Pins cross-spawn and nanoid packages to latest verisons to fix CVE-2024-21538 and CVE-2024-55565
- Updated dependencies [6b4db98]
- Updated dependencies [f7b18f2]
- Updated dependencies [2c29529]
- Updated dependencies [b82d827]
- @nordeck/matrix-neoboard-react-sdk@1.0.1

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions matrix-neoboard-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "A whiteboard widget for the Element messenger",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"type": "module",
"dependencies": {
"@matrix-widget-toolkit/api": "^4.0.0",
"@matrix-widget-toolkit/mui": "^2.1.1",
"@nordeck/matrix-neoboard-react-sdk": "1.0.0",
"@nordeck/matrix-neoboard-react-sdk": "1.0.1",
"i18next": "^23.15.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-chained-backend": "^4.6.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nordeck/matrix-neoboard-react-sdk

## 1.0.1

### Patch Changes

- 6b4db98: Images no longer disappear when presentation mode is activated. This often happened with Chromium-based browsers, but sometimes also with others.
- f7b18f2: Duplicate shape or selection with hotkey (CTRL+D / CMD+D)
- 2c29529: On PDF export texts do no longer overflow shapes. Lines, that would be cut off are not printed at all.
- b82d827: Pins cross-spawn and nanoid packages to latest verisons to fix CVE-2024-21538 and CVE-2024-55565

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SDK with react components to develop neoboard",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"source": "./src/index.ts",
"module": "./src/index.ts",
Expand Down

0 comments on commit 0b4185c

Please sign in to comment.