Skip to content

Commit

Permalink
chore: release main (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and ju-Skinner committed Jun 7, 2024
1 parent 029f10b commit 5805b2c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"libs/core": "1.0.2",
"libs/react": "1.0.2",
"libs/core": "1.0.4",
"libs/react": "1.0.4",
"libs/doc-components": "1.0.0",
".": "0.0.0"
}
7 changes: 7 additions & 0 deletions libs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.5](https://github.com/Kajabi/pine/compare/core-v1.0.2...core-v1.0.5) (2024-06-06)


### Documentation 📄

* **accordion:** Update icon name ([#199](https://github.com/Kajabi/pine/issues/199)) ([a89aaad](https://github.com/Kajabi/pine/commit/a89aaadeb405e59b6030e51a24b97d6e6ecbb186))

## [1.0.2](https://github.com/Kajabi/pine/compare/@pine-ds/[email protected]...@pine-ds/[email protected]) (2024-06-04)


Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pine-ds/core",
"version": "1.0.2",
"version": "1.0.5",
"license": "MIT",
"description": "Base components for Pine Design System",
"author": "Kajabi Design System Services",
Expand Down
4 changes: 2 additions & 2 deletions libs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pine-ds/react",
"version": "1.0.2",
"version": "1.0.5",
"license": "MIT",
"description": "Pine Web Components React Wrapper",
"author": "Kajabi Design System Services",
Expand Down Expand Up @@ -37,7 +37,7 @@
"tsc": "tsc -p ."
},
"dependencies": {
"@pine-ds/core": "^1.0.2",
"@pine-ds/core": "*",
"@pine-ds/icons": "*",
"tslib": "*"
},
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5805b2c

Please sign in to comment.