Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #872

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fresh-peaches-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-mayflies-notice.md

This file was deleted.

8 changes: 4 additions & 4 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"private": true,
"type": "module",
"dependencies": {
"@matrix-widget-toolkit/api": "3.4.2",
"@matrix-widget-toolkit/mui": "2.1.0",
"@matrix-widget-toolkit/react": "2.0.3",
"@matrix-widget-toolkit/api": "4.0.0",
"@matrix-widget-toolkit/mui": "2.1.1",
"@matrix-widget-toolkit/react": "2.0.4",
"@mui/icons-material": "6.1.10",
"@mui/material": "6.1.10",
"@reduxjs/toolkit": "2.4.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
]
},
"devDependencies": {
"@matrix-widget-toolkit/testing": "3.0.2",
"@matrix-widget-toolkit/testing": "3.0.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# `@matrix-widget-toolkit/api`

## 4.0.0

### Major Changes

- 14f1795: WidgetApi.sendStateEvent no longer returns the event. Instead it returns the result of the Matrix Widget API.

### Minor Changes

- 76314a9: The api package now exposes some utility functions via the `utils` module

## 3.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-widget-toolkit/api",
"version": "3.4.2",
"version": "4.0.0",
"description": "A simplified layer on top of matrix-widget-api to use build widgets.",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/mui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# `@matrix-widget-toolkit/mui`

## 2.1.1

### Patch Changes

- Updated dependencies [76314a9]
- Updated dependencies [14f1795]
- @matrix-widget-toolkit/[email protected]
- @matrix-widget-toolkit/[email protected]

## 2.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-widget-toolkit/mui",
"version": "2.1.0",
"version": "2.1.1",
"description": "A customized material-ui theme that matches the style of the Element Matrix client",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/inter": "5.1.0",
"@matrix-widget-toolkit/api": "^3.4.2",
"@matrix-widget-toolkit/react": "^2.0.3",
"@matrix-widget-toolkit/api": "^4.0.0",
"@matrix-widget-toolkit/react": "^2.0.4",
"@mui/icons-material": "6.1.10",
"@mui/material": "6.1.10",
"@mui/utils": "6.1.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `@matrix-widget-toolkit/react`

## 2.0.4

### Patch Changes

- Updated dependencies [76314a9]
- Updated dependencies [14f1795]
- @matrix-widget-toolkit/[email protected]

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-widget-toolkit/react",
"version": "2.0.3",
"version": "2.0.4",
"description": "A simplified layer on top of @matrix-widget-toolkit/api to use it in a React based widget.",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
"generate-api-report": "tsc && api-extractor run --verbose --local"
},
"dependencies": {
"@matrix-widget-toolkit/api": "^3.4.2",
"@matrix-widget-toolkit/api": "^4.0.0",
"matrix-widget-api": "1.10.0",
"react-error-boundary": "4.1.2",
"react-use": "17.5.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# `@matrix-widget-toolkit/testing`

## 3.0.3

### Patch Changes

- Updated dependencies [76314a9]
- Updated dependencies [14f1795]
- @matrix-widget-toolkit/[email protected]

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-widget-toolkit/testing",
"version": "3.0.2",
"version": "3.0.3",
"description": "Testing support for @matrix-widget-toolkit/api.",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"generate-api-report": "tsc && api-extractor run --verbose --local"
},
"dependencies": {
"@matrix-widget-toolkit/api": "^3.4.2",
"@matrix-widget-toolkit/api": "^4.0.0",
"matrix-widget-api": "1.10.0",
"rxjs": "7.8.1"
},
Expand Down
Loading