Skip to content

Commit

Permalink
Version Packages (#814)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 60df445 commit 84744ef
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-singers-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-taxis-repair.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-eyes-approve.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.6

### Patch Changes

- b2aa6c3: Bump nginx from 1.27.0-alpine-perl to 1.27.2-alpine-perl

## 1.0.5

### 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.5",
"version": "1.0.6",
"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.0",
"@matrix-widget-toolkit/mui": "2.0.4",
"@matrix-widget-toolkit/react": "2.0.1",
"@matrix-widget-toolkit/api": "3.4.1",
"@matrix-widget-toolkit/mui": "2.0.5",
"@matrix-widget-toolkit/react": "2.0.2",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@reduxjs/toolkit": "^2.3.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
]
},
"devDependencies": {
"@matrix-widget-toolkit/testing": "2.5.0",
"@matrix-widget-toolkit/testing": "3.0.0",
"@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.1

### Patch Changes

- f00e7cf: Migrate to vitejs and vitest

## 3.4.0

### Minor 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.0",
"version": "3.4.1",
"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.0.5

### Patch Changes

- f00e7cf: Migrate to vitejs and vitest
- Updated dependencies [f00e7cf]
- @matrix-widget-toolkit/react@2.0.2
- @matrix-widget-toolkit/api@3.4.1

## 2.0.4

### 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.4",
"version": "2.0.5",
"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 @@ -45,8 +45,8 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/inter": "^5.1.0",
"@matrix-widget-toolkit/api": "^3.4.0",
"@matrix-widget-toolkit/react": "^2.0.1",
"@matrix-widget-toolkit/api": "^3.4.1",
"@matrix-widget-toolkit/react": "^2.0.2",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@mui/utils": "^6.0.2",
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.2

### Patch Changes

- f00e7cf: Migrate to vitejs and vitest
- Updated dependencies [f00e7cf]
- @matrix-widget-toolkit/api@3.4.1

## 2.0.1

### 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.1",
"version": "2.0.2",
"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.0",
"@matrix-widget-toolkit/api": "^3.4.1",
"matrix-widget-api": "^1.9.0",
"react": "^18.2.0",
"react-error-boundary": "^3.1.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# `@matrix-widget-toolkit/testing`

## 3.0.0

### Major Changes

- f00e7cf: Migrate to vitest for testing. We do not support jest any further

### Patch Changes

- Updated dependencies [f00e7cf]
- @matrix-widget-toolkit/api@3.4.1

## 2.5.0

### Minor 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": "2.5.0",
"version": "3.0.0",
"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.0",
"@matrix-widget-toolkit/api": "^3.4.1",
"lodash": "^4.17.21",
"matrix-widget-api": "^1.9.0",
"rxjs": "^7.8.1",
Expand Down

0 comments on commit 84744ef

Please sign in to comment.