Skip to content

Commit

Permalink
chore(release): 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Jul 6, 2021
1 parent 5261166 commit 3e87f4e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="11.0.3"></a>
## [11.0.3](https://github.com/atinc/ngx-tethys/compare/11.0.2...11.0.3) (2021-07-06)



<a name="11.0.2"></a>
## [11.0.2](https://github.com/atinc/ngx-tethys/compare/11.0.1...11.0.2) (2021-07-05)

Expand Down
2 changes: 1 addition & 1 deletion cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethys/cdk",
"version": "11.0.2",
"version": "11.0.3",
"peerDependencies": {
"@angular/common": "^11.2.9",
"@angular/core": "^11.2.9"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tethys",
"version": "11.0.2",
"version": "11.0.3",
"license": "MIT",
"scripts": {
"start": "docgeni serve",
Expand Down
2 changes: 1 addition & 1 deletion schematics/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '11.0.2';
export const VERSION = '11.0.3';
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tethys",
"version": "11.0.2",
"version": "11.0.3",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/atinc/ngx-tethys.git"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Version } from '@angular/core';

export const VERSION = new Version('11.0.2');
export const VERSION = new Version('11.0.3');

0 comments on commit 3e87f4e

Please sign in to comment.