Skip to content

Commit 81246ad

Browse files
committed
chore(release): publish [skip ci]
1 parent 88115c4 commit 81246ad

File tree

10 files changed

+49
-9
lines changed

10 files changed

+49
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.22](https://github.com/Kajabi/sage-lib/compare/v6.2.21...v6.2.22) (2025-08-19)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [6.2.21](https://github.com/Kajabi/sage-lib/compare/v6.2.20...v6.2.21) (2025-07-17)
715

816

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.22](https://github.com/Kajabi/sage-lib/compare/v6.2.21...v6.2.22) (2025-08-19)
7+
8+
**Note:** Version bump only for package @kajabi/sage
9+
10+
11+
12+
13+
614
## [6.2.21](https://github.com/Kajabi/sage-lib/compare/v6.2.20...v6.2.21) (2025-07-17)
715

816

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kajabi/sage",
3-
"version": "6.2.21",
3+
"version": "6.2.22",
44
"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.",
55
"main": "sage/pages/index",
66
"directories": {
@@ -38,7 +38,7 @@
3838
"@babel/core": "^7.12.3",
3939
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
4040
"@babel/plugin-transform-runtime": "^7.12.1",
41-
"@kajabi/sage-packs": "^6.2.20",
41+
"@kajabi/sage-packs": "^6.2.22",
4242
"@rails/webpacker": "5.2.2",
4343
"arrive": "^2.4.1",
4444
"core-js": "^3.6.5",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*",
44
"docs"
55
],
6-
"version": "6.2.21",
6+
"version": "6.2.22",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"command": {

packages/sage-assets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.22](https://github.com/Kajabi/sage-lib/compare/v6.2.21...v6.2.22) (2025-08-19)
7+
8+
**Note:** Version bump only for package @kajabi/sage-assets
9+
10+
11+
12+
13+
614
## [6.2.18](https://github.com/Kajabi/sage-lib/compare/v6.2.17...v6.2.18) (2025-06-06)
715

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

packages/sage-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kajabi/sage-assets",
3-
"version": "6.2.18",
3+
"version": "6.2.22",
44
"description": "Assets",
55
"main": "dist/main.css",
66
"repository": {

packages/sage-packs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.22](https://github.com/Kajabi/sage-lib/compare/v6.2.21...v6.2.22) (2025-08-19)
7+
8+
**Note:** Version bump only for package @kajabi/sage-packs
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/Kajabi/sage-lib/compare/v6.2.19...v6.2.20) (2025-07-17)
715

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

packages/sage-packs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kajabi/sage-packs",
3-
"version": "6.2.20",
3+
"version": "6.2.22",
44
"description": "Sage Packs",
55
"keywords": [
66
"sage",
@@ -31,8 +31,8 @@
3131
"url": "https://github.com/Kajabi/sage-lib/issues"
3232
},
3333
"dependencies": {
34-
"@kajabi/sage-assets": "^6.2.18",
35-
"@kajabi/sage-react": "^6.2.20",
34+
"@kajabi/sage-assets": "^6.2.22",
35+
"@kajabi/sage-react": "^6.2.22",
3636
"@kajabi/sage-system": "^6.2.18"
3737
},
3838
"devDependencies": {

packages/sage-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.22](https://github.com/Kajabi/sage-lib/compare/v6.2.21...v6.2.22) (2025-08-19)
7+
8+
**Note:** Version bump only for package @kajabi/sage-react
9+
10+
11+
12+
13+
614
## [6.2.20](https://github.com/Kajabi/sage-lib/compare/v6.2.19...v6.2.20) (2025-07-17)
715

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

packages/sage-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kajabi/sage-react",
3-
"version": "6.2.20",
3+
"version": "6.2.22",
44
"description": "React Components",
55
"keywords": [
66
"react",
@@ -83,7 +83,7 @@
8383
"webpack-cli": "^3.3.12"
8484
},
8585
"dependencies": {
86-
"@kajabi/sage-assets": "^6.2.18",
86+
"@kajabi/sage-assets": "^6.2.22",
8787
"@popperjs/core": "^2.11.8",
8888
"classnames": "^2.2.6",
8989
"debounce": "^1.2.0",

0 commit comments

Comments
 (0)