From ac0f1fc36ffa6f91c05c1bf685a35088438e0b65 Mon Sep 17 00:00:00 2001 From: Kajabi Automation Bot Date: Wed, 6 Nov 2024 20:13:41 +0000 Subject: [PATCH] chore(release): publish [skip ci] --- CHANGELOG.md | 8 ++++++++ docs/CHANGELOG.md | 8 ++++++++ docs/package.json | 4 ++-- lerna.json | 2 +- packages/sage-assets/CHANGELOG.md | 8 ++++++++ packages/sage-assets/package.json | 2 +- packages/sage-packs/CHANGELOG.md | 8 ++++++++ packages/sage-packs/package.json | 6 +++--- packages/sage-react/CHANGELOG.md | 8 ++++++++ packages/sage-react/package.json | 4 ++-- 10 files changed, 49 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2868a8d58d..3852720fdb 100644 --- a/CHANGELOG.md +++ b/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. +## [6.1.2](https://github.com/Kajabi/sage-lib/compare/v6.1.1...v6.1.2) (2024-11-06) + +**Note:** Version bump only for package root + + + + + ## [6.1.1](https://github.com/Kajabi/sage-lib/compare/v6.1.0...v6.1.1) (2024-11-01) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 87697285a3..5c5bcb7aa3 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. +## [6.1.2](https://github.com/Kajabi/sage-lib/compare/v6.1.1...v6.1.2) (2024-11-06) + +**Note:** Version bump only for package @kajabi/sage + + + + + ## [6.1.1](https://github.com/Kajabi/sage-lib/compare/v6.1.0...v6.1.1) (2024-11-01) diff --git a/docs/package.json b/docs/package.json index 79b46cd431..8695c4ba4b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage", - "version": "6.1.1", + "version": "6.1.2", "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": "^6.1.1", + "@kajabi/sage-packs": "^6.1.2", "@rails/webpacker": "5.2.2", "arrive": "^2.4.1", "core-js": "^3.6.5", diff --git a/lerna.json b/lerna.json index 6039822fe2..b88896c7fa 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages/*", "docs" ], - "version": "6.1.1", + "version": "6.1.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/sage-assets/CHANGELOG.md b/packages/sage-assets/CHANGELOG.md index 7a1b85ef4c..99b2a75034 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. +## [6.1.2](https://github.com/Kajabi/sage-lib/compare/v6.1.1...v6.1.2) (2024-11-06) + +**Note:** Version bump only for package @kajabi/sage-assets + + + + + ## [6.1.1](https://github.com/Kajabi/sage-lib/compare/v6.1.0...v6.1.1) (2024-11-01) diff --git a/packages/sage-assets/package.json b/packages/sage-assets/package.json index eed55afb8d..41a9c8207a 100644 --- a/packages/sage-assets/package.json +++ b/packages/sage-assets/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-assets", - "version": "6.1.1", + "version": "6.1.2", "description": "Assets", "main": "dist/main.css", "repository": { diff --git a/packages/sage-packs/CHANGELOG.md b/packages/sage-packs/CHANGELOG.md index 4a2be5532d..df45f8a387 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. +## [6.1.2](https://github.com/Kajabi/sage-lib/compare/v6.1.1...v6.1.2) (2024-11-06) + +**Note:** Version bump only for package @kajabi/sage-packs + + + + + ## [6.1.1](https://github.com/Kajabi/sage-lib/compare/v6.1.0...v6.1.1) (2024-11-01) **Note:** Version bump only for package @kajabi/sage-packs diff --git a/packages/sage-packs/package.json b/packages/sage-packs/package.json index 3992349304..2f5204dc3a 100644 --- a/packages/sage-packs/package.json +++ b/packages/sage-packs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-packs", - "version": "6.1.1", + "version": "6.1.2", "description": "Sage Packs", "keywords": [ "sage", @@ -31,8 +31,8 @@ "url": "https://github.com/Kajabi/sage-lib/issues" }, "dependencies": { - "@kajabi/sage-assets": "^6.1.1", - "@kajabi/sage-react": "^6.1.1", + "@kajabi/sage-assets": "^6.1.2", + "@kajabi/sage-react": "^6.1.2", "@kajabi/sage-system": "^6.1.1" }, "devDependencies": { diff --git a/packages/sage-react/CHANGELOG.md b/packages/sage-react/CHANGELOG.md index a91746d892..bc0f41e656 100644 --- a/packages/sage-react/CHANGELOG.md +++ b/packages/sage-react/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. +## [6.1.2](https://github.com/Kajabi/sage-lib/compare/v6.1.1...v6.1.2) (2024-11-06) + +**Note:** Version bump only for package @kajabi/sage-react + + + + + ## [6.1.1](https://github.com/Kajabi/sage-lib/compare/v6.1.0...v6.1.1) (2024-11-01) **Note:** Version bump only for package @kajabi/sage-react diff --git a/packages/sage-react/package.json b/packages/sage-react/package.json index 4eaa989d69..ec3c231b9c 100644 --- a/packages/sage-react/package.json +++ b/packages/sage-react/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-react", - "version": "6.1.1", + "version": "6.1.2", "description": "React Components", "keywords": [ "react", @@ -83,7 +83,7 @@ "webpack-cli": "^3.3.12" }, "dependencies": { - "@kajabi/sage-assets": "^6.1.1", + "@kajabi/sage-assets": "^6.1.2", "classnames": "^2.2.6", "debounce": "^1.2.0", "focus-trap": "^6.2.2",