Skip to content

Commit

Permalink
chore(release): release 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-nest-moon committed Nov 11, 2021
1 parent 572dbcd commit 539d331
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 25 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [13.0.0](https://github.com/NG-NEST/ng-nest/compare/12.0.8...13.0.0) (2021-11-11)


### Performance Improvements

* clear redundant codes ([48ff797](https://github.com/NG-NEST/ng-nest/commit/48ff7975a25403eacb980de16b9640ff0dcf2362))
* clear redundant codes ([6bb7ba8](https://github.com/NG-NEST/ng-nest/commit/6bb7ba8a1698194050a5510ae5cdf8319f546c5b))
* clear redundant codes ([ae7393d](https://github.com/NG-NEST/ng-nest/commit/ae7393d411940a2da9d1dec027c50bcf34d4f491))
* **module:typography:** clear redundant codes ([9341389](https://github.com/NG-NEST/ng-nest/commit/93413895d2345ea83e695e3cf5b72679ff9f711a))
* **module:upload:** clear redundant codes ([81a7fb8](https://github.com/NG-NEST/ng-nest/commit/81a7fb87a7e8654c9eb296118e3d1963eb8940be))



## [12.0.8](https://github.com/NG-NEST/ng-nest/compare/12.0.7...12.0.8) (2021-11-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm 13.0.0

## 支持 Angular 版本

`@ng-nest/ui` 目前支持 Angular ^12.0.0
`@ng-nest/ui` 目前最新支持 Angular ^13.0.0
## 支持环境

- Modern browsers
Expand Down
2 changes: 1 addition & 1 deletion docs/course/rbac/1-introduction/readme.en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ After completing all the steps in this tutorial, the final application will look

## Current environment

angular ^12.0.0 | nestjs ^7.0.0
angular ^13.0.0 | nestjs ^7.0.0

Refer to the following address for environment installation:<a href="https://angular.cn/guide/setup-local" target="_blank">Angular</a> | <a href="https://docs.nestjs.com/" target="_blank">Nestjs</a>

Expand Down
2 changes: 1 addition & 1 deletion docs/course/rbac/1-introduction/readme.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default: true

## 当前环境

angular ^12.0.0 | nestjs ^7.0.0
angular ^13.0.0 | nestjs ^7.0.0

环境安装参考以下地址:<a href="https://angular.cn/guide/setup-local" target="_blank">Angular</a> | <a href="https://docs.nestjs.com/" target="_blank">Nestjs</a>

Expand Down
12 changes: 6 additions & 6 deletions docs/ui/getting-started/demo/__bash/1.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ $ ng --version
|___/


Angular CLI: 12.0.0
Node: 14.15.4
Angular CLI: 13.0.0
Node: 16.13.4
OS: win32 x64

Angular:
Expand All @@ -18,7 +18,7 @@ Ivy Workspace:

Package Version
------------------------------------------------------
@angular-devkit/architect 0.1200.0 (cli-only)
@angular-devkit/core 12.0.0 (cli-only)
@angular-devkit/schematics 12.0.0 (cli-only)
@schematics/angular 12.0.0 (cli-only)
@angular-devkit/architect 0.1300.0 (cli-only)
@angular-devkit/core 13.0.0 (cli-only)
@angular-devkit/schematics 13.0.0 (cli-only)
@schematics/angular 13.0.0 (cli-only)
2 changes: 1 addition & 1 deletion docs/ui/ng-nest/readme.en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm 13.0.0

## Support Angular version

Angular ^12.0.0 is currently supported by `@ng-nest/UI`.
Angular ^13.0.0 is currently supported by `@ng-nest/UI`.

## Supporting environment

Expand Down
2 changes: 1 addition & 1 deletion docs/ui/ng-nest/readme.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm 13.0.0

## 支持 Angular 版本

`@ng-nest/ui` 目前支持 Angular ^12.0.0 版本。
`@ng-nest/ui` 目前最新支持 Angular ^13.0.0 版本。

## 支持环境

Expand Down
2 changes: 1 addition & 1 deletion lib/ng-nest/ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NG-NEST

UI 库支持最新版本 [Angular ^12.0.0](https://angular.io/docs),支持最新的 [Ivy](https://angular.io/guide/ivy) 特性。
UI 库支持最新版本 [Angular ^13.0.0](https://angular.io/docs)

# 文档

Expand Down
26 changes: 13 additions & 13 deletions src/services/online-ide/online-ide.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ import tsconfigAppTS from './files/tsconfig.app.json';
@Injectable({ providedIn: 'root' })
export class OnlineIdeService {
dependencies = {
'@angular/animations': '^12.0.0',
'@angular/cdk': '^12.0.0',
'@angular/common': '^12.0.0',
'@angular/compiler': '^12.0.0',
'@angular/core': '^12.0.0',
'@angular/forms': '^12.0.0',
'@angular/platform-browser': '^12.0.0',
'@angular/platform-browser-dynamic': '^12.0.0',
'@angular/router': '^12.0.0',
rxjs: '~6.6.3',
'core-js': '~3.6.5',
'@angular/animations': '^13.0.0',
'@angular/cdk': '^13.0.0',
'@angular/common': '^13.0.0',
'@angular/compiler': '^13.0.0',
'@angular/core': '^13.0.0',
'@angular/forms': '^13.0.0',
'@angular/platform-browser': '^13.0.0',
'@angular/platform-browser-dynamic': '^13.0.0',
'@angular/router': '^13.0.0',
rxjs: '~7.4.0',
'core-js': '~3.19.1',
lodash: '^4.17.21',
'@types/lodash': '^4.14.171',
tslib: '^2.0.0',
tslib: '^2.3.0',
'zone.js': '~0.11.4',
'@ng-nest/ui': `^12.0.0`
'@ng-nest/ui': `^13.0.0`
};
openStackBlitz(selector: string, modules: string[], providers: string[], files: { [fileName: string]: string }) {
StackBlitzSDK.openProject({
Expand Down

0 comments on commit 539d331

Please sign in to comment.