Skip to content

Commit

Permalink
chore: apply changeset [skip_publish, skip_storybook]
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Aug 26, 2024
1 parent 92789b3 commit a47f0f2
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
check_changes:
runs-on: [self-hosted, linux, x64, A01]
name: "Detecting Changes"
if: ${{ contains(github.event.head_commit.message, 'skip_storybook') && !contains(github.event.head_commit.message, 'deploy_docs') }}
outputs:
storybook_changed: ${{ steps.filter.outputs.storybook }}
docs_changed: ${{ steps.filter.outputs.docs }}
Expand Down
8 changes: 8 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# hawa-docs

## 0.0.119

### Patch Changes

- Fix workflow conditions
- Updated dependencies
- @sikka/hawa@0.49.2

## 0.0.118

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-docs",
"version": "0.0.118",
"version": "0.0.119",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sikka/hawa

## 0.49.2

### Patch Changes

- Fix workflow conditions

## 0.49.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sikka/hawa",
"version": "0.49.1",
"version": "0.49.2",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# hawa-storybook

## 0.26.141

### Patch Changes

- Fix workflow conditions
- Updated dependencies
- @sikka/hawa@0.49.2

## 0.26.140

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-storybook",
"version": "0.26.140",
"version": "0.26.141",
"description": "Modern UI Kit made with Tailwind",
"author": {
"name": "Sikka Software",
Expand Down

0 comments on commit a47f0f2

Please sign in to comment.