diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b8168237af..45cf01ac72 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.12.4](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.12.3...@kajabi/sage@5.12.4) (2023-05-09) + + +### Bug Fixes + +* **icon:** add role to rails icon template ([7104b25](https://github.com/Kajabi/sage-lib/commit/7104b2547d7ef70f8001516178f88a0fe3a39411)) + + + + + ## [5.12.3](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.12.2...@kajabi/sage@5.12.3) (2023-04-27) diff --git a/docs/package.json b/docs/package.json index 6d6bceca6f..c8acc739a7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage", - "version": "5.12.3", + "version": "5.12.4", "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.29", + "@kajabi/sage-packs": "^1.0.30", "@rails/webpacker": "5.2.2", "arrive": "^2.4.1", "core-js": "^3.6.5", diff --git a/packages/sage-packs/CHANGELOG.md b/packages/sage-packs/CHANGELOG.md index e4b9087edf..61c374ddfe 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.30](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.0.29...@kajabi/sage-packs@1.0.30) (2023-05-09) + +**Note:** Version bump only for package @kajabi/sage-packs + + + + + ## [1.0.29](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.0.28...@kajabi/sage-packs@1.0.29) (2023-04-27) **Note:** Version bump only for package @kajabi/sage-packs diff --git a/packages/sage-packs/package.json b/packages/sage-packs/package.json index fbfc85ae42..cfadcc7227 100644 --- a/packages/sage-packs/package.json +++ b/packages/sage-packs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-packs", - "version": "1.0.29", + "version": "1.0.30", "description": "Sage Packs", "keywords": [ "sage", @@ -32,7 +32,7 @@ }, "dependencies": { "@kajabi/sage-assets": "^1.9.3", - "@kajabi/sage-react": "^1.11.3", + "@kajabi/sage-react": "^1.11.4", "@kajabi/sage-system": "^1.2.10" }, "devDependencies": { diff --git a/packages/sage-react/CHANGELOG.md b/packages/sage-react/CHANGELOG.md index f76298e9ee..7ccfa05526 100644 --- a/packages/sage-react/CHANGELOG.md +++ b/packages/sage-react/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.11.4](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.11.3...@kajabi/sage-react@1.11.4) (2023-05-09) + + +### Bug Fixes + +* **icon:** corrects 'role not present' a11y violation ([4792fae](https://github.com/Kajabi/sage-lib/commit/4792fae999ebaed6f413d7da75921a6d7ad1cfc0)) + + + + + ## [1.11.3](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.11.2...@kajabi/sage-react@1.11.3) (2023-04-27) diff --git a/packages/sage-react/package.json b/packages/sage-react/package.json index 9a4869cb81..8baf846c10 100644 --- a/packages/sage-react/package.json +++ b/packages/sage-react/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-react", - "version": "1.11.3", + "version": "1.11.4", "description": "React Components", "keywords": [ "react",