From f4dc6da9eafc44fe99f0b272cec79b8a263da933 Mon Sep 17 00:00:00 2001 From: jcorrea97 Date: Thu, 1 Aug 2024 12:51:15 -0300 Subject: [PATCH] build: release 18.0.1 --- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/publish_po_angular_ci-latest.yml | 2 +- .github/workflows/publish_po_angular_ci-next.yml | 2 +- .github/workflows/publish_po_angular_ci-portal.yml | 2 +- CHANGELOG.md | 7 +++++++ package.json | 6 +++--- 6 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa0c212b0..1219ff7a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/publish_po_angular_ci-latest.yml b/.github/workflows/publish_po_angular_ci-latest.yml index 9d14895ae..9cb17c79e 100644 --- a/.github/workflows/publish_po_angular_ci-latest.yml +++ b/.github/workflows/publish_po_angular_ci-latest.yml @@ -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 diff --git a/.github/workflows/publish_po_angular_ci-next.yml b/.github/workflows/publish_po_angular_ci-next.yml index 805779afa..c75eaab12 100644 --- a/.github/workflows/publish_po_angular_ci-next.yml +++ b/.github/workflows/publish_po_angular_ci-next.yml @@ -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 diff --git a/.github/workflows/publish_po_angular_ci-portal.yml b/.github/workflows/publish_po_angular_ci-portal.yml index 72c215911..ec54d0b68 100644 --- a/.github/workflows/publish_po_angular_ci-portal.yml +++ b/.github/workflows/publish_po_angular_ci-portal.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee99bd18..ebb6aefbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 3563a501a..2f9e21196 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",