From 60781d289feb6e53985c2797785de95d4323dba1 Mon Sep 17 00:00:00 2001 From: Otto the Bot Date: Tue, 28 Jan 2025 10:49:29 +0000 Subject: [PATCH] chore: Publish [skip ci] - @wireapp/copy-config@2.3.0 - @wireapp/core@46.16.0 --- packages/copy-config/CHANGELOG.md | 6 ++++++ packages/copy-config/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/copy-config/CHANGELOG.md b/packages/copy-config/CHANGELOG.md index 22bbeb0390..e2ab0b8dfb 100644 --- a/packages/copy-config/CHANGELOG.md +++ b/packages/copy-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/wireapp/wire-web-packages/compare/@wireapp/copy-config@2.2.12...@wireapp/copy-config@2.3.0) (2025-01-28) + +### Features + +* update CC to new version ([#6858](https://github.com/wireapp/wire-web-packages/issues/6858)) ([405c5af](https://github.com/wireapp/wire-web-packages/commit/405c5afb0bb13a5369906b59ced91224de10bb5e)) + ## [2.2.12](https://github.com/wireapp/wire-web-packages/compare/@wireapp/copy-config@2.2.11...@wireapp/copy-config@2.2.12) (2025-01-21) **Note:** Version bump only for package @wireapp/copy-config diff --git a/packages/copy-config/package.json b/packages/copy-config/package.json index 67e6ea11ee..24ef903f9d 100644 --- a/packages/copy-config/package.json +++ b/packages/copy-config/package.json @@ -34,5 +34,5 @@ "test": "jest", "test:coverage": "jest --coverage" }, - "version": "2.2.12" + "version": "2.3.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e6cb30c674..d84b094bf7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [46.16.0](https://github.com/wireapp/wire-web-packages/compare/@wireapp/core@46.15.10...@wireapp/core@46.16.0) (2025-01-28) + +### Features + +* update CC to new version ([#6858](https://github.com/wireapp/wire-web-packages/issues/6858)) ([405c5af](https://github.com/wireapp/wire-web-packages/commit/405c5afb0bb13a5369906b59ced91224de10bb5e)) + ## [46.15.10](https://github.com/wireapp/wire-web-packages/compare/@wireapp/core@46.15.9...@wireapp/core@46.15.10) (2025-01-28) **Note:** Version bump only for package @wireapp/core diff --git a/packages/core/package.json b/packages/core/package.json index de5fab7b74..da8bbbbd8d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -61,6 +61,6 @@ "test:coverage": "jest --coverage", "watch": "tsc --watch" }, - "version": "46.15.10", + "version": "46.16.0", "gitHead": "5339f01fe01ef0871da8c8bc8662fbe9e604754a" }