Skip to content

Commit

Permalink
imp: Released v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth committed Jan 8, 2024
1 parent 14e2625 commit ccc49f9
Show file tree
Hide file tree
Showing 8 changed files with 818 additions and 722 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Source code clone
uses: actions/checkout@v3
- name: Node.js 18 (LTS) setup
uses: actions/setup-node@v3
uses: actions/checkout@v4
- name: Node.js 20 (LTS) setup
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Dependencies installation
run: yarn ci
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Source code build
run: yarn build:docs
- name: Artifact upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: byloth-vuert-docs
path: docs/.vitepress/dist
Expand All @@ -44,20 +44,20 @@ jobs:

steps:
- name: Artifact download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: byloth-vuert-docs

- name: GitHub Pages setup
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Artifact upload
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "."

- id: deployment
name: GitHub Pages deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

environment:
name: github-pages
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/template-build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Source code clone
uses: actions/checkout@v3
- name: Node.js 18 (LTS) setup
uses: actions/setup-node@v3
uses: actions/checkout@v4
- name: Node.js 20 (LTS) setup
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Dependencies installation
run: yarn ci
Expand All @@ -30,7 +30,7 @@ jobs:
tar -xzvf "${PACKAGE_NAME}" -C "."
- name: Artifact upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: byloth-vuert-core
path: package
17 changes: 12 additions & 5 deletions .github/workflows/template-publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,24 @@ jobs:

steps:
- name: Artifact download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: byloth-vuert-core

- name: Node.js 18 (LTS) setup
uses: actions/setup-node@v3
- name: Node.js 20 (LTS) setup
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: ${{ inputs.registry-url }}

- name: Package publish
- if: ${{ github.event.release.prerelease == true }}
name: Pre-release package publish
run: npm publish --access public --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}

- if: ${{ github.event.release.prerelease == false }}
name: Latest package publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
{ text: "Guide", link: "/guide/" },
{ text: "Configs", link: "/config/" },
{
text: "1.2.0-rc.4",
text: "1.2.0",
items: [{ text: "Releases", link: `${REPO_HOME}/releases` }]
}
],
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@byloth/vuert",
"version": "1.2.0-rc.4",
"version": "1.2.0",
"description": "The headless alerts, notifications & popups library for Vue.js craftsmen. ℹ",
"keywords": [
"Alert",
Expand Down Expand Up @@ -60,24 +60,24 @@
"ci": "yarn install --frozen-lockfile"
},
"dependencies": {
"@byloth/core": "^1.1.5",
"@byloth/exceptions": "^2.1.0",
"vue": "^3.3.4"
"@byloth/core": "^1.2.0",
"@byloth/exceptions": "^2.2.0",
"vue": "^3.4.5"
},
"devDependencies": {
"@byloth/eslint-config-typescript": "^2.6.5",
"@byloth/eslint-config-vue": "^2.6.5",
"@fortawesome/fontawesome-free": "^6.4.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-vue": "^4.4.0",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"sass": "^1.68.0",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"vitepress": "^1.0.0-rc.20",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.15"
"@byloth/eslint-config-typescript": "^2.6.8",
"@byloth/eslint-config-vue": "^2.6.8",
"@fortawesome/fontawesome-free": "^6.5.1",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-vue": "^5.0.2",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"sass": "^1.69.7",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitepress": "^1.0.0-rc.36",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.27"
}
}
2 changes: 1 addition & 1 deletion src/vuert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type VuertSubscriber<R = void> = (alert: AlertOptions<R>) => Context<R> |

export default class Vuert
{
public static readonly VERSION: string = "1.2.0-rc.4";
public static readonly VERSION: string = "1.2.0";

public static get DEFAULT_OPTS(): VuertOptions
{
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": [
"ESNext",
"DOM",
Expand All @@ -12,6 +12,7 @@
"strict": true,
"jsx": "preserve",
"declaration": true,
"noFallthroughCasesInSwitch": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"skipLibCheck": true,
Expand Down
Loading

0 comments on commit ccc49f9

Please sign in to comment.