Skip to content

Commit f4dc6da

Browse files
committed
build: release 18.0.1
1 parent cd51737 commit f4dc6da

File tree

6 files changed

+20
-13
lines changed

6 files changed

+20
-13
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
node-version: 18
4747

4848
# Executa um comando do projeto na máquina virtual
49-
- run: npm i --force
49+
- run: npm i
5050
- run: npm run format:check
5151
- run: npm run lint:storage
5252
- run: npm run lint:sync
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
node-version: 18
6969

70-
- run: npm i --force
70+
- run: npm i
7171
- run: npm run build
7272
- run: npm run build:portal:docs
7373
- run: npm run build:portal:prod
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
node-version: 18
9292

93-
- run: npm i --force
93+
- run: npm i
9494
- run: npm run test:ui
9595
- run: npm run test:ui:schematics
9696

@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
node-version: 18
109109

110-
- run: npm i --force
110+
- run: npm i
111111
- run: npm run build:ui:lite
112112
- run: npm run test:templates
113113
- run: npm run test:templates:schematics
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
node-version: 18
127127

128-
- run: npm i --force
128+
- run: npm i
129129
- run: npm run test:code-editor
130130
- run: npm run test:code-editor:schematics
131131

@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
node-version: 18
144144

145-
- run: npm i --force
145+
- run: npm i
146146
- run: npm run test:storage
147147
- run: npm run test:storage:schematics
148148

@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
node-version: 18
161161

162-
- run: npm i --force
162+
- run: npm i
163163
- run: npm run build:storage:lite
164164
- run: npm run test:sync
165165
- run: npm run test:sync:schematics

.github/workflows/publish_po_angular_ci-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: po-tslint
4141

4242
- name: Install and Build
43-
run: npm install --force && npm run build
43+
run: npm install && npm run build
4444
working-directory: ${{env.WORKING_DIR}}
4545

4646
# Pega as versões publicadas no NPM e salva no arquivo versions.json

.github/workflows/publish_po_angular_ci-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: po-tslint
4141

4242
- name: Install and Build
43-
run: npm install --force && npm run build
43+
run: npm install && npm run build
4444
working-directory: ${{env.WORKING_DIR}}
4545

4646
# Pega as versões publicadas no NPM e salva no arquivo versions.json

.github/workflows/publish_po_angular_ci-portal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: po-tslint
3232

3333
- name: Install and Build
34-
run: npm install --force && npm run build
34+
run: npm install && npm run build
3535
working-directory: ${{env.WORKING_DIR}}
3636

3737
# PUBLISH PORTAL

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [18.0.1](https://github.com/po-ui/po-angular/compare/v18.0.0...v18.0.1) (2024-08-01)
6+
7+
8+
### Bug Fixes
9+
10+
* **schematics:** corrige update em sub diretorios ([cd51737](https://github.com/po-ui/po-angular/commit/cd5173716dcafd8caee0288b54f1fdd3e1f6d4e8))
11+
512
## [18.0.0](https://github.com/po-ui/po-angular/compare/v17.21.0...v18.0.0) (2024-07-29)
613

714
### BREAKING CHANGES

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "po-ui-sources",
3-
"version": "18.0.0",
3+
"version": "18.0.1",
44
"description": "PO UI",
55
"homepage": "https://po-ui.io",
66
"license": "MIT",
@@ -74,7 +74,7 @@
7474
"@angular/router": "~18.0.1",
7575
"@capacitor/core": "5.7.2",
7676
"@capacitor/network": "^5.0.7",
77-
"@po-ui/style": "18.0.0",
77+
"@po-ui/style": "18.0.1",
7878
"capitalize": "^2.0.4",
7979
"colors": "1.4.0",
8080
"core-js": "3.33.3",
@@ -106,7 +106,7 @@
106106
"@angular/language-service": "~18.0.1",
107107
"@commitlint/cli": "^18.4.3",
108108
"@commitlint/config-angular": "^18.4.3",
109-
"@po-ui/ng-schematics": "^16.7.0",
109+
"@po-ui/ng-schematics": "^18.0.0",
110110
"@types/jasmine": "~5.1.4",
111111
"@types/jasminewd2": "~2.0.13",
112112
"@types/node": "^20.10.0",

0 commit comments

Comments
 (0)