From c27af428b9ba95592480deeeaf5e1bde6405e821 Mon Sep 17 00:00:00 2001 From: Kajabi Automation Bot Date: Fri, 19 Apr 2024 15:17:19 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @kajabi/sage@5.20.3 - @kajabi/sage-assets@1.14.3 - @kajabi/sage-packs@1.1.3 - @kajabi/sage-react@1.19.3 --- docs/CHANGELOG.md | 8 ++++++++ docs/package.json | 4 ++-- packages/sage-assets/CHANGELOG.md | 8 ++++++++ packages/sage-assets/package.json | 2 +- packages/sage-packs/CHANGELOG.md | 12 ++++++++++++ packages/sage-packs/package.json | 6 +++--- packages/sage-react/CHANGELOG.md | 11 +++++++++++ packages/sage-react/package.json | 4 ++-- 8 files changed, 47 insertions(+), 8 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 52a8482ddf..bdef0267da 100644 --- a/docs/CHANGELOG.md +++ b/docs/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. +## [5.20.3](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.20.2...@kajabi/sage@5.20.3) (2024-04-19) + +**Note:** Version bump only for package @kajabi/sage + + + + + ## [5.20.2](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.20.1...@kajabi/sage@5.20.2) (2024-03-26) **Note:** Version bump only for package @kajabi/sage diff --git a/docs/package.json b/docs/package.json index 8f16ab922e..4d26ddc6eb 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage", - "version": "5.20.2", + "version": "5.20.3", "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-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-transform-runtime": "^7.12.1", - "@kajabi/sage-packs": "^1.1.2", + "@kajabi/sage-packs": "^1.1.3", "@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 af5b8133cd..44feccb23c 100644 --- a/packages/sage-assets/CHANGELOG.md +++ b/packages/sage-assets/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.14.3](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-assets@1.14.2...@kajabi/sage-assets@1.14.3) (2024-04-19) + +**Note:** Version bump only for package @kajabi/sage-assets + + + + + ## [1.14.2](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-assets@1.14.1...@kajabi/sage-assets@1.14.2) (2024-03-26) **Note:** Version bump only for package @kajabi/sage-assets diff --git a/packages/sage-assets/package.json b/packages/sage-assets/package.json index 4997f5329c..5337f82ece 100644 --- a/packages/sage-assets/package.json +++ b/packages/sage-assets/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-assets", - "version": "1.14.2", + "version": "1.14.3", "description": "Assets", "main": "dist/main.css", "repository": { diff --git a/packages/sage-packs/CHANGELOG.md b/packages/sage-packs/CHANGELOG.md index c95faed3de..6051209186 100644 --- a/packages/sage-packs/CHANGELOG.md +++ b/packages/sage-packs/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.1.2...@kajabi/sage-packs@1.1.3) (2024-04-19) + + +### Bug Fixes + +* remove comment ([97821a3](https://github.com/Kajabi/sage-lib/commit/97821a36bcc071ce9987a5a979d4a20c7271a4f7)) +* see if removing the require.context still gets us results ([aa64643](https://github.com/Kajabi/sage-lib/commit/aa64643cd16d7524c47702a9086d5dc2d5e27772)) + + + + + ## [1.1.2](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.1.1...@kajabi/sage-packs@1.1.2) (2024-03-26) **Note:** Version bump only for package @kajabi/sage-packs diff --git a/packages/sage-packs/package.json b/packages/sage-packs/package.json index 0843218332..7ad3d70fd3 100644 --- a/packages/sage-packs/package.json +++ b/packages/sage-packs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-packs", - "version": "1.1.2", + "version": "1.1.3", "description": "Sage Packs", "keywords": [ "sage", @@ -31,8 +31,8 @@ "url": "https://github.com/Kajabi/sage-lib/issues" }, "dependencies": { - "@kajabi/sage-assets": "^1.14.2", - "@kajabi/sage-react": "^1.19.2", + "@kajabi/sage-assets": "^1.14.3", + "@kajabi/sage-react": "^1.19.3", "@kajabi/sage-system": "^1.3.1" }, "devDependencies": { diff --git a/packages/sage-react/CHANGELOG.md b/packages/sage-react/CHANGELOG.md index b98e0d6cf1..239dbb93ec 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.19.3](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.19.2...@kajabi/sage-react@1.19.3) (2024-04-19) + + +### Bug Fixes + +* correct single quote. hat-tip linter! ([7b7f1ae](https://github.com/Kajabi/sage-lib/commit/7b7f1ae34dbb7479fd86810bdecd2f608fe0de33)) + + + + + ## [1.19.2](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.19.1...@kajabi/sage-react@1.19.2) (2024-03-26) diff --git a/packages/sage-react/package.json b/packages/sage-react/package.json index ff19b72817..2ca8314e0b 100644 --- a/packages/sage-react/package.json +++ b/packages/sage-react/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-react", - "version": "1.19.2", + "version": "1.19.3", "description": "React Components", "keywords": [ "react", @@ -83,7 +83,7 @@ "webpack-cli": "^3.3.12" }, "dependencies": { - "@kajabi/sage-assets": "^1.14.2", + "@kajabi/sage-assets": "^1.14.3", "classnames": "^2.2.6", "debounce": "^1.2.0", "focus-trap": "^6.2.2",