Skip to content

Commit a67dfd0

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

File tree

15 files changed

+47
-30
lines changed

15 files changed

+47
-30
lines changed

.changeset/dirty-weeks-boil.md

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

.changeset/early-rockets-do.md

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

.changeset/plain-feet-unite.md

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

.changeset/rich-flies-march.md

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

.changeset/slimy-groups-unite.md

Lines changed: 0 additions & 5 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.6
4+
5+
### Patch Changes
6+
7+
- [#159](https://github.com/dmno-dev/varlock/pull/159) [`7b3e2f4`](https://github.com/dmno-dev/varlock/commit/7b3e2f4fb50dfd81ea1e1ba1a9298fd6be53ea6f) Thanks [@theoephraim](https://github.com/theoephraim)! - support \r\n newlines
8+
39
## 0.0.5
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.5",
3+
"version": "0.0.6",
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+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e33940e`](https://github.com/dmno-dev/varlock/commit/e33940e96c1801c8c6428e461d5bd80448c9e0fd), [`999016c`](https://github.com/dmno-dev/varlock/commit/999016c0ec6bd83aa4ee3975d93a553beba4be3d), [`e33940e`](https://github.com/dmno-dev/varlock/commit/e33940e96c1801c8c6428e461d5bd80448c9e0fd), [`9025edc`](https://github.com/dmno-dev/varlock/commit/9025edcdc0e60d0ac587cbae7b5fc28fd7b7b5e6)]:
8+
9+
310
## 0.0.8
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.8",
4+
"version": "0.0.9",
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+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e33940e`](https://github.com/dmno-dev/varlock/commit/e33940e96c1801c8c6428e461d5bd80448c9e0fd), [`999016c`](https://github.com/dmno-dev/varlock/commit/999016c0ec6bd83aa4ee3975d93a553beba4be3d), [`e33940e`](https://github.com/dmno-dev/varlock/commit/e33940e96c1801c8c6428e461d5bd80448c9e0fd), [`9025edc`](https://github.com/dmno-dev/varlock/commit/9025edcdc0e60d0ac587cbae7b5fc28fd7b7b5e6)]:
8+
9+
310
## 0.0.12
411

512
### Patch Changes

0 commit comments

Comments
 (0)