Skip to content

Commit

Permalink
release: @dotenv-run 1.3.0, @ngx-env/builder v17.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Jan 7, 2024
1 parent a4688f1 commit 308ea34
Show file tree
Hide file tree
Showing 18 changed files with 102 additions and 34 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @dotenv-run/docs

## 0.1.0

### Minor Changes

- refactor and docs initialization
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@dotenv-run/docs",
"private": true,
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/ng-app-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@angular/compiler-cli": "^16.0.0",
"@types/node": "^16.0.0",
"cross-env": "^7.0.3",
"@dotenv-run/webpack": "^1.2.3",
"@dotenv-run/webpack": "^1.3.0",
"typescript": "~4.9.3"
}
}
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"e2e:all": "nx run-many --target=e2e --all --parallel"
},
"devDependencies": {
"@dotenv-run/cli": "^1.2.3",
"@dotenv-run/load": "^1.2.3",
"@dotenv-run/webpack": "^1.2.3",
"@dotenv-run/rollup": "^1.2.3",
"@dotenv-run/cli": "^1.3.0",
"@dotenv-run/load": "^1.3.0",
"@dotenv-run/webpack": "^1.3.0",
"@dotenv-run/rollup": "^1.3.0",
"webpack": "^5.0.0",
"serve": "^14.2.1",
"@playwright/test": "^1.37.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-env/builder",
"version": "17.0.3",
"version": "17.0.4",
"description": "Easily inject environment variables into your Angular applications",
"author": "chihab <chihab@gmail.com>",
"homepage": "https://github.com/chihab/dotenv-run/tree/main/packages/angular",
Expand Down Expand Up @@ -29,8 +29,8 @@
"copy-dist": "ts-node tools/schema-dist.ts"
},
"dependencies": {
"@dotenv-run/esbuild": "1.2.3",
"@dotenv-run/webpack": "1.2.3",
"@dotenv-run/esbuild": "1.3.0",
"@dotenv-run/webpack": "1.3.0",
"glob": "^10.3.10"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"@angular-devkit/architect": "^0.1700.8",
"@angular-devkit/core": "^17.0.0",
"@angular/compiler": "^17.0.2",
"@dotenv-run/core": "^1.2.3",
"@dotenv-run/core": "^1.3.0",
"cpy": "^8.1.2",
"karma": "^6.4.2",
"ts-node": "^10.8.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @dotenv-run/cli

## 1.3.0

### Minor Changes

- refactor and docs initialization

### Patch Changes

- Updated dependencies
- @dotenv-run/core@1.3.0

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotenv-run/cli",
"version": "1.2.3",
"version": "1.3.0",
"description": "cli to load environment variables with monorepo support",
"homepage": "https://github.com/chihab/dotenv-run",
"type": "module",
Expand All @@ -25,7 +25,7 @@
"author": "Chihab Otmani <chihab@gmail.com>",
"license": "ISC",
"dependencies": {
"@dotenv-run/core": "^1.2.3",
"@dotenv-run/core": "^1.3.0",
"chalk": "^4.1.0",
"cross-spawn": "^7.0.3",
"minimist": "^1.2.8"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dotenv-run/core

## 1.3.0

### Minor Changes

- refactor and docs initialization

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotenv-run/core",
"version": "1.2.3",
"version": "1.3.0",
"description": "core library to load environment variables with monorepo support",
"homepage": "https://github.com/chihab/dotenv-run",
"main": "dist/cjs/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @dotenv-run/esbuild

## 1.3.0

### Minor Changes

- refactor and docs initialization

### Patch Changes

- Updated dependencies
- @dotenv-run/core@1.3.0

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotenv-run/esbuild",
"version": "1.2.3",
"version": "1.3.0",
"description": "Run your scripts with dotenv variables",
"homepage": "https://github.com/chihab/dotenv-run",
"main": "dist/cjs/index.js",
Expand All @@ -26,7 +26,7 @@
"author": "Chihab Otmani <chihab@gmail.com>",
"license": "ISC",
"dependencies": {
"@dotenv-run/core": "^1.2.3"
"@dotenv-run/core": "^1.3.0"
},
"peerDependencies": {
"esbuild": "0.19.5"
Expand Down
11 changes: 11 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @dotenv-run/load

## 1.3.0

### Minor Changes

- refactor and docs initialization

### Patch Changes

- Updated dependencies
- @dotenv-run/core@1.3.0

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotenv-run/load",
"version": "1.2.3",
"version": "1.3.0",
"description": "Perload your scripts with dotenv variables",
"homepage": "https://github.com/chihab/dotenv-run",
"main": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
"author": "Chihab Otmani <chihab@gmail.com>",
"license": "ISC",
"dependencies": {
"@dotenv-run/core": "^1.2.3"
"@dotenv-run/core": "^1.3.0"
},
"devDependencies": {
"@types/node": "^16.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @dotenv-run/rollup

## 1.3.0

### Minor Changes

- refactor and docs initialization

### Patch Changes

- Updated dependencies
- @dotenv-run/core@1.3.0

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotenv-run/rollup",
"version": "1.2.3",
"version": "1.3.0",
"description": "Run your scripts with dotenv variables",
"homepage": "https://github.com/chihab/dotenv-run",
"main": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
"author": "Chihab Otmani <chihab@gmail.com>",
"license": "ISC",
"dependencies": {
"@dotenv-run/core": "^1.2.3",
"@dotenv-run/core": "^1.3.0",
"@rollup/plugin-replace": "^5.0.2"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @dotenv-run/webpack

## 1.3.0

### Minor Changes

- refactor and docs initialization

### Patch Changes

- Updated dependencies
- @dotenv-run/core@1.3.0

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotenv-run/webpack",
"version": "1.2.3",
"version": "1.3.0",
"description": "Run your scripts with dotenv variables",
"homepage": "https://github.com/chihab/dotenv-run",
"main": "dist/cjs/index.js",
Expand All @@ -25,7 +25,7 @@
"author": "Chihab Otmani <chihab@gmail.com>",
"license": "ISC",
"dependencies": {
"@dotenv-run/core": "^1.2.3"
"@dotenv-run/core": "^1.3.0"
},
"peerDependencies": {
"webpack": "^5.0.0"
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 308ea34

Please sign in to comment.