From 2b86748c8971099020e9ff13b9030aadb7a0ec63 Mon Sep 17 00:00:00 2001 From: Uday Vunnam Date: Sun, 3 Nov 2019 11:02:50 +0530 Subject: [PATCH] fix: build fixed that was pushing wrong tags --- .circleci/config.yml | 6 +++--- CHANGELOG.md | 12 ------------ package.json | 2 +- projects/xng-breadcrumb/package.json | 6 +++--- 4 files changed, 7 insertions(+), 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0946fa2..f33c152 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,11 +51,11 @@ jobs: <<: *job_defaults steps: - checkout - # - *restore_cache + - *restore_cache - run: name: Install Dependencies command: npm install --quiet --no-progress - # - *save_cache + - *save_cache - run: name: Build Library and App command: sudo npm run build @@ -82,7 +82,7 @@ jobs: command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc - run: name: publish library - command: npm run build:lib && npm run publish:lib + command: npm run publish:lib deploy: <<: *job_defaults diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9677d..f08f0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,6 @@ 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. -### [3.7.2](https://github.com/udayvunnam/xng-breadcrumb/compare/v3.7.1...v3.7.2) (2019-11-03) - -### Bug Fixes - -- build fix remove cache ([cec314e](https://github.com/udayvunnam/xng-breadcrumb/commit/cec314e)) - -### [3.7.1](https://github.com/udayvunnam/xng-breadcrumb/compare/v3.7.0...v3.7.1) (2019-11-03) - -### Bug Fixes - -- build fix remove cache ([59dcf01](https://github.com/udayvunnam/xng-breadcrumb/commit/59dcf01)) - ## [3.7.0](https://github.com/udayvunnam/xng-breadcrumb/compare/v3.6.0...v3.7.0) (2019-11-03) ### Bug Fixes diff --git a/package.json b/package.json index c470066..6c5f525 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "version": "git pull origin master && standard-version", "postversion": "npm-run-all copy:* commit:version push:tags", "copy:readme": "cp README.md projects/xng-breadcrumb/README.md", - "copy:version": "cd projects/xng-breadcrumb && npm version $npm_package_version && cd ../..", + "copy:version": "VERSION=$npm_package_version && cd projects/xng-breadcrumb && npm version $VERSION && cd ../..", "commit:version": "git add . && git commit -m $npm_package_version ", "push:tags": "git push --follow-tags origin master", "publish:lib": "npm publish ./dist/xng-breadcrumb", diff --git a/projects/xng-breadcrumb/package.json b/projects/xng-breadcrumb/package.json index dd937b8..3f89d3f 100644 --- a/projects/xng-breadcrumb/package.json +++ b/projects/xng-breadcrumb/package.json @@ -2,7 +2,7 @@ "name": "xng-breadcrumb", "version": "3.7.2", "license": "MIT", - "description": "A declarative and reactive breadcrumb for Angular 6 and beyond https://www.npmjs.com/package/xng-breadcrumb", + "description": "A declarative and reactive breadcrumb approach for Angular 6 and beyond https://www.npmjs.com/package/xng-breadcrumb", "author": { "name": "Uday Vunnam", "email": "uday4vunnam@gmail.com" @@ -18,8 +18,8 @@ }, "keywords": [ "angular", - "angular2+", - "ng", + "ng-breadcrumb", + "ngx-breadcrumb", "breadcrumb", "ngx" ],