Skip to content

Commit

Permalink
chore(pkg): bump deps, lint, change releases
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Mar 11, 2024
1 parent 8e07d35 commit 0456913
Show file tree
Hide file tree
Showing 20 changed files with 4,680 additions and 3,110 deletions.
28 changes: 8 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Release

permissions:
contents: write

on:
workflow_dispatch:
push:
tags:
- 'v*'

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -15,26 +16,13 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v3.0.0
uses: pnpm/action-setup@v3

- name: Use Node.js v18
- name: Set node
uses: actions/setup-node@v4
with:
node-version: v18
registry-url: https://registry.npmjs.org/
cache: pnpm

- run: export DEBUG=conventional-github-releaser && npx conventional-github-releaser -p angular
continue-on-error: false
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: pnpm i

- name: PNPM build
run: pnpm run build
node-version: 18.x

- name: Publish to NPM
run: pnpm -r publish --access public --no-git-checks
- run: npx changelogithub
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion docs/content/1.usage/2.guides/3.class-attr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class & Style Attributes
description: Style your pages by applying classes and styles to your `<html>` and `<body>` tags.
---

When you need to style your page by adding classes or styles to the `<html>` or `<body>`, Unhead makes it easy by
When you need to style your page by adding classes or styles to the `<html>` or `<body>`, Unhead makes it easy by
providing object and array support for the `class` and `style` attributes.

## Static Classes & Styles
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/noto": "^1.1.18",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.93",
"@nuxt/content": "^2.12.0",
"@iconify-json/simple-icons": "^1.1.95",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "^1.0.8",
"@nuxt/ui": "2.14.1",
"@nuxt/ui-pro": "1.0.1",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/seo": "2.0.0-rc.8",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "3.10.3",
"nuxt-icon": "^0.6.8",
"nuxt-icon": "^0.6.9",
"nuxt-lego": "^0.0.14",
"nuxt-lodash": "^2.5.3"
}
Expand Down
Loading

0 comments on commit 0456913

Please sign in to comment.