Skip to content

Commit

Permalink
build: release 18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorrea97 committed Aug 1, 2024
1 parent cd51737 commit f4dc6da
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: 18

# Executa um comando do projeto na máquina virtual
- run: npm i --force
- run: npm i
- run: npm run format:check
- run: npm run lint:storage
- run: npm run lint:sync
Expand All @@ -67,7 +67,7 @@ jobs:
with:
node-version: 18

- run: npm i --force
- run: npm i
- run: npm run build
- run: npm run build:portal:docs
- run: npm run build:portal:prod
Expand All @@ -90,7 +90,7 @@ jobs:
with:
node-version: 18

- run: npm i --force
- run: npm i
- run: npm run test:ui
- run: npm run test:ui:schematics

Expand All @@ -107,7 +107,7 @@ jobs:
with:
node-version: 18

- run: npm i --force
- run: npm i
- run: npm run build:ui:lite
- run: npm run test:templates
- run: npm run test:templates:schematics
Expand All @@ -125,7 +125,7 @@ jobs:
with:
node-version: 18

- run: npm i --force
- run: npm i
- run: npm run test:code-editor
- run: npm run test:code-editor:schematics

Expand All @@ -142,7 +142,7 @@ jobs:
with:
node-version: 18

- run: npm i --force
- run: npm i
- run: npm run test:storage
- run: npm run test:storage:schematics

Expand All @@ -159,7 +159,7 @@ jobs:
with:
node-version: 18

- run: npm i --force
- run: npm i
- run: npm run build:storage:lite
- run: npm run test:sync
- run: npm run test:sync:schematics
2 changes: 1 addition & 1 deletion .github/workflows/publish_po_angular_ci-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: po-tslint

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

# Pega as versões publicadas no NPM e salva no arquivo versions.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_po_angular_ci-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: po-tslint

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

# Pega as versões publicadas no NPM e salva no arquivo versions.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_po_angular_ci-portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path: po-tslint

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

# PUBLISH PORTAL
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [18.0.1](https://github.com/po-ui/po-angular/compare/v18.0.0...v18.0.1) (2024-08-01)


### Bug Fixes

* **schematics:** corrige update em sub diretorios ([cd51737](https://github.com/po-ui/po-angular/commit/cd5173716dcafd8caee0288b54f1fdd3e1f6d4e8))

## [18.0.0](https://github.com/po-ui/po-angular/compare/v17.21.0...v18.0.0) (2024-07-29)

### BREAKING CHANGES
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "po-ui-sources",
"version": "18.0.0",
"version": "18.0.1",
"description": "PO UI",
"homepage": "https://po-ui.io",
"license": "MIT",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@angular/router": "~18.0.1",
"@capacitor/core": "5.7.2",
"@capacitor/network": "^5.0.7",
"@po-ui/style": "18.0.0",
"@po-ui/style": "18.0.1",
"capitalize": "^2.0.4",
"colors": "1.4.0",
"core-js": "3.33.3",
Expand Down Expand Up @@ -106,7 +106,7 @@
"@angular/language-service": "~18.0.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-angular": "^18.4.3",
"@po-ui/ng-schematics": "^16.7.0",
"@po-ui/ng-schematics": "^18.0.0",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^20.10.0",
Expand Down

0 comments on commit f4dc6da

Please sign in to comment.