diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4a2b00af79..acc6aa852b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.20.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.19.5...@kajabi/sage@5.20.0) (2024-02-26) + + +### Bug Fixes + +* removing branch from deploy workflow, updating secret value in docs/dockerfile ([f3d4595](https://github.com/Kajabi/sage-lib/commit/f3d4595ba6d60cd251cfebcdd264b8edf5c7c6f5)) + + +### Features + +* add workflows for K8s deployment ([ed1555c](https://github.com/Kajabi/sage-lib/commit/ed1555c03751f94cef51e6a4bc68a21e5b050525)) +* updating to Node18 with support for 16, removing circleci references ([16022bf](https://github.com/Kajabi/sage-lib/commit/16022bfb2a107b18b256f5e131865ddf96049e6b)) + + + + + ## [5.19.5](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.19.4...@kajabi/sage@5.19.5) (2024-01-24) diff --git a/docs/package.json b/docs/package.json index 6a432800a4..87e7d7a7b5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage", - "version": "5.19.5", + "version": "5.20.0", "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": { @@ -36,9 +36,9 @@ "homepage": "https://github.com/Kajabi/sage-lib#readme", "dependencies": { "@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.54", + "@babel/plugin-transform-runtime": "^7.12.1", + "@kajabi/sage-packs": "^1.1.0", "@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 239b1b2f0d..e618c3f7b6 100644 --- a/packages/sage-assets/CHANGELOG.md +++ b/packages/sage-assets/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.14.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-assets@1.13.5...@kajabi/sage-assets@1.14.0) (2024-02-26) + + +### Bug Fixes + +* **dropdown:** adds missing disabled border styles ([871582b](https://github.com/Kajabi/sage-lib/commit/871582b6b1d64e4bbf54e8011c4c03687e363583)) + + +### Features + +* add workflows for K8s deployment ([ed1555c](https://github.com/Kajabi/sage-lib/commit/ed1555c03751f94cef51e6a4bc68a21e5b050525)) +* updating to Node18 with support for 16, removing circleci references ([16022bf](https://github.com/Kajabi/sage-lib/commit/16022bfb2a107b18b256f5e131865ddf96049e6b)) + + + + + ## [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) diff --git a/packages/sage-assets/package.json b/packages/sage-assets/package.json index 4fd3a53a1d..05a7ff5de9 100644 --- a/packages/sage-assets/package.json +++ b/packages/sage-assets/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-assets", - "version": "1.13.5", + "version": "1.14.0", "description": "Assets", "main": "dist/main.css", "repository": { @@ -37,8 +37,8 @@ "license": "MIT", "devDependencies": { "@babel/core": "^7.11.6", - "@babel/preset-env": "^7.11.5", "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/preset-env": "^7.11.5", "babel-loader": "^8.1.0", "css-loader": "^5.0.1", "eslint": "^7.17.0", diff --git a/packages/sage-packs/CHANGELOG.md b/packages/sage-packs/CHANGELOG.md index a97fa1fb99..b92c638c92 100644 --- a/packages/sage-packs/CHANGELOG.md +++ b/packages/sage-packs/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.1.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.0.54...@kajabi/sage-packs@1.1.0) (2024-02-26) + + +### Features + +* updating to Node18 with support for 16, removing circleci references ([16022bf](https://github.com/Kajabi/sage-lib/commit/16022bfb2a107b18b256f5e131865ddf96049e6b)) + + + + + ## [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 diff --git a/packages/sage-packs/package.json b/packages/sage-packs/package.json index 69751b8357..1af1a4a778 100644 --- a/packages/sage-packs/package.json +++ b/packages/sage-packs/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-packs", - "version": "1.0.54", + "version": "1.1.0", "description": "Sage Packs", "keywords": [ "sage", @@ -31,9 +31,9 @@ "url": "https://github.com/Kajabi/sage-lib/issues" }, "dependencies": { - "@kajabi/sage-assets": "^1.13.5", - "@kajabi/sage-react": "^1.18.5", - "@kajabi/sage-system": "^1.2.14" + "@kajabi/sage-assets": "^1.14.0", + "@kajabi/sage-react": "^1.19.0", + "@kajabi/sage-system": "^1.3.0" }, "devDependencies": { "eslint": "^7.17.0", diff --git a/packages/sage-react/CHANGELOG.md b/packages/sage-react/CHANGELOG.md index 4ad4e23fd5..0741962a69 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.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.18.5...@kajabi/sage-react@1.19.0) (2024-02-26) + + +### Features + +* updating to Node18 with support for 16, removing circleci references ([16022bf](https://github.com/Kajabi/sage-lib/commit/16022bfb2a107b18b256f5e131865ddf96049e6b)) + + + + + ## [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) diff --git a/packages/sage-react/package.json b/packages/sage-react/package.json index 793a708912..8267170910 100644 --- a/packages/sage-react/package.json +++ b/packages/sage-react/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-react", - "version": "1.18.5", + "version": "1.19.0", "description": "React Components", "keywords": [ "react", @@ -84,7 +84,7 @@ "webpack-cli": "^3.3.12" }, "dependencies": { - "@kajabi/sage-assets": "^1.13.5", + "@kajabi/sage-assets": "^1.14.0", "classnames": "^2.2.6", "debounce": "^1.2.0", "focus-trap": "^6.2.2", diff --git a/packages/sage-system/CHANGELOG.md b/packages/sage-system/CHANGELOG.md index 7a789f4ced..5799dbdd4c 100644 --- a/packages/sage-system/CHANGELOG.md +++ b/packages/sage-system/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.3.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-system@1.2.14...@kajabi/sage-system@1.3.0) (2024-02-26) + + +### Features + +* updating to Node18 with support for 16, removing circleci references ([16022bf](https://github.com/Kajabi/sage-lib/commit/16022bfb2a107b18b256f5e131865ddf96049e6b)) + + + + + ## [1.2.14](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-system@1.2.13...@kajabi/sage-system@1.2.14) (2023-10-27) diff --git a/packages/sage-system/package.json b/packages/sage-system/package.json index 12f28d8af3..991e1d439a 100644 --- a/packages/sage-system/package.json +++ b/packages/sage-system/package.json @@ -1,6 +1,6 @@ { "name": "@kajabi/sage-system", - "version": "1.2.14", + "version": "1.3.0", "description": "Sage System", "keywords": [ "sage",