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/Gemfile.lock b/docs/Gemfile.lock index bd8644f044..20a1fe2692 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: lib/sage_rails specs: - sage_rails (5.19.4) + sage_rails (5.19.5) classy_hash rails diff --git a/docs/lib/sage_rails/lib/sage_rails/version.rb b/docs/lib/sage_rails/lib/sage_rails/version.rb index f4e9257be9..83ccb9c95e 100644 --- a/docs/lib/sage_rails/lib/sage_rails/version.rb +++ b/docs/lib/sage_rails/lib/sage_rails/version.rb @@ -1,3 +1,3 @@ module SageRails - VERSION = "5.19.4" + VERSION = "5.19.5" end diff --git a/docs/package.json b/docs/package.json index 1302eac042..6a432800a4 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": { @@ -38,7 +38,7 @@ "@babel/core": "^7.12.3", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@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 4224309ccf..4fd3a53a1d 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 8bd7e64036..69751b8357 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 e0dccfac2d..793a708912 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",