Skip to content

Commit

Permalink
feat: roll back to 2.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
cleber-silva-arena committed Sep 15, 2023
1 parent 94713da commit e5958b3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.22.1",
"version": "2.5.24",
"version": "2.5.29",
"packages": "packages/*",
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/chat-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arena-im/chat-sdk",
"version": "2.5.24",
"version": "2.5.29",
"description": "arena-chat-sdk is the official JavaScript client for Arena Chat, a service for building chat applications.",
"author": "Arena",
"license": "ISC",
Expand All @@ -18,8 +18,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@arena-im/chat-types": "^2.5.24",
"@arena-im/core": "^2.5.24"
"@arena-im/chat-types": "^2.5.29",
"@arena-im/core": "^2.5.29"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arena-im/core",
"version": "2.5.24",
"version": "2.5.29",
"description": "Base implementation for all Arena JavaScript SDKs",
"author": "Arena",
"license": "ISC",
Expand All @@ -18,7 +18,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@arena-im/chat-types": "^2.5.24",
"@arena-im/chat-types": "^2.5.29",
"firebase": "9.0.2",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/liveblog-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arena-im/liveblog-sdk",
"version": "2.5.24",
"version": "2.5.29",
"description": "arena-liveblog-sdk is the official JavaScript client for Arena Liveblog, a service for building liveblog applications.",
"author": "Arena",
"license": "ISC",
Expand All @@ -18,8 +18,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@arena-im/chat-types": "^2.5.24",
"@arena-im/core": "^2.5.24"
"@arena-im/chat-types": "^2.5.29",
"@arena-im/core": "^2.5.29"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arena-im/chat-types",
"version": "2.5.24",
"version": "2.5.29",
"description": "Types for Arena Chat SDK",
"author": "Arena",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit e5958b3

Please sign in to comment.