Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saadeghi/daisyui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.9
Choose a base ref
...
head repository: saadeghi/daisyui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.10
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 7, 2023

  1. Update version

    saadeghi committed Jun 7, 2023
    Copy the full SHA
    be6b02d View commit details
  2. chore(release): 3.0.9

    saadeghi committed Jun 7, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    96fa9e6 View commit details
  3. ghaction

    saadeghi committed Jun 7, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9343e04 View commit details
  4. update package-lock

    saadeghi committed Jun 7, 2023
    Copy the full SHA
    f7afbbb View commit details
  5. chore(release): 3.0.10

    saadeghi committed Jun 7, 2023
    Copy the full SHA
    eb25eaa View commit details
Showing with 14 additions and 11 deletions.
  1. +7 −8 .github/workflows/build-publish-deploy.yml
  2. +4 −0 CHANGELOG.md
  3. +1 −1 package.json
  4. +1 −1 src/docs/.env
  5. +1 −1 src/docs/package-lock.json
15 changes: 7 additions & 8 deletions .github/workflows/build-publish-deploy.yml
Original file line number Diff line number Diff line change
@@ -14,31 +14,30 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node.js environment
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "latest"
registry-url: https://registry.npmjs.org

- name: check latest released version
- name: Check latest released version
if: github.repository == 'saadeghi/daisyui'
id: versionInfo
uses: EndBug/version-check@v2
with:
file-url: https://unpkg.com/daisyui@latest/package.json
static-checking: localIsNew

- name: Publish
- name: Publish package
if: steps.versionInfo.outputs.changed == 'true'
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Install dependencies
- name: Install package dependencies
run: npm install

- name: build
if: steps.versionInfo.outputs.changed == 'true'
- name: build package
run: npm run build

# - name: Read package version from package.json
@@ -82,7 +81,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Install document website dependencies
- name: Install docs dependencies
run: cd src/docs && npm install

- name: Install alpha daisyUI if staging
@@ -96,7 +95,7 @@ jobs:
- name: get new data from API
run: cd src/docs && npm run get-files

- name: Build document website
- name: Build docs
run: cd src/docs && npm run build

- name: Deploy docs to github pages
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

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.

### [3.0.10](https://github.com/saadeghi/daisyui/compare/v3.0.7...v3.0.10) (2023-06-07)

### [3.0.9](https://github.com/saadeghi/daisyui/compare/v3.0.7...v3.0.9) (2023-06-07)

### [3.0.8](https://github.com/saadeghi/daisyui/compare/v3.0.7...v3.0.8) (2023-06-07)

### [3.0.7](https://github.com/saadeghi/daisyui/compare/v3.0.6...v3.0.7) (2023-06-07)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daisyui",
"version": "3.0.8",
"version": "3.0.10",
"description": "daisyUI - Tailwind CSS Components",
"author": "Pouya Saadeghi",
"license": "MIT",
2 changes: 1 addition & 1 deletion src/docs/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_DAISYUI_VERSION=3.0.7
VITE_DAISYUI_VERSION=3.0.8
2 changes: 1 addition & 1 deletion src/docs/package-lock.json

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