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 Oct 22, 2024
1 parent ebcf283 commit d3ece65
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.1.0](https://github.com/Kajabi/sage-lib/compare/v6.0.0...v6.1.0) (2024-10-22)


### Bug Fixes

* add border to inner cards and panels ([#1996](https://github.com/Kajabi/sage-lib/issues/1996)) ([36c50d9](https://github.com/Kajabi/sage-lib/commit/36c50d9ddcb8c5f1f3677b4ad8108fa7c0c7161b)), closes [#1922](https://github.com/Kajabi/sage-lib/issues/1922) [#1926](https://github.com/Kajabi/sage-lib/issues/1926) [#1930](https://github.com/Kajabi/sage-lib/issues/1930) [#1931](https://github.com/Kajabi/sage-lib/issues/1931) [#1934](https://github.com/Kajabi/sage-lib/issues/1934) [#1935](https://github.com/Kajabi/sage-lib/issues/1935) [#1933](https://github.com/Kajabi/sage-lib/issues/1933) [#1936](https://github.com/Kajabi/sage-lib/issues/1936) [#1944](https://github.com/Kajabi/sage-lib/issues/1944) [#1947](https://github.com/Kajabi/sage-lib/issues/1947) [#1951](https://github.com/Kajabi/sage-lib/issues/1951) [#1952](https://github.com/Kajabi/sage-lib/issues/1952) [#1956](https://github.com/Kajabi/sage-lib/issues/1956) [#1957](https://github.com/Kajabi/sage-lib/issues/1957) [#1960](https://github.com/Kajabi/sage-lib/issues/1960) [#1958](https://github.com/Kajabi/sage-lib/issues/1958) [#1959](https://github.com/Kajabi/sage-lib/issues/1959) [#1965](https://github.com/Kajabi/sage-lib/issues/1965) [#1967](https://github.com/Kajabi/sage-lib/issues/1967) [#1969](https://github.com/Kajabi/sage-lib/issues/1969) [#1970](https://github.com/Kajabi/sage-lib/issues/1970) [#1972](https://github.com/Kajabi/sage-lib/issues/1972) [#1971](https://github.com/Kajabi/sage-lib/issues/1971) [#1973](https://github.com/Kajabi/sage-lib/issues/1973) [#1968](https://github.com/Kajabi/sage-lib/issues/1968) [#1974](https://github.com/Kajabi/sage-lib/issues/1974) [#1975](https://github.com/Kajabi/sage-lib/issues/1975)
* adds focus outline none back to components with focus visible applied ([#2006](https://github.com/Kajabi/sage-lib/issues/2006)) ([b5632c3](https://github.com/Kajabi/sage-lib/commit/b5632c3c19e08d3f72fa63500cd9de9bc7b209bf))
* **rails-icon:** change the schema for icon attribute to string ([ac2eaa5](https://github.com/Kajabi/sage-lib/commit/ac2eaa549ca3ef9d75e7b65ffe4280d5ffcd2f28))
* tooltip custom class (react) ([#2012](https://github.com/Kajabi/sage-lib/issues/2012)) ([2fe5d18](https://github.com/Kajabi/sage-lib/commit/2fe5d18ad886986b9f3dbdc212d96b8e921e3337))


### Features

* **expandablecard:** add new optional key prop ([d9b8036](https://github.com/Kajabi/sage-lib/commit/d9b803616bc5227960d81774996e1ae30d807881))
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.

# [6.1.0](https://github.com/Kajabi/sage-lib/compare/v6.0.0...v6.1.0) (2024-10-22)


### Bug Fixes

* **rails-icon:** change the schema for icon attribute to string ([ac2eaa5](https://github.com/Kajabi/sage-lib/commit/ac2eaa549ca3ef9d75e7b65ffe4280d5ffcd2f28))





# [6.0.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2024-10-14)


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": "6.0.0",
"version": "6.1.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 @@ -38,7 +38,7 @@
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.12.1",
"@kajabi/sage-packs": "^1.1.16",
"@kajabi/sage-packs": "^6.1.0",
"@rails/webpacker": "5.2.2",
"arrive": "^2.4.1",
"core-js": "^3.6.5",
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
"packages/*",
"docs"
],
"version": "6.0.0",
"version": "6.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"conventionalCommits": true,
"message": "chore(release): publish [skip ci]",
"registry": "https://npm.pkg.github.com",
"allowBranch": ["main", "develop"]
"allowBranch": [
"main",
"develop"
]
}
}
}
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.

# [6.1.0](https://github.com/Kajabi/sage-lib/compare/v6.0.0...v6.1.0) (2024-10-22)


### Bug Fixes

* add border to inner cards and panels ([#1996](https://github.com/Kajabi/sage-lib/issues/1996)) ([36c50d9](https://github.com/Kajabi/sage-lib/commit/36c50d9ddcb8c5f1f3677b4ad8108fa7c0c7161b)), closes [#1922](https://github.com/Kajabi/sage-lib/issues/1922) [#1926](https://github.com/Kajabi/sage-lib/issues/1926) [#1930](https://github.com/Kajabi/sage-lib/issues/1930) [#1931](https://github.com/Kajabi/sage-lib/issues/1931) [#1934](https://github.com/Kajabi/sage-lib/issues/1934) [#1935](https://github.com/Kajabi/sage-lib/issues/1935) [#1933](https://github.com/Kajabi/sage-lib/issues/1933) [#1936](https://github.com/Kajabi/sage-lib/issues/1936) [#1944](https://github.com/Kajabi/sage-lib/issues/1944) [#1947](https://github.com/Kajabi/sage-lib/issues/1947) [#1951](https://github.com/Kajabi/sage-lib/issues/1951) [#1952](https://github.com/Kajabi/sage-lib/issues/1952) [#1956](https://github.com/Kajabi/sage-lib/issues/1956) [#1957](https://github.com/Kajabi/sage-lib/issues/1957) [#1960](https://github.com/Kajabi/sage-lib/issues/1960) [#1958](https://github.com/Kajabi/sage-lib/issues/1958) [#1959](https://github.com/Kajabi/sage-lib/issues/1959) [#1965](https://github.com/Kajabi/sage-lib/issues/1965) [#1967](https://github.com/Kajabi/sage-lib/issues/1967) [#1969](https://github.com/Kajabi/sage-lib/issues/1969) [#1970](https://github.com/Kajabi/sage-lib/issues/1970) [#1972](https://github.com/Kajabi/sage-lib/issues/1972) [#1971](https://github.com/Kajabi/sage-lib/issues/1971) [#1973](https://github.com/Kajabi/sage-lib/issues/1973) [#1968](https://github.com/Kajabi/sage-lib/issues/1968) [#1974](https://github.com/Kajabi/sage-lib/issues/1974) [#1975](https://github.com/Kajabi/sage-lib/issues/1975)
* adds focus outline none back to components with focus visible applied ([#2006](https://github.com/Kajabi/sage-lib/issues/2006)) ([b5632c3](https://github.com/Kajabi/sage-lib/commit/b5632c3c19e08d3f72fa63500cd9de9bc7b209bf))





# [2.0.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2024-10-14)


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": "2.0.0",
"version": "6.1.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.

# [6.1.0](https://github.com/Kajabi/sage-lib/compare/v6.0.0...v6.1.0) (2024-10-22)

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





## [1.1.16](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2024-10-14)

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

# [6.1.0](https://github.com/Kajabi/sage-lib/compare/v6.0.0...v6.1.0) (2024-10-22)


### Bug Fixes

* tooltip custom class (react) ([#2012](https://github.com/Kajabi/sage-lib/issues/2012)) ([2fe5d18](https://github.com/Kajabi/sage-lib/commit/2fe5d18ad886986b9f3dbdc212d96b8e921e3337))


### Features

* **expandablecard:** add new optional key prop ([d9b8036](https://github.com/Kajabi/sage-lib/commit/d9b803616bc5227960d81774996e1ae30d807881))





# [2.0.0](https://github.com/Kajabi/sage-lib/compare/@kajabi/[email protected]...@kajabi/[email protected]) (2024-10-14)


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

0 comments on commit d3ece65

Please sign in to comment.