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 Oct 18, 2023
1 parent 491da74 commit 4f4ed64
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 28 deletions.
9 changes: 0 additions & 9 deletions .changeset/dull-cougars-do.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 @@ -9,9 +9,9 @@
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/utils": "^5.14.13",
"@matrix-widget-toolkit/api": "3.2.1",
"@matrix-widget-toolkit/mui": "1.1.5",
"@matrix-widget-toolkit/react": "1.0.5",
"@matrix-widget-toolkit/api": "3.2.2",
"@matrix-widget-toolkit/mui": "1.1.6",
"@matrix-widget-toolkit/react": "1.0.6",
"@reduxjs/toolkit": "^1.9.7",
"i18next": "^23.5.1",
"i18next-chained-backend": "^4.5.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@matrix-widget-toolkit/testing": "2.3.1",
"@matrix-widget-toolkit/testing": "2.3.2",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.1",
Expand Down
8 changes: 4 additions & 4 deletions example-widget-semantic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@matrix-widget-toolkit/api": "3.2.1",
"@matrix-widget-toolkit/react": "1.0.5",
"@matrix-widget-toolkit/semantic-ui": "1.0.7",
"@matrix-widget-toolkit/api": "3.2.2",
"@matrix-widget-toolkit/react": "1.0.6",
"@matrix-widget-toolkit/semantic-ui": "1.0.8",
"@reduxjs/toolkit": "^1.9.7",
"i18next": "^23.5.1",
"i18next-chained-backend": "^4.5.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@matrix-widget-toolkit/testing": "2.3.1",
"@matrix-widget-toolkit/testing": "2.3.2",
"@semantic-ui-react/craco-less": "^3.0.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^12.1.5",
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.2.2

### Patch Changes

- cabc33d: Switched Node.js version to 20. We encourage all consuming projects to also switch to this version.

## 3.2.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.2.1",
"version": "3.2.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`

## 1.1.6

### Patch Changes

- cabc33d: Switched Node.js version to 20. We encourage all consuming projects to also switch to this version.
- Updated dependencies [cabc33d]
- @matrix-widget-toolkit/react@1.0.6
- @matrix-widget-toolkit/api@3.2.2

## 1.1.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": "1.1.5",
"version": "1.1.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 @@
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@mui/utils": "^5.14.13",
"@matrix-widget-toolkit/api": "^3.2.1",
"@matrix-widget-toolkit/react": "^1.0.5",
"@matrix-widget-toolkit/api": "^3.2.2",
"@matrix-widget-toolkit/react": "^1.0.6",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.3",
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`

## 1.0.6

### Patch Changes

- cabc33d: Switched Node.js version to 20. We encourage all consuming projects to also switch to this version.
- Updated dependencies [cabc33d]
- @matrix-widget-toolkit/api@3.2.2

## 1.0.5

### 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": "1.0.5",
"version": "1.0.6",
"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 @@ -32,7 +32,7 @@
"generate-api-report": "tsc && api-extractor run --verbose --local"
},
"dependencies": {
"@matrix-widget-toolkit/api": "^3.2.0",
"@matrix-widget-toolkit/api": "^3.2.2",
"matrix-widget-api": "^1.6.0",
"react": "^17.0.2",
"react-error-boundary": "^3.1.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/semantic-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# `@matrix-widget-toolkit/semantic-ui`

## 1.0.8

### Patch Changes

- cabc33d: Switched Node.js version to 20. We encourage all consuming projects to also switch to this version.
- Updated dependencies [cabc33d]
- @matrix-widget-toolkit/react@1.0.6
- @matrix-widget-toolkit/api@3.2.2

## 1.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/semantic-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-widget-toolkit/semantic-ui",
"version": "1.0.7",
"version": "1.0.8",
"description": "A customized semantic-ui theme that matches the style of the Element Matrix client",
"deprecated": true,
"author": "Nordeck IT + Consulting GmbH",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@fontsource/lato": "^5.0.15",
"@matrix-widget-toolkit/api": "^3.2.1",
"@matrix-widget-toolkit/react": "^1.0.5",
"@matrix-widget-toolkit/api": "^3.2.2",
"@matrix-widget-toolkit/react": "^1.0.6",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.3",
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`

## 2.3.2

### Patch Changes

- cabc33d: Switched Node.js version to 20. We encourage all consuming projects to also switch to this version.
- Updated dependencies [cabc33d]
- @matrix-widget-toolkit/api@3.2.2

## 2.3.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": "2.3.1",
"version": "2.3.2",
"description": "Testing support for @matrix-widget-toolkit/api.",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
"generate-api-report": "tsc && api-extractor run --verbose --local"
},
"dependencies": {
"@matrix-widget-toolkit/api": "^3.2.1",
"@matrix-widget-toolkit/api": "^3.2.2",
"lodash": "^4.17.21",
"matrix-widget-api": "^1.6.0",
"rxjs": "^7.8.1"
Expand Down

0 comments on commit 4f4ed64

Please sign in to comment.