Skip to content

Commit 3b94176

Browse files
committed
chore(release): publish [skip ci]
1 parent 9a7daad commit 3b94176

File tree

10 files changed

+52
-9
lines changed

10 files changed

+52
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1.5](https://github.com/Kajabi/sage-lib/compare/v6.1.4...v6.1.5) (2025-01-17)
7+
8+
9+
### Features
10+
11+
* adding release notification automation ([5e7f8e9](https://github.com/Kajabi/sage-lib/commit/5e7f8e947771582e7fbd9926318f1a6b1c71907c))
12+
13+
14+
15+
16+
617
## [6.1.4](https://github.com/Kajabi/sage-lib/compare/v6.1.3...v6.1.4) (2024-12-13)
718

819
**Note:** Version bump only for package root

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.1.5](https://github.com/Kajabi/sage-lib/compare/v6.1.4...v6.1.5) (2025-01-17)
7+
8+
**Note:** Version bump only for package @kajabi/sage
9+
10+
11+
12+
13+
614
## [6.1.4](https://github.com/Kajabi/sage-lib/compare/v6.1.3...v6.1.4) (2024-12-13)
715

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

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.1.4",
3+
"version": "6.1.5",
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.1.4",
41+
"@kajabi/sage-packs": "^6.1.5",
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.1.4",
6+
"version": "6.1.5",
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.1.5](https://github.com/Kajabi/sage-lib/compare/v6.1.4...v6.1.5) (2025-01-17)
7+
8+
**Note:** Version bump only for package @kajabi/sage-assets
9+
10+
11+
12+
13+
614
## [6.1.4](https://github.com/Kajabi/sage-lib/compare/v6.1.3...v6.1.4) (2024-12-13)
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.1.4",
3+
"version": "6.1.5",
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.1.5](https://github.com/Kajabi/sage-lib/compare/v6.1.4...v6.1.5) (2025-01-17)
7+
8+
**Note:** Version bump only for package @kajabi/sage-packs
9+
10+
11+
12+
13+
614
## [6.1.4](https://github.com/Kajabi/sage-lib/compare/v6.1.3...v6.1.4) (2024-12-13)
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.1.4",
3+
"version": "6.1.5",
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.1.4",
35-
"@kajabi/sage-react": "^6.1.4",
34+
"@kajabi/sage-assets": "^6.1.5",
35+
"@kajabi/sage-react": "^6.1.5",
3636
"@kajabi/sage-system": "^6.1.1"
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.1.5](https://github.com/Kajabi/sage-lib/compare/v6.1.4...v6.1.5) (2025-01-17)
7+
8+
**Note:** Version bump only for package @kajabi/sage-react
9+
10+
11+
12+
13+
614
## [6.1.4](https://github.com/Kajabi/sage-lib/compare/v6.1.3...v6.1.4) (2024-12-13)
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.1.4",
3+
"version": "6.1.5",
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.1.4",
86+
"@kajabi/sage-assets": "^6.1.5",
8787
"classnames": "^2.2.6",
8888
"debounce": "^1.2.0",
8989
"focus-trap": "^6.2.2",

0 commit comments

Comments
 (0)