Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dineug committed Nov 5, 2021
1 parent b575ea9 commit 1f11c21
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 215 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
## Document

- [Playground](https://vuerd.github.io)
- [Storybook](https://vuerd.github.io/vuerd/)
- [Import SQL DDL support syntax](https://github.com/vuerd/vuerd/blob/master/packages/sql-ddl-parser/src/SQL_DDL_Test_Case.md)
- [vscode extension](https://marketplace.visualstudio.com/items?itemName=dineug.vuerd-vscode)
- [atom extension](https://atom.io/packages/vuerd-atom)
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-generate-template/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const { plugins, banner } = config();
export default [
{
input: 'src/index.ts',
context: 'globalThis',
output: [
{
file: pkg.module,
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-generate-template/rollup.config.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const { plugins, banner } = config();

export default {
input: 'src/index.ts',
context: 'globalThis',
output: {
name: pkg.name,
file: `../vuerd-vscode/static/generate-template.min.js`,
Expand Down
6 changes: 3 additions & 3 deletions packages/vuerd-vscode/static/generate-template.min.js

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions packages/vuerd-vscode/static/vuerd.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/vuerd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
## Document

- [Playground](https://vuerd.github.io)
- [Storybook](https://vuerd.github.io/vuerd/)
- [Import SQL DDL support syntax](https://github.com/vuerd/vuerd/blob/master/packages/sql-ddl-parser/src/SQL_DDL_Test_Case.md)
- [vscode extension](https://marketplace.visualstudio.com/items?itemName=dineug.vuerd-vscode)
- [atom extension](https://atom.io/packages/vuerd-atom)
Expand Down

0 comments on commit 1f11c21

Please sign in to comment.