Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @kajabi/sage@5.5.0
 - @kajabi/sage-assets@1.2.0
 - @kajabi/sage-packs@1.0.6
 - @kajabi/sage-react@1.4.0
  • Loading branch information
kajabi-bot committed Sep 9, 2022
1 parent 4b07fa0 commit 2ff5507
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 8 deletions.
25 changes: 25 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.5.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.4.0...@kajabi/sage@5.5.0) (2022-09-09)


### Bug Fixes

* **alert:** adjust sage alert nilClass ([4bc05df](https://github.com/Kajabi/sage-lib/commit/4bc05df0d6f3ff63ff38d0a897d74e04589aae69))
* **alert:** fix typo ([3db65a2](https://github.com/Kajabi/sage-lib/commit/3db65a2689e6cbf27459667fa6cc353390fa74c4))
* **button:** add disclosure button and apply to dropdown ([9ed590e](https://github.com/Kajabi/sage-lib/commit/9ed590e39b29fa17cbd45cb48c9b0f14c32cf589))
* **button:** update disclosure button styling ([806c30c](https://github.com/Kajabi/sage-lib/commit/806c30c55d6ea0c53040cb28ac17fcf6b6d0ac5e))
* **card list:** bring back string removed by mistake from prop - hat-tip [@goodwinchris](https://github.com/goodwinchris) ([3f66e24](https://github.com/Kajabi/sage-lib/commit/3f66e24cd9a1dc4e7f129bdaf9993152a518ce18))
* **icon:** update the select icon to enlarge ([0169fae](https://github.com/Kajabi/sage-lib/commit/0169fae51bc251493afc4c202f30f20d5bcafe1e))
* **rails components:** add NilClass to optional props ([9a025e3](https://github.com/Kajabi/sage-lib/commit/9a025e315191eafc431c032b994c1906c82f520c))


### Features

* **icon:** remove deprecated icons ([42a5ab2](https://github.com/Kajabi/sage-lib/commit/42a5ab26f41941d6073e62781f1fb6b1dd6c5f61))
* **pagination:** documentation regarding default value for `window` ([6fd59df](https://github.com/Kajabi/sage-lib/commit/6fd59df0e5d107491e91ab6458e520043e27ee5d))
* **pagination:** in Rails, provide a fallback value for `window` so its truly optional ([2637c99](https://github.com/Kajabi/sage-lib/commit/2637c99ffea88aa02849265f0c3a01f7c634e6c3))
* **pagination:** update how a single page is handled ([c4b8cef](https://github.com/Kajabi/sage-lib/commit/c4b8cef7e34d86a314d6f3415158208a16cb7220))





# [5.4.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage@5.3.0...@kajabi/sage@5.4.0) (2022-08-31)


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.4.0",
"version": "5.5.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 @@ -37,7 +37,7 @@
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@kajabi/sage-packs": "^1.0.5",
"@kajabi/sage-packs": "^1.0.6",
"@rails/webpacker": "5.2.2",
"arrive": "^2.4.1",
"core-js": "^3.6.5",
Expand Down
27 changes: 27 additions & 0 deletions packages/sage-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-assets@1.1.0...@kajabi/sage-assets@1.2.0) (2022-09-09)


### Bug Fixes

* **button:** add disclosure button and apply to dropdown ([9ed590e](https://github.com/Kajabi/sage-lib/commit/9ed590e39b29fa17cbd45cb48c9b0f14c32cf589))
* **button:** update disclosure button styling ([806c30c](https://github.com/Kajabi/sage-lib/commit/806c30c55d6ea0c53040cb28ac17fcf6b6d0ac5e))
* **button:** update vars for button spacing ([9bd1143](https://github.com/Kajabi/sage-lib/commit/9bd1143f28e5428247c07e9b38a98e9d0d281362))
* **table:** removed z-index as it clashes with panel controls ([53d11f5](https://github.com/Kajabi/sage-lib/commit/53d11f58dbda45427b9ea436f80b08dccc9f28e5))


### Features

* **icon:** remove additional deprecated icon ([444c0aa](https://github.com/Kajabi/sage-lib/commit/444c0aa50dd646c5a293cc09cdaa18e4626f2d6e))
* **icon:** remove deprecated icons ([42a5ab2](https://github.com/Kajabi/sage-lib/commit/42a5ab26f41941d6073e62781f1fb6b1dd6c5f61))
* **pagination:** update styles to latest spec ([e288b6d](https://github.com/Kajabi/sage-lib/commit/e288b6d55f07d8bce201b179787ca0e8882cfa19))


### Reverts

* Revert "chore(release): publish [skip ci]" ([9a4b1bb](https://github.com/Kajabi/sage-lib/commit/9a4b1bbd7bb3ac10b6fba62d56d9eed6dac73318))
* Revert "chore(release): publish [skip ci]" ([b193b85](https://github.com/Kajabi/sage-lib/commit/b193b85cfddf1a502ff168bd6b2c46e2669f9903))





# [1.1.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-assets@1.0.4...@kajabi/sage-assets@1.1.0) (2022-08-31)


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.1.0",
"version": "1.2.0",
"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.6](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.0.5...@kajabi/sage-packs@1.0.6) (2022-09-09)

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





## [1.0.5](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-packs@1.0.4...@kajabi/sage-packs@1.0.5) (2022-08-31)

**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.5",
"version": "1.0.6",
"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.1.0",
"@kajabi/sage-react": "^1.3.0",
"@kajabi/sage-assets": "^1.2.0",
"@kajabi/sage-react": "^1.4.0",
"@kajabi/sage-system": "^1.1.0"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/sage-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.3.0...@kajabi/sage-react@1.4.0) (2022-09-09)


### Bug Fixes

* **button:** add disclosure button and apply to dropdown ([9ed590e](https://github.com/Kajabi/sage-lib/commit/9ed590e39b29fa17cbd45cb48c9b0f14c32cf589))
* **button:** update disclosure button styling ([806c30c](https://github.com/Kajabi/sage-lib/commit/806c30c55d6ea0c53040cb28ac17fcf6b6d0ac5e))


### Features

* **icon:** remove deprecated icons ([42a5ab2](https://github.com/Kajabi/sage-lib/commit/42a5ab26f41941d6073e62781f1fb6b1dd6c5f61))
* **pagination:** update how a single page is handled ([c4b8cef](https://github.com/Kajabi/sage-lib/commit/c4b8cef7e34d86a314d6f3415158208a16cb7220))





# [1.3.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/sage-react@1.2.0...@kajabi/sage-react@1.3.0) (2022-08-31)


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

0 comments on commit 2ff5507

Please sign in to comment.