MM-52008 : Standardise package.json's version across all products in webapp (#22876)

The version in package.json was added to display the workspace name in the terminal for playbooks. Additionally, it was ensured that all products now have the same version number, as the release of all products is tied to a single release channel.
Этот коммит содержится в:
M-ZubairAhmed
2023-04-11 13:30:29 +05:30
коммит произвёл GitHub
родитель f149bb1f66
Коммит 50aabf6b93
4 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@@ -1,6 +1,6 @@
{
"name": "boards",
"version": "7.10.0",
"version": "7.9.1",
"private": true,
"description": "",
"scripts": {

Просмотреть файл

@@ -3,7 +3,7 @@
"browser": {
"./client/web_client.jsx": "./client/browser_web_client.jsx"
},
"version": "7.9.0",
"version": "7.9.1",
"private": true,
"dependencies": {
"@floating-ui/react-dom": "1.0.0",

5
webapp/package-lock.json сгенерированный
Просмотреть файл

@@ -28,7 +28,7 @@
}
},
"boards": {
"version": "7.10.0",
"version": "7.9.1",
"dependencies": {
"@draft-js-plugins/editor": "^4.1.2",
"@draft-js-plugins/emoji": "^4.6.0",
@@ -3551,7 +3551,7 @@
},
"channels": {
"name": "mattermost-webapp",
"version": "7.9.0",
"version": "7.9.1",
"dependencies": {
"@floating-ui/react-dom": "1.0.0",
"@floating-ui/react-dom-interactions": "0.10.3",
@@ -33995,6 +33995,7 @@
}
},
"playbooks": {
"version": "7.9.1",
"dependencies": {
"@apollo/client": "3.7.3",
"@floating-ui/react-dom-interactions": "0.6.3",

Просмотреть файл

@@ -1,6 +1,7 @@
{
"name": "playbooks",
"private": true,
"version": "7.9.1",
"dependencies": {
"@apollo/client": "3.7.3",
"@floating-ui/react-dom-interactions": "0.6.3",