Skip to content

Commit

Permalink
Bump rocket.chat to 6.9 (#32306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Apr 24, 2024
1 parent 8aca3c8 commit 86ec6f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "6.8.0-develop"
"version": "6.9.0-develop"
}
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "6.8.0-develop",
"version": "6.9.0-develop",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "6.8.0-develop",
"version": "6.9.0-develop",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/core-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package",
"name": "@rocket.chat/core-typings",
"private": true,
"version": "6.8.0-develop",
"version": "6.9.0-develop",
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
"eslint": "~8.45.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-typings/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/rest-typings",
"private": true,
"version": "6.8.0-develop",
"version": "6.9.0-develop",
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
"@types/jest": "~29.5.7",
Expand Down

0 comments on commit 86ec6f7

Please sign in to comment.