Skip to content

Commit

Permalink
Version Packages (#820)
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 f11fce8 commit 732d0c8
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/swift-squids-fix.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.1",
"@matrix-widget-toolkit/mui": "2.0.5",
"@matrix-widget-toolkit/react": "2.0.2",
"@matrix-widget-toolkit/api": "3.4.2",
"@matrix-widget-toolkit/mui": "2.0.6",
"@matrix-widget-toolkit/react": "2.0.3",
"@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": "3.0.0",
"@matrix-widget-toolkit/testing": "3.0.1",
"@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.2

### Patch Changes

- 55d42f1: Fix the esm exports and lodash exports

## 3.4.1

### 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.1",
"version": "3.4.2",
"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.6

### Patch Changes

- 55d42f1: Fix the esm exports and lodash exports
- Updated dependencies [55d42f1]
- @matrix-widget-toolkit/react@2.0.3
- @matrix-widget-toolkit/api@3.4.2

## 2.0.5

### 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.5",
"version": "2.0.6",
"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.1",
"@matrix-widget-toolkit/react": "^2.0.2",
"@matrix-widget-toolkit/api": "^3.4.2",
"@matrix-widget-toolkit/react": "^2.0.3",
"@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.3

### Patch Changes

- 55d42f1: Fix the esm exports and lodash exports
- Updated dependencies [55d42f1]
- @matrix-widget-toolkit/api@3.4.2

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.1",
"@matrix-widget-toolkit/api": "^3.4.2",
"matrix-widget-api": "^1.9.0",
"react": "^18.2.0",
"react-error-boundary": "^3.1.4",
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.1

### Patch Changes

- 55d42f1: Fix the esm exports and lodash exports
- Updated dependencies [55d42f1]
- @matrix-widget-toolkit/api@3.4.2

## 3.0.0

### Major 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.0",
"version": "3.0.1",
"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.1",
"@matrix-widget-toolkit/api": "^3.4.2",
"lodash-es": "^4.17.21",
"matrix-widget-api": "^1.9.0",
"rxjs": "^7.8.1",
Expand Down

0 comments on commit 732d0c8

Please sign in to comment.