Skip to content

Commit 5801de1

Browse files
Version Packages (#1170)
1 parent 1ac6588 commit 5801de1

9 files changed

Lines changed: 116 additions & 70 deletions

File tree

.changeset/standard-json-schema-coercion.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/arkenv/CHANGELOG.md

Lines changed: 64 additions & 45 deletions
Large diffs are not rendered by default.

packages/arkenv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arkenv",
33
"type": "module",
4-
"version": "0.11.1",
4+
"version": "0.12.0",
55
"description": "Typesafe environment variables parsing and validation with ArkType",
66
"main": "./dist/index.cjs",
77
"module": "./dist/index.mjs",

packages/bun-plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @ArkEnv/Bun-plugin
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
<details><summary>Updated 1 dependency</summary>
8+
9+
<small>
10+
11+
[`88b0eee`](https://github.com/yamcodes/arkenv/commit/88b0eee7a87ffaf249d69035a747f1bb55f7079b)
12+
13+
</small>
14+
15+
- `arkenv@0.12.0`
16+
17+
</details>
18+
319
## 0.1.7
420

521
### Patch Changes

packages/bun-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkenv/bun-plugin",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"author": "Yam Borodetsky <yam@yam.codes>",
55
"repository": {
66
"type": "git",

packages/nextjs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @ArkEnv/nextjs
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
<details><summary>Updated 1 dependency</summary>
8+
9+
<small>
10+
11+
[`88b0eee`](https://github.com/yamcodes/arkenv/commit/88b0eee7a87ffaf249d69035a747f1bb55f7079b)
12+
13+
</small>
14+
15+
- `arkenv@0.12.0`
16+
17+
</details>
18+
319
## 0.0.7
420

521
### Patch Changes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkenv/nextjs",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"author": "Yam Borodetsky <yam@yam.codes>",
55
"repository": {
66
"type": "git",

packages/vite-plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @ArkEnv/Vite-plugin
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
<details><summary>Updated 1 dependency</summary>
8+
9+
<small>
10+
11+
[`88b0eee`](https://github.com/yamcodes/arkenv/commit/88b0eee7a87ffaf249d69035a747f1bb55f7079b)
12+
13+
</small>
14+
15+
- `arkenv@0.12.0`
16+
17+
</details>
18+
319
## 0.1.1
420

521
### Patch Changes

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkenv/vite-plugin",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"author": "Yam Borodetsky <yam@yam.codes>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)