Skip to content

Commit

Permalink
Merge branch 'main' into fix/button-group-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkerchunker authored Mar 29, 2024
2 parents c45f441 + ac3bad4 commit 41c54e8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Run build
run: bun run build

- name: Create Release Pull Request or Publish to NPM
id: changesets
uses: changesets/action@v1
with:
publish: bun run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"format:check": "prettier . --check",
"prepack": "clean-package",
"postpack": "clean-package restore",
"prepublishOnly": "bun run build",
"start": "bun run dist/index.js",
"typecheck": "tsc --noEmit"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.6

### Patch Changes

- [`7a8933d`](https://github.com/themesberg/flowbite-react/commit/7a8933da69b56a72f41442d6a1d77ba11f54bca5) - export `createTheme` API

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.7.5](https://github.com/themesberg/flowbite-react/compare/v0.7.4...v0.7.5) (2024-03-20)
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-react",
"version": "0.7.5",
"version": "0.7.6",
"description": "Official React components built for Flowbite and Tailwind CSS",
"keywords": [
"design-system",
Expand Down Expand Up @@ -51,6 +51,7 @@
"lint:fix": "eslint . --fix",
"prepack": "clean-package",
"postpack": "clean-package restore",
"prepublishOnly": "bun run build",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 41c54e8

Please sign in to comment.