Skip to content

Commit

Permalink
14.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 13, 2022
1 parent a3930a2 commit 65ae9f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [14.1.24](https://github.com/FrozenPandaz/nx/compare/14.1.22...14.1.24) (2022-05-12)
## [14.1.25](https://github.com/FrozenPandaz/nx/compare/14.1.24...14.1.25) (2022-05-13)


### Features

* **angular:** hello ([c4d1f17](https://github.com/FrozenPandaz/nx/commit/c4d1f17bfd7f30390e7412f36516f872d55e3c90))
**Note:** Version bump only for package @nrwl/nx-source
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"build/packages/*"
],
"version": "14.1.24",
"version": "14.1.25",
"granularPathspec": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"e2e-start-local-registry": "node ./scripts/e2e-start-local-registry.js",
"e2e-build-package-publish": "ts-node -P ./scripts/tsconfig.e2e.json ./scripts/e2e-build-package-publish.ts",
"format": "nx format",
"nx-release": "./scripts/nx-release.js",
"nx-release": "./scripts/publish.sh",
"depcheck": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/depcheck",
"local-registry": "./scripts/local-registry.sh",
"documentation": "ts-node -P scripts/tsconfig.scripts.json ./scripts/documentation/documentation.ts && yarn check-documentation-map",
Expand Down

0 comments on commit 65ae9f9

Please sign in to comment.