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 Apr 27, 2023
1 parent 1a7c929 commit fc8c7a9
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 10 deletions.
11 changes: 11 additions & 0 deletions docs/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.

## [5.12.3](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-04-27)


### Bug Fixes

* **icons:** add new icon to sage_tokens.rb ([671f050](https://github.com/Kajabi/sage-lib/commit/671f05059c93c9862b5e68db81de8eac08fa6722))





## [5.12.2](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-04-03)


Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kajabi/sage",
"version": "5.12.2",
"version": "5.12.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": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@kajabi/sage-packs": "^1.0.28",
"@kajabi/sage-packs": "^1.0.29",
"@rails/webpacker": "5.2.2",
"arrive": "^2.4.1",
"core-js": "^3.6.5",
Expand Down
12 changes: 12 additions & 0 deletions packages/sage-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.3](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-04-27)


### Bug Fixes

* **icons:** add new icon to _icon.scss ([58a3189](https://github.com/Kajabi/sage-lib/commit/58a3189bf8f4fd1eb1193030efaddc61a52c4517))
* **icons:** increment cdn-version variable ([0277bd1](https://github.com/Kajabi/sage-lib/commit/0277bd13665132fa909015648fb78faed106fa42))





## [1.9.2](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-04-03)


Expand Down
2 changes: 1 addition & 1 deletion 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.9.2",
"version": "1.9.3",
"description": "Assets",
"main": "dist/main.css",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/sage-packs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.29](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-04-27)

**Note:** Version bump only for package @kajabi/sage-packs





## [1.0.28](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-04-03)

**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.28",
"version": "1.0.29",
"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.9.2",
"@kajabi/sage-react": "^1.11.2",
"@kajabi/sage-system": "^1.2.9"
"@kajabi/sage-assets": "^1.9.3",
"@kajabi/sage-react": "^1.11.3",
"@kajabi/sage-system": "^1.2.10"
},
"devDependencies": {
"eslint": "^7.17.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/sage-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.3](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-04-27)


### Bug Fixes

* **banner:** toggle active state when dismiss button clicked ([46bbb6b](https://github.com/Kajabi/sage-lib/commit/46bbb6b0ad3decb359d9e5fd7be66e4e553c4b1d))
* **icons:** add new icon to icons.js ([e0fec19](https://github.com/Kajabi/sage-lib/commit/e0fec1988d7c401c404eb7a773f5594660ff2e26))





## [1.11.2](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-04-03)


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.11.2",
"version": "1.11.3",
"description": "React Components",
"keywords": [
"react",
Expand Down Expand Up @@ -84,7 +84,7 @@
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@kajabi/sage-assets": "^1.9.2",
"@kajabi/sage-assets": "^1.9.3",
"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.2.10](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-04-27)


### Bug Fixes

* **copy-button:** use new clipboard functions ([05c560d](https://github.com/Kajabi/sage-lib/commit/05c560d7af4785f41b0d6b089db0d5c23c67f4df))





## [1.2.9](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2023-03-20)

**Note:** Version bump only for package @kajabi/sage-system
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.9",
"version": "1.2.10",
"description": "Sage System",
"keywords": [
"sage",
Expand Down

0 comments on commit fc8c7a9

Please sign in to comment.