Skip to content

Commit

Permalink
ci: release package (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 6, 2024
1 parent 9d21a5d commit 2e05d42
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .changeset/heavy-tigers-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-moles-raise.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/rotten-candles-cover.md

This file was deleted.

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.

8 changes: 8 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @holisticon/hap-documentation

## 0.0.1

### Patch Changes

- Updated dependencies [[`46ec2a2`](https://github.com/holisticon/atomic-playfulness/commit/46ec2a217e50461dbe10b7c70eb4f3f6bcfccc44), [`3f1ce66`](https://github.com/holisticon/atomic-playfulness/commit/3f1ce66e32e361b249b51ef88e10fc30367b3b7e)]:
- @holisticon/hap-foundation@0.1.0
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@holisticon/hap-documentation",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"author": "Holisticon AG <[email protected]>",
"description": "Documentation for the atomic-playfulness design system.",
Expand All @@ -17,7 +17,7 @@
"lint": "tsc --noEmit && eslint ."
},
"dependencies": {
"@holisticon/hap-foundation": "^0.0.0"
"@holisticon/hap-foundation": "^0.1.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.2.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @holisticon/hap-foundation

## 0.1.0

### Minor Changes

- [#24](https://github.com/holisticon/atomic-playfulness/pull/24) [`46ec2a2`](https://github.com/holisticon/atomic-playfulness/commit/46ec2a217e50461dbe10b7c70eb4f3f6bcfccc44) Thanks [@mrm1st3r](https://github.com/mrm1st3r)! - Add font-face definitions for ES Klarheit fonts

- [#26](https://github.com/holisticon/atomic-playfulness/pull/26) [`3f1ce66`](https://github.com/holisticon/atomic-playfulness/commit/3f1ce66e32e361b249b51ef88e10fc30367b3b7e) Thanks [@fabiangaukler](https://github.com/fabiangaukler)! - Added typography tokens and classes for defining heading and texts.

```html
<h2 class="hap-h1">A heading text</h2>
<p class="hap-text">Some content text</p>
<span class="hap-text-small">A small hint</span>
```
2 changes: 1 addition & 1 deletion packages/foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@holisticon/hap-foundation",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"author": "Holisticon AG <[email protected]>",
"description": "Foundational tokens for the atomic-playfulness design system.",
"repository": "github:holisticon/atomic-playfulness",
Expand Down

0 comments on commit 2e05d42

Please sign in to comment.