diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..18dd3dfb --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/projects/nx-verdaccio-env/package.json b/projects/nx-verdaccio-env/package.json index 0acd0a7d..8ff9c7c7 100644 --- a/projects/nx-verdaccio-env/package.json +++ b/projects/nx-verdaccio-env/package.json @@ -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",