Update latest minor version to 11.7.0 (#35964)

Co-authored-by: unified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com>
This commit is contained in:
unified-ci-app[bot] 2026-04-07 09:34:34 +03:00 committed by GitHub
parent 1c26ab9464
commit 6662021dd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 25 additions and 24 deletions

View file

@ -13,6 +13,7 @@ import (
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
"11.7.0",
"11.6.0",
"11.5.0",
"11.4.0",

View file

@ -3,17 +3,17 @@
"browser": {
"./client/web_client.jsx": "./client/browser_web_client.jsx"
},
"version": "11.6.0",
"version": "11.7.0",
"private": true,
"dependencies": {
"@floating-ui/react": "0.26.6",
"@giphy/js-fetch-api": "5.7.0",
"@giphy/react-components": "10.1.0",
"@guyplusplus/turndown-plugin-gfm": "1.0.7",
"@mattermost/client": "11.6.0",
"@mattermost/client": "11.7.0",
"@mattermost/desktop-api": "6.2.0-1",
"@mattermost/shared": "11.6.0",
"@mattermost/types": "11.6.0",
"@mattermost/shared": "11.7.0",
"@mattermost/types": "11.7.0",
"@mui/base": "5.0.0-alpha.127",
"@mui/material": "5.11.16",
"@mui/styled-engine-sc": "5.11.11",

View file

@ -58,16 +58,16 @@
},
"channels": {
"name": "mattermost-webapp",
"version": "11.6.0",
"version": "11.7.0",
"dependencies": {
"@floating-ui/react": "0.26.6",
"@giphy/js-fetch-api": "5.7.0",
"@giphy/react-components": "10.1.0",
"@guyplusplus/turndown-plugin-gfm": "1.0.7",
"@mattermost/client": "11.6.0",
"@mattermost/client": "11.7.0",
"@mattermost/desktop-api": "6.2.0-1",
"@mattermost/shared": "11.6.0",
"@mattermost/types": "11.6.0",
"@mattermost/shared": "11.7.0",
"@mattermost/types": "11.7.0",
"@mui/base": "5.0.0-alpha.127",
"@mui/material": "5.11.16",
"@mui/styled-engine-sc": "5.11.11",
@ -25555,7 +25555,7 @@
},
"platform/client": {
"name": "@mattermost/client",
"version": "11.6.0",
"version": "11.7.0",
"license": "MIT",
"devDependencies": {
"@types/jest": "30.0.0",
@ -25566,7 +25566,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.6.0",
"@mattermost/types": "11.7.0",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
@ -25760,11 +25760,11 @@
}
},
"platform/mattermost-redux": {
"version": "11.6.0",
"version": "11.7.0",
"license": "MIT",
"dependencies": {
"@mattermost/client": "11.6.0",
"@mattermost/types": "11.6.0",
"@mattermost/client": "11.7.0",
"@mattermost/types": "11.7.0",
"@redux-devtools/extension": "3.3.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.38",
@ -25786,7 +25786,7 @@
},
"platform/shared": {
"name": "@mattermost/shared",
"version": "11.6.0",
"version": "11.7.0",
"license": "MIT",
"dependencies": {
"classnames": "^2.3.1"
@ -25819,7 +25819,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.6.0",
"@mattermost/types": "11.7.0",
"@testing-library/react": "^16",
"react": ">=17",
"react-intl": ">=7",
@ -25954,7 +25954,7 @@
},
"platform/types": {
"name": "@mattermost/types",
"version": "11.6.0",
"version": "11.7.0",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.0"

View file

@ -1,6 +1,6 @@
{
"name": "@mattermost/client",
"version": "11.6.0",
"version": "11.7.0",
"description": "JavaScript/TypeScript client for Mattermost",
"keywords": [
"mattermost"
@ -27,7 +27,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.6.0",
"@mattermost/types": "11.7.0",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {

View file

@ -1,6 +1,6 @@
{
"name": "mattermost-redux",
"version": "11.6.0",
"version": "11.7.0",
"description": "Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client",
"keywords": [
"mattermost"
@ -39,8 +39,8 @@
"directory": "webapp/platform/mattermost-redux"
},
"dependencies": {
"@mattermost/client": "11.6.0",
"@mattermost/types": "11.6.0",
"@mattermost/client": "11.7.0",
"@mattermost/types": "11.7.0",
"@redux-devtools/extension": "3.3.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.38",

View file

@ -1,6 +1,6 @@
{
"name": "@mattermost/shared",
"version": "11.6.0",
"version": "11.7.0",
"description": "Shared components and utilities for use by the Mattermost web app and its plugins",
"keywords": [
"mattermost"
@ -83,7 +83,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.6.0",
"@mattermost/types": "11.7.0",
"@testing-library/react": "^16",
"react": ">=17",
"react-intl": ">=7",

View file

@ -1,6 +1,6 @@
{
"name": "@mattermost/types",
"version": "11.6.0",
"version": "11.7.0",
"description": "Shared type definitions used by the Mattermost web app",
"keywords": [
"mattermost"