Skip to content

Commit

Permalink
Bump version to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCuypersPpw committed Sep 13, 2023
1 parent 238b80f commit 7b40f46
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions projects/ppwcode/ng-async/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ppwcode/ng-async",
"version": "0.0.7",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
"@ng-matero/extensions": "16.1.0",
"@ngx-translate/core": "^15.0.0",
"@ppwcode/ng-common-components": "^0.0.7"
"@ppwcode/ng-common-components": "^0.0.8"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/ppwcode/ng-common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ppwcode/ng-common-components",
"version": "0.0.7",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/ppwcode/ng-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ppwcode/ng-common",
"version": "0.0.7",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/ppwcode/ng-dialogs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ppwcode/ng-dialogs",
"version": "0.0.7",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/ppwcode/ng-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ppwcode/ng-forms",
"version": "0.0.7",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
Expand Down
4 changes: 2 additions & 2 deletions projects/ppwcode/ng-router/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ppwcode/ng-router",
"version": "0.0.7",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
"@ppwcode/ng-common": "^0.0.7"
"@ppwcode/ng-common": "^0.0.8"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion projects/ppwcode/ng-state-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ppwcode/ng-state-management",
"version": "0.0.7",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
Expand Down
4 changes: 2 additions & 2 deletions projects/ppwcode/ng-wireframe/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@ppwcode/ng-wireframe",
"version": "0.",
"version": "0.0.8",
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0",
"@ppwcode/ng-async": "^0.0.7"
"@ppwcode/ng-async": "^0.0.8"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<ng-container ppw-toolbar-content><mat-icon>person</mat-icon></ng-container>
<ng-container ppw-sidebar-top-content></ng-container>
<ng-container ppw-sidebar-bottom-content
><div class="version-info"><div>v0.0.7</div></div></ng-container
><div class="version-info"><div>v0.0.8</div></div></ng-container
>
</ppw-wireframe>

0 comments on commit 7b40f46

Please sign in to comment.