diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cf61afed0..981b0a6fa 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.23.0 + +### Fix + +- Data table heading styles when sortable is used. + ## 2.23.0-canary.0 ### Feat diff --git a/packages/core/package.json b/packages/core/package.json index 5120e0627..8ea8e4746 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/vue", "description": "A collection of components for the Carbon Design System built using Vue.js", - "version": "2.23.0-canary.0", + "version": "2.23.0", "license": "Apache-2.0", "repository": { "type": "git",