Skip to content

Commit

Permalink
imp: Release v1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth committed Jul 12, 2024
1 parent b2a4f6b commit c86ff5e
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.3.3-rc.1",
"version": "1.3.3",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuert/root",
"version": "1.3.3-rc.1",
"version": "1.3.3",
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@byloth/vuert",
"version": "1.3.3-rc.1",
"version": "1.3.3",
"description": "The headless alerts, modals, notifications & popups library for Vue.js craftsmen. ℹ",
"keywords": [
"Alert",
Expand Down Expand Up @@ -54,8 +54,8 @@
"lint:prod": "NODE_ENV=\"production\" yarn lint"
},
"dependencies": {
"@byloth/core": "~1.5.0-rc.8",
"@byloth/exceptions": "~2.3.0-rc.1",
"@byloth/core": "~1.5.0",
"@byloth/exceptions": "~2.3.0",
"vue": "^3.4.31"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/vuert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type VuertSubscriber<R = void> = (alert: AlertOptions<R>) => Context<R> |

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

public static get DEFAULT_OPTS(): VuertOptions
{
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
{ text: "Guide", link: "/guide/" },
{ text: "Configs", link: "/config/" },
{
text: "1.3.3-rc.1",
text: "1.3.3",
items: [{ text: "Releases", link: `${REPO_HOME}/releases` }]
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@byloth/vuert-docs",
"version": "1.3.3-rc.1",
"version": "1.3.3",
"type": "module",
"scripts": {
"dev": "vitepress dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@byloth/nuxt-vuert-module",
"version": "1.3.3-rc.1",
"version": "1.3.3",
"description": "The headless alerts, modals, notifications & popups module for Nuxt.js craftsmen. ℹ",
"keywords": [
"Alert",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -931,10 +931,10 @@ __metadata:
languageName: node
linkType: hard

"@byloth/core@npm:~1.5.0-rc.8":
version: 1.5.0-rc.8
resolution: "@byloth/core@npm:1.5.0-rc.8"
checksum: 10c0/7a44abe88d1944e7b568597393d9c4eedb21f63309ba5033afe3a3e9480991e174da6967715877c4f41392c50104e2a62a978ff95411e5c6aef926ce684134bd
"@byloth/core@npm:~1.5.0":
version: 1.5.0
resolution: "@byloth/core@npm:1.5.0"
checksum: 10c0/00b1439d7f2a330cd62fb33452a4261a01b25e448ba511d2114a0547adf99954c13198e232bc98ffaffbda2f21af155b55d0220e8d57af0df5b94eaf8912f1fe
languageName: node
linkType: hard

Expand Down Expand Up @@ -981,10 +981,10 @@ __metadata:
languageName: node
linkType: hard

"@byloth/exceptions@npm:~2.3.0-rc.1":
version: 2.3.0-rc.1
resolution: "@byloth/exceptions@npm:2.3.0-rc.1"
checksum: 10c0/d3cd220d2c6fe61dd27990b1483c30520cc348111f54ea4d38ab02aacdd9f79c6caf5ca770fb2ec148796b584056a583f7eb97ded87a3599f670ba3794b03c6c
"@byloth/exceptions@npm:~2.3.0":
version: 2.3.0
resolution: "@byloth/exceptions@npm:2.3.0"
checksum: 10c0/ec784a1af9f1163b3eaa452952f7907cb8849c42d83dd07b8de59872f9e605ff0b6c234e79c78d6c6842cb513f81678fb170365350b15643ca579c07202eaf36
languageName: node
linkType: hard

Expand Down Expand Up @@ -1039,9 +1039,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@byloth/vuert@workspace:packages/core"
dependencies:
"@byloth/core": "npm:~1.5.0-rc.8"
"@byloth/core": "npm:~1.5.0"
"@byloth/eslint-config-nuxt": "npm:^2.8.1"
"@byloth/exceptions": "npm:~2.3.0-rc.1"
"@byloth/exceptions": "npm:~2.3.0"
"@types/node": "npm:^20.14.10"
"@typescript-eslint/eslint-plugin": "npm:^7.16.0"
"@typescript-eslint/parser": "npm:^7.16.0"
Expand Down

0 comments on commit c86ff5e

Please sign in to comment.