Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @kajabi/sage@5.14.6
 - @kajabi/sage-assets@1.11.1
 - @kajabi/sage-packs@1.0.36
 - @kajabi/sage-react@1.13.2
  • Loading branch information
kajabi-bot committed Jul 21, 2023
1 parent 8dd2ef3 commit d17a8c1
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 8 deletions.
12 changes: 12 additions & 0 deletions docs/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.

## [5.14.6](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.14.5...@kajabi/sage@5.14.6) (2023-07-21)


### Bug Fixes

* **icons:** add additional ios icons ([7e96db5](https://github.com/Kajabi/sage-lib/commit/7e96db55a401f8dc3949668e9dd761cbbf0b9fd4))
* **icons:** add new icons to sage_tokens.rb ([a2843c5](https://github.com/Kajabi/sage-lib/commit/a2843c50dcf94e9ec609f9cac10e5ae8286193fe))





## [5.14.5](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.14.4...@kajabi/sage@5.14.5) (2023-07-17)

**Note:** Version bump only for package @kajabi/sage
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.14.5",
"version": "5.14.6",
"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.35",
"@kajabi/sage-packs": "^1.0.36",
"@rails/webpacker": "5.2.2",
"arrive": "^2.4.1",
"core-js": "^3.6.5",
Expand Down
13 changes: 13 additions & 0 deletions packages/sage-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.1](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-assets@1.11.0...@kajabi/sage-assets@1.11.1) (2023-07-21)


### Bug Fixes

* **icons:** add additional ios icons ([7e96db5](https://github.com/Kajabi/sage-lib/commit/7e96db55a401f8dc3949668e9dd761cbbf0b9fd4))
* **icons:** add new icon to _icon.scss ([d7c48f9](https://github.com/Kajabi/sage-lib/commit/d7c48f923ddbc47061c7416c889c146f93f1e80e))
* **icons:** increment cdn-version variable ([c0ee158](https://github.com/Kajabi/sage-lib/commit/c0ee158f5e7393107e2dc7cab9c5a81b899b894e))





# [1.11.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-assets@1.10.0...@kajabi/sage-assets@1.11.0) (2023-07-07)


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.11.0",
"version": "1.11.1",
"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.36](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.0.35...@kajabi/sage-packs@1.0.36) (2023-07-21)

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





## [1.0.35](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.0.34...@kajabi/sage-packs@1.0.35) (2023-07-17)

**Note:** Version bump only for package @kajabi/sage-packs
Expand Down
6 changes: 3 additions & 3 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.35",
"version": "1.0.36",
"description": "Sage Packs",
"keywords": [
"sage",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/Kajabi/sage-lib/issues"
},
"dependencies": {
"@kajabi/sage-assets": "^1.11.0",
"@kajabi/sage-react": "^1.13.1",
"@kajabi/sage-assets": "^1.11.1",
"@kajabi/sage-react": "^1.13.2",
"@kajabi/sage-system": "^1.2.10"
},
"devDependencies": {
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.13.2](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.13.1...@kajabi/sage-react@1.13.2) (2023-07-21)


### Bug Fixes

* **icons:** add additional ios icons ([7e96db5](https://github.com/Kajabi/sage-lib/commit/7e96db55a401f8dc3949668e9dd761cbbf0b9fd4))
* **icons:** add new icons to icons.js ([2d3a051](https://github.com/Kajabi/sage-lib/commit/2d3a051829336cde00c74f7dad73a993383a5e78))





## [1.13.1](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.13.0...@kajabi/sage-react@1.13.1) (2023-07-17)


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.13.1",
"version": "1.13.2",
"description": "React Components",
"keywords": [
"react",
Expand Down Expand Up @@ -84,7 +84,7 @@
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@kajabi/sage-assets": "^1.11.0",
"@kajabi/sage-assets": "^1.11.1",
"classnames": "^2.2.6",
"debounce": "^1.2.0",
"focus-trap": "^6.2.2",
Expand Down

0 comments on commit d17a8c1

Please sign in to comment.