From 4402a0b0c8e9f313d5218008f13ed09cad55a021 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Aug 2022 07:41:36 +0000 Subject: [PATCH] chore(release): 3.0.0-theming2.3 [skip ci] # [3.0.0-theming2.3](https://github.com/GetStream/stream-chat-css/compare/v3.0.0-theming2.2...v3.0.0-theming2.3) (2022-08-08) ### Features * Rename theme variables to global variables, and separate them into theme and layout groups ([4076645](https://github.com/GetStream/stream-chat-css/commit/4076645613f67e631c5e1755edb72fdcc94cdc74)) * Unify component layout names and include them in the documentation ([d69331f](https://github.com/GetStream/stream-chat-css/commit/d69331fb4e205a395018865ba54e25ca16591513)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fcec7f7..839e6b92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stream-io/stream-chat-css", - "version": "3.0.0-theming2.2", + "version": "3.0.0-theming2.3", "main": "dist/css/index.css", "description": "Bundled CSS for Stream Chat web SDKs", "repository": "git@github.com:GetStream/stream-chat-css.git",