Skip to content

Commit

Permalink
fix(schematics): use v6.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad committed May 22, 2022
1 parent fedff86 commit 47f08f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/src/app/shared/stackblitz/stackblitz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const COPYRIGHT = `Copyright 2021 Formly. All Rights Reserved.
can be found in the LICENSE file at https://github.com/ngx-formly/ngx-formly/blob/main/LICENSE`;

export const angularVersion = '^13.0.0';
export const formlyVersion = '^6.0.0-next';
export const formlyVersion = 'next';

export const dependencies: { [id: string]: { [id: string]: string } } = {
core: {
Expand Down
2 changes: 1 addition & 1 deletion src/schematics/utils/lib-versions.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const angularVersion = '^13.0.0';
export const ngxFormlyVersion = '^6.0.0-next';
export const ngxFormlyVersion = '^6.0.0-beta';

0 comments on commit 47f08f5

Please sign in to comment.