From 934ada04e3dfe0c6ae33c048cd714d3bfafaa7ad Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Tue, 31 Oct 2023 10:51:58 -0700 Subject: [PATCH 1/2] Bump c-v1.0.7 --- CHANGE_LOG.md | 2 ++ chat-components/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index d3a228396..546c4ff3b 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -209,6 +209,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.8] - 2023-10-31 + ### Added - Added tooltips for header and footer action bar buttons diff --git a/chat-components/package.json b/chat-components/package.json index 1d44d511f..c071ad286 100644 --- a/chat-components/package.json +++ b/chat-components/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/omnichannel-chat-components", - "version": "1.0.8-0", + "version": "1.0.8", "description": "Microsoft Omnichannel Chat Components", "main": "lib/cjs/index.js", "types": "lib/types/index.d.ts", From 4e0776480f51a8a7e9839418c2dbc33e6dcf07e1 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Tue, 31 Oct 2023 11:19:33 -0700 Subject: [PATCH 2/2] bump c-v1.0.9-0 --- chat-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-components/package.json b/chat-components/package.json index c071ad286..002a91308 100644 --- a/chat-components/package.json +++ b/chat-components/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/omnichannel-chat-components", - "version": "1.0.8", + "version": "1.0.9-0", "description": "Microsoft Omnichannel Chat Components", "main": "lib/cjs/index.js", "types": "lib/types/index.d.ts",