diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 8942f1be..69cb90d0 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -5,7 +5,7 @@ on: types: [created] jobs: - build: + publish-npr: runs-on: ubuntu-latest steps: - name: Checkout @@ -26,21 +26,6 @@ jobs: - name: Build - Lib run: npm run build:lib:prod - publish-npr: - needs: build - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - # Setup .npmrc file to publish to npm - - name: Use Node.js 22 - uses: actions/setup-node@v3 - with: - node-version: 22 - registry-url: https://registry.npmjs.org - - - name: Install dependencies - run: npm ci - name: Publish package run: npm publish dist/password-strength-meter/ --access public env: diff --git a/package.json b/package.json index 2c6f2bfe..3b0a5e64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eresearchqut/angular-password-strength-meter", - "version": "13.0.6", + "version": "13.0.7", "scripts": { "ng": "ng", "serve": "ng serve", diff --git a/projects/password-strength-meter/package.json b/projects/password-strength-meter/package.json index c084497a..ced077a4 100644 --- a/projects/password-strength-meter/package.json +++ b/projects/password-strength-meter/package.json @@ -1,9 +1,10 @@ { "name": "@eresearchqut/angular-password-strength-meter", - "version": "13.0.6", + "version": "13.0.7", "dependencies": { "tslib": "^2.8.1" }, + "types": "index.d.ts", "peerDependencies": { "@angular/common": "^19.2.3", "@angular/core": "^19.2.3",