chore: bump version

This commit is contained in:
braks
2023-03-07 19:15:51 +01:00
parent 36a12a6fe8
commit 619ce7f442
19 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { readdirSync, statSync } from 'fs' import { readdirSync, statSync } from 'node:fs'
import type { DefaultTheme, HeadConfig } from 'vitepress' import type { DefaultTheme, HeadConfig } from 'vitepress'
import { defineConfigWithTheme } from 'vitepress' import { defineConfigWithTheme } from 'vitepress'
import WindiCSS from 'vite-plugin-windicss' import WindiCSS from 'vite-plugin-windicss'
+2 -2
View File
@@ -1,5 +1,5 @@
import { copyFile, existsSync, mkdirSync, readdirSync, statSync } from 'fs' import { copyFile, existsSync, mkdirSync, readdirSync, statSync } from 'node:fs'
import { resolve } from 'path' import { resolve } from 'node:path'
interface ChangelogFile { interface ChangelogFile {
path: string path: string
+2 -2
View File
@@ -1,5 +1,5 @@
import { existsSync, readFileSync } from 'fs' import { existsSync, readFileSync } from 'node:fs'
import { resolve } from 'path' import { resolve } from 'node:path'
import type { Plugin } from 'vite' import type { Plugin } from 'vite'
export function copyVueFlowPlugin(): Plugin { export function copyVueFlowPlugin(): Plugin {
+1 -1
View File
@@ -1,4 +1,4 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { defineConfig } from 'windicss/helpers' import { defineConfig } from 'windicss/helpers'
import typography from 'windicss/plugin/typography' import typography from 'windicss/plugin/typography'
import scrollbar from '@windicss/plugin-scrollbar' import scrollbar from '@windicss/plugin-scrollbar'
+1 -1
View File
@@ -66,5 +66,5 @@ declare global {
// for type re-export // for type re-export
declare global { declare global {
// @ts-ignore // @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue' export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
} }
+1 -1
View File
@@ -1,4 +1,4 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config' import { withConfig } from '@tooling/vite-config'
export default withConfig({ export default withConfig({
+1 -1
View File
@@ -66,5 +66,5 @@ declare global {
// for type re-export // for type re-export
declare global { declare global {
// @ts-ignore // @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue' export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
} }
+1 -1
View File
@@ -1,4 +1,4 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config' import { withConfig } from '@tooling/vite-config'
import svgLoader from 'vite-svg-loader' import svgLoader from 'vite-svg-loader'
+2 -2
View File
@@ -1,5 +1,5 @@
const { readFile, writeFile } = require('fs/promises') const { readFile, writeFile } = require('node:fs/promises')
const { resolve } = require('path') const { resolve } = require('node:path')
/** /**
* This is a workaround until slots can be properly typed from inside the VueFlow component * This is a workaround until slots can be properly typed from inside the VueFlow component
+1 -1
View File
@@ -1,4 +1,4 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { defineConfig } from 'vite' import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue' import vue from '@vitejs/plugin-vue'
import VueMacros from 'unplugin-vue-macros/vite' import VueMacros from 'unplugin-vue-macros/vite'
+1 -1
View File
@@ -1,4 +1,4 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { defineConfig } from 'vite' import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue' import vue from '@vitejs/plugin-vue'
import VueMacros from 'unplugin-vue-macros/vite' import VueMacros from 'unplugin-vue-macros/vite'
+1 -1
View File
@@ -66,5 +66,5 @@ declare global {
// for type re-export // for type re-export
declare global { declare global {
// @ts-ignore // @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue' export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
} }
+1 -1
View File
@@ -1,4 +1,4 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config' import { withConfig } from '@tooling/vite-config'
export default withConfig({ export default withConfig({
+1 -1
View File
@@ -66,5 +66,5 @@ declare global {
// for type re-export // for type re-export
declare global { declare global {
// @ts-ignore // @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue' export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
} }
+1 -1
View File
@@ -1,4 +1,4 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config' import { withConfig } from '@tooling/vite-config'
import vueTypes from 'vite-plugin-vue-type-imports' import vueTypes from 'vite-plugin-vue-type-imports'
+1 -1
View File
@@ -66,5 +66,5 @@ declare global {
// for type re-export // for type re-export
declare global { declare global {
// @ts-ignore // @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue' export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
} }
+1 -1
View File
@@ -1,4 +1,4 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config' import { withConfig } from '@tooling/vite-config'
export default withConfig({ export default withConfig({
+1 -1
View File
@@ -66,5 +66,5 @@ declare global {
// for type re-export // for type re-export
declare global { declare global {
// @ts-ignore // @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue' export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
} }
+1 -1
View File
@@ -1,4 +1,4 @@
import { resolve } from 'path' import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config' import { withConfig } from '@tooling/vite-config'
export default withConfig({ export default withConfig({