From d760745909763c41c87c0914c8541ffc743b906a Mon Sep 17 00:00:00 2001 From: Kajabi Automation Bot Date: Wed, 24 Jan 2024 20:37:09 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @kajabi/sage@5.19.5 - @kajabi/sage-assets@1.13.5 - @kajabi/sage-packs@1.0.54 - @kajabi/sage-react@1.18.5 --- docs/CHANGELOG.md | 11 +++++++++++ docs/package.json | 4 ++-- packages/sage-assets/CHANGELOG.md | 11 +++++++++++ packages/sage-assets/package.json | 2 +- packages/sage-packs/CHANGELOG.md | 8 ++++++++ packages/sage-packs/package.json | 6 +++--- packages/sage-react/CHANGELOG.md | 13 +++++++++++++ packages/sage-react/package.json | 4 ++-- 8 files changed, 51 insertions(+), 8 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 24fe3faf41..4a2b00af79 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.19.5](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.19.4...@kajabi/sage@5.19.5) (2024-01-24) + + +### Bug Fixes + +* **nav:** adjust sizing and color of text and icon ([1769d47](https://github.com/Kajabi/sage-lib/commit/1769d479d3cf4f4f4d7e1fa5730a885189e99772)) + + + + + ## [5.19.4](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.19.3...@kajabi/sage@5.19.4) (2024-01-12) diff --git a/docs/package.json b/docs/package.json index 8f41359888..0bd9f8c02b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage", - "version": "5.19.4", + "version": "5.19.5", "description": "The Sage Design System (SDS) is our single source of truth, providing everything you need to build great products for our customers. It is the culmination of designers and developers working together to give teams the ability to ship high-quality products faster.", "main": "sage/pages/index", "directories": { @@ -37,7 +37,7 @@ "dependencies": { "@babel/core": "^7.12.3", "@babel/plugin-transform-runtime": "^7.12.1", - "@kajabi/sage-packs": "^1.0.53", + "@kajabi/sage-packs": "^1.0.54", "@rails/webpacker": "5.2.2", "arrive": "^2.4.1", "core-js": "^3.6.5", diff --git a/packages/sage-assets/CHANGELOG.md b/packages/sage-assets/CHANGELOG.md index 65ef842f65..239b1b2f0d 100644 --- a/packages/sage-assets/CHANGELOG.md +++ b/packages/sage-assets/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.5](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-assets@1.13.4...@kajabi/sage-assets@1.13.5) (2024-01-24) + + +### Bug Fixes + +* **nav:** adjust sizing and color of text and icon ([1769d47](https://github.com/Kajabi/sage-lib/commit/1769d479d3cf4f4f4d7e1fa5730a885189e99772)) + + + + + ## [1.13.4](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-assets@1.13.3...@kajabi/sage-assets@1.13.4) (2024-01-12) diff --git a/packages/sage-assets/package.json b/packages/sage-assets/package.json index 09d9f40a09..82d20a9a11 100644 --- a/packages/sage-assets/package.json +++ b/packages/sage-assets/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-assets", - "version": "1.13.4", + "version": "1.13.5", "description": "Assets", "main": "dist/main.css", "repository": { diff --git a/packages/sage-packs/CHANGELOG.md b/packages/sage-packs/CHANGELOG.md index a6f8561996..a97fa1fb99 100644 --- a/packages/sage-packs/CHANGELOG.md +++ b/packages/sage-packs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.54](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.0.53...@kajabi/sage-packs@1.0.54) (2024-01-24) + +**Note:** Version bump only for package @kajabi/sage-packs + + + + + ## [1.0.53](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.0.52...@kajabi/sage-packs@1.0.53) (2024-01-12) **Note:** Version bump only for package @kajabi/sage-packs diff --git a/packages/sage-packs/package.json b/packages/sage-packs/package.json index 2f6087d379..62345db2fb 100644 --- a/packages/sage-packs/package.json +++ b/packages/sage-packs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-packs", - "version": "1.0.53", + "version": "1.0.54", "description": "Sage Packs", "keywords": [ "sage", @@ -31,8 +31,8 @@ "url": "https://github.com/Kajabi/sage-lib/issues" }, "dependencies": { - "@kajabi/sage-assets": "^1.13.4", - "@kajabi/sage-react": "^1.18.4", + "@kajabi/sage-assets": "^1.13.5", + "@kajabi/sage-react": "^1.18.5", "@kajabi/sage-system": "^1.2.14" }, "devDependencies": { diff --git a/packages/sage-react/CHANGELOG.md b/packages/sage-react/CHANGELOG.md index cdf2ff4576..4ad4e23fd5 100644 --- a/packages/sage-react/CHANGELOG.md +++ b/packages/sage-react/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.18.5](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.18.4...@kajabi/sage-react@1.18.5) (2024-01-24) + + +### Bug Fixes + +* **popover:** add active prop ([65a7515](https://github.com/Kajabi/sage-lib/commit/65a7515811fcc794531729ffc2719afd3c1c9a41)) +* **popover:** update case for naming ([2d91753](https://github.com/Kajabi/sage-lib/commit/2d9175308595b862cd7653d9249d82fb75d2d70f)) +* **popover:** update naming for clarity ([bd26ae4](https://github.com/Kajabi/sage-lib/commit/bd26ae42adefa1c84cd671d51d9a0ed84cd0f4ae)) + + + + + ## [1.18.4](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.18.3...@kajabi/sage-react@1.18.4) (2024-01-12) diff --git a/packages/sage-react/package.json b/packages/sage-react/package.json index cd76814637..5268f5610c 100644 --- a/packages/sage-react/package.json +++ b/packages/sage-react/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-react", - "version": "1.18.4", + "version": "1.18.5", "description": "React Components", "keywords": [ "react", @@ -84,7 +84,7 @@ "webpack-cli": "^3.3.12" }, "dependencies": { - "@kajabi/sage-assets": "^1.13.4", + "@kajabi/sage-assets": "^1.13.5", "classnames": "^2.2.6", "debounce": "^1.2.0", "focus-trap": "^6.2.2",