Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and weeman1337 committed Nov 19, 2024
1 parent bbc4529 commit 15ab9d5
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-candles-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-carrots-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-seahorses-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-geese-mate.md

This file was deleted.

4 changes: 2 additions & 2 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "module",
"dependencies": {
"@matrix-widget-toolkit/api": "3.4.2",
"@matrix-widget-toolkit/mui": "2.0.6",
"@matrix-widget-toolkit/mui": "2.1.0",
"@matrix-widget-toolkit/react": "2.0.3",
"@mui/icons-material": "6.1.7",
"@mui/material": "6.1.7",
Expand Down Expand Up @@ -53,7 +53,7 @@
]
},
"devDependencies": {
"@matrix-widget-toolkit/testing": "3.0.1",
"@matrix-widget-toolkit/testing": "3.0.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/mui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# `@matrix-widget-toolkit/mui`

## 2.1.0

### Minor Changes

- 9486231: Remove usage of lodash and replace split with `Intl.Segmenter().segment()` which bumps Firefox requirements to 125 and Chrome to at least 87

### Patch Changes

- 094aa47: Update default primary and error colors to match current Element Web theme.
- cde8b5b: Align avatar colours with current Element Web

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0.6",
"version": "2.1.0",
"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
6 changes: 6 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@matrix-widget-toolkit/testing`

## 3.0.2

### Patch Changes

- 9486231: Remove usage of lodash

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "3.0.2",
"description": "Testing support for @matrix-widget-toolkit/api.",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
Expand Down

0 comments on commit 15ab9d5

Please sign in to comment.