Skip to content

Commit 6afa30d

Browse files
[Changesets] Create versioned packages for publishing (#183)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 547b415 commit 6afa30d

File tree

14 files changed

+56
-19
lines changed

14 files changed

+56
-19
lines changed

.changeset/blue-files-give.md

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

.changeset/poor-animals-jog.md

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

packages/env-spec-parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @env-spec/parser
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [#168](https://github.com/dmno-dev/varlock/pull/168) [`9161687`](https://github.com/dmno-dev/varlock/commit/91616873a3101b83399de3311742bc79764b89a8) Thanks [@theoephraim](https://github.com/theoephraim)! - unify resolvers with decorators, new plugin system, 1pass plugin
8+
39
## 0.0.6
410

511
### Patch Changes

packages/env-spec-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@env-spec/parser",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Parser for @env-spec enabled dotenv files",
55
"repository": {
66
"type": "git",

packages/integrations/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @varlock/astro-integration
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8bae875`](https://github.com/dmno-dev/varlock/commit/8bae875503c5f9a9d84bc772ad41be1fb3e4febd), [`9161687`](https://github.com/dmno-dev/varlock/commit/91616873a3101b83399de3311742bc79764b89a8)]:
8+
9+
310
## 0.0.10
411

512
### Patch Changes

packages/integrations/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@varlock/astro-integration",
33
"description": "Astro integration to use varlock for .env file loading - adds validation, type-safety, and extra security features",
4-
"version": "0.0.10",
4+
"version": "1.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/dmno-dev/varlock.git",

packages/integrations/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @varlock/nextjs-integration
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8bae875`](https://github.com/dmno-dev/varlock/commit/8bae875503c5f9a9d84bc772ad41be1fb3e4febd), [`9161687`](https://github.com/dmno-dev/varlock/commit/91616873a3101b83399de3311742bc79764b89a8)]:
8+
9+
310
## 0.0.14
411

512
### Patch Changes

packages/integrations/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@varlock/nextjs-integration",
33
"description": "drop-in replacement for @next/env that uses varlock to load .env files with validation and extra security features",
4-
"version": "0.0.14",
4+
"version": "1.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/dmno-dev/varlock.git",

packages/integrations/vite/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @varlock/vite-integration
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8bae875`](https://github.com/dmno-dev/varlock/commit/8bae875503c5f9a9d84bc772ad41be1fb3e4febd), [`9161687`](https://github.com/dmno-dev/varlock/commit/91616873a3101b83399de3311742bc79764b89a8)]:
8+
9+
310
## 0.0.11
411

512
### Patch Changes

packages/integrations/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@varlock/vite-integration",
33
"description": "Vite plugin to use varlock for .env file loading - adds validation, type-safety, and extra security features",
4-
"version": "0.0.11",
4+
"version": "1.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/dmno-dev/varlock.git",

0 commit comments

Comments
 (0)