Skip to content

Commit

Permalink
chore(release): publish 0.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 25, 2024
1 parent b930350 commit 782efb9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## 0.0.0-alpha.1 (2024-09-25)


### 🚀 Features

- add plugin options ([f781c5e](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/f781c5e))
- add plugin options ([6297122](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/6297122))
- add aliases to environmentRoot terminal argument ([998b5c0](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/998b5c0))

### 🩹 Fixes

- update invalid exports ([2be2b87](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/2be2b87))
- replace build by boostrap ([d714b48](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/d714b48))
- remove deleted plugins from registry ([5c4307a](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/5c4307a))
- comment out windows CI until fixed ([b70e39b](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/b70e39b))
- use correct execFile signature in projectGraphTiming ([7169b4a](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/7169b4a))
- merge issues ([96ef3e4](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/96ef3e4))
- marks example packages as private ([695f26d](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/695f26d))
- marks example packages as public ([f50dde7](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/f50dde7))
- **audit:** improve project graph audit execution ([4c8def6](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/4c8def6))
- **build-env:** diagram direction ([6b80130](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/6b80130))
- **build-env:** fix import ([c2ef6fd](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/c2ef6fd))
- **build-env:** fix test imports ([b47aefc](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/b47aefc))
- **build-env:** fix typos ([0c83deb](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/0c83deb))

### 🔥 Performance

- setup code-pushup and add nx-perf plugin ([c796c6d](https://github.com/push-based/-nx-verdaccio-e2e-setup/commit/c796c6d))

### ❤️ Thank You

- getlarge
- Michael @rx-angular
- Michael Hladky @BioPhoton
2 changes: 1 addition & 1 deletion projects/nx-verdaccio-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@push-based/nx-verdaccio-env",
"version": "0.0.0-alpha.0",
"version": "0.0.0-alpha.1",
"license": "MIT",
"dependencies": {
"@nx/devkit": "^19.6.4",
Expand Down

0 comments on commit 782efb9

Please sign in to comment.