diff --git a/README.md b/README.md index 261147f..73dbae7 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ await build({ - ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.) ✨ - ✅ Easy to use, no configuration required - ✅ Up to date with latest Angular versions -- ✅ Supports all Angular CLI commands (Karma is not supported on v19) +- ✅ Supports all Angular CLI commands - ✅ Supports `process.env` and `import.meta.env` usage in TypeScript - ✅ Filters sensitive variables using a Regular Expression - ✅ Used by popular repositories diff --git a/examples/nx-workspace-old/apps/ng-app-cli/package.json b/examples/nx-workspace-old/apps/ng-app-cli/package.json index 961f449..6622722 100644 --- a/examples/nx-workspace-old/apps/ng-app-cli/package.json +++ b/examples/nx-workspace-old/apps/ng-app-cli/package.json @@ -45,7 +45,7 @@ "@dotenv-run/jest-angular": "workspace:^0.2.0", "jest-preset-angular": "^14.0.0", "@jest/transform": "^29.7.0", - "@ngx-env/builder": "workspace:^19.0.3", + "@ngx-env/builder": "workspace:^19.0.4", "@types/express": "^4.17.21", "@types/jasmine": "~5.1.4", "@types/node": "^18.19.54", diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index c73ea18..0333154 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -1,5 +1,11 @@ # @ngx-env/builder +## 19.0.4 + +### Patch Changes + +- doc: remove karma non support + ## 19.0.3 ### Patch Changes diff --git a/packages/angular/README.md b/packages/angular/README.md index a451512..a4aba60 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -13,7 +13,7 @@ - ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.) ✨ - ✅ Easy to use, no configuration required - ✅ Up to date with latest Angular versions -- ✅ Supports all Angular CLI commands (Karma is not supported on v19) +- ✅ Supports all Angular CLI commands - ✅ Supports `process.env` and `import.meta.env` usage in TypeScript - ✅ Filters sensitive variables using a Regular Expression - ✅ Used by popular repositories diff --git a/packages/angular/package.json b/packages/angular/package.json index 5a83000..f216bee 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-env/builder", - "version": "19.0.3", + "version": "19.0.4", "description": "Easily inject environment variables into your Angular applications", "author": "chihab ", "homepage": "https://github.com/chihab/ngx-env/tree/main/packages/angular", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa7c41c..5807320 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -165,7 +165,7 @@ importers: specifier: ^29.7.0 version: 29.7.0 '@ngx-env/builder': - specifier: workspace:^19.0.3 + specifier: workspace:^19.0.4 version: link:../../../../packages/angular '@types/express': specifier: ^4.17.21