Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Feb 26, 2024
1 parent b36ff68 commit 0777b4a
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 12 deletions.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@kajabi/[email protected]) (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/[email protected]...@kajabi/[email protected]) (2024-01-24)


Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/sage-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@kajabi/[email protected]) (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/[email protected]...@kajabi/[email protected]) (2024-01-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/sage-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kajabi/sage-assets",
"version": "1.13.5",
"version": "1.14.0",
"description": "Assets",
"main": "dist/main.css",
"repository": {
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/sage-packs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@kajabi/[email protected]) (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/[email protected]...@kajabi/[email protected]) (2024-01-24)

**Note:** Version bump only for package @kajabi/sage-packs
Expand Down
8 changes: 4 additions & 4 deletions packages/sage-packs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kajabi/sage-packs",
"version": "1.0.54",
"version": "1.1.0",
"description": "Sage Packs",
"keywords": [
"sage",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/sage-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@kajabi/[email protected]) (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/[email protected]...@kajabi/[email protected]) (2024-01-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/sage-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kajabi/sage-react",
"version": "1.18.5",
"version": "1.19.0",
"description": "React Components",
"keywords": [
"react",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/sage-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@kajabi/[email protected]) (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/[email protected]...@kajabi/[email protected]) (2023-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/sage-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kajabi/sage-system",
"version": "1.2.14",
"version": "1.3.0",
"description": "Sage System",
"keywords": [
"sage",
Expand Down

0 comments on commit 0777b4a

Please sign in to comment.