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 Nov 12, 2024
1 parent 580201c commit d65edd9
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 37 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.

9 changes: 0 additions & 9 deletions .changeset/real-llamas-trade.md

This file was deleted.

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

This file was deleted.

6 changes: 6 additions & 0 deletions containers/widget-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@matrix-widget-toolkit/widget-server`

## 1.0.7

### Patch Changes

- 9b1190e: Switch from dependabot to Renovate

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion containers/widget-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-widget-toolkit/widget-server",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"description": "A webserver to host a Matrix widget in a container",
"author": "Nordeck IT + Consulting GmbH",
Expand Down
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.0.6",
"@matrix-widget-toolkit/react": "2.0.3",
"@matrix-widget-toolkit/api": "3.4.3",
"@matrix-widget-toolkit/mui": "2.1.0",
"@matrix-widget-toolkit/react": "2.0.4",
"@mui/icons-material": "6.1.4",
"@mui/material": "6.1.4",
"@reduxjs/toolkit": "2.3.0",
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.5.0",
"@testing-library/react": "16.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@matrix-widget-toolkit/api`

## 3.4.3

### Patch Changes

- 9b1190e: Switch from dependabot to Renovate

## 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": "3.4.3",
"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
14 changes: 14 additions & 0 deletions packages/mui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# `@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.
- 9b1190e: Switch from dependabot to Renovate
- Updated dependencies [9b1190e]
- @matrix-widget-toolkit/api@3.4.3
- @matrix-widget-toolkit/react@2.0.4

## 2.0.6

### Patch 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.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 Expand Up @@ -46,8 +46,8 @@
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@fontsource/inter": "5.1.0",
"@matrix-widget-toolkit/api": "^3.4.2",
"@matrix-widget-toolkit/react": "^2.0.3",
"@matrix-widget-toolkit/api": "^3.4.3",
"@matrix-widget-toolkit/react": "^2.0.4",
"@mui/icons-material": "6.1.4",
"@mui/material": "6.1.4",
"@mui/utils": "6.1.4",
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

- 9b1190e: Switch from dependabot to Renovate
- Updated dependencies [9b1190e]
- @matrix-widget-toolkit/api@3.4.3

## 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": "^3.4.3",
"matrix-widget-api": "1.9.0",
"react-error-boundary": "4.1.2",
"react-use": "17.5.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# `@matrix-widget-toolkit/testing`

## 3.0.2

### Patch Changes

- 9b1190e: Switch from dependabot to Renovate
- 9486231: Remove usage of lodash
- Updated dependencies [9b1190e]
- @matrix-widget-toolkit/api@3.4.3

## 3.0.1

### 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.1",
"version": "3.0.2",
"description": "Testing support for @matrix-widget-toolkit/api.",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
"generate-api-report": "tsc && api-extractor run --verbose --local"
},
"dependencies": {
"@matrix-widget-toolkit/api": "^3.4.2",
"@matrix-widget-toolkit/api": "^3.4.3",
"matrix-widget-api": "1.9.0",
"rxjs": "7.8.1",
"vitest": "2.1.3"
Expand Down

0 comments on commit d65edd9

Please sign in to comment.