Skip to content

Commit f402664

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

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/chilly-houses-design.md

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

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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9e7b898`](https://github.com/dmno-dev/varlock/commit/9e7b898ab37359e271adc8d677626d841fa69dfb)]:
8+
9+
310
## 0.0.1
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.1",
4+
"version": "0.0.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/dmno-dev/varlock.git",

packages/varlock/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#61](https://github.com/dmno-dev/varlock/pull/61) [`9e7b898`](https://github.com/dmno-dev/varlock/commit/9e7b898ab37359e271adc8d677626d841fa69dfb) Thanks [@theoephraim](https://github.com/theoephraim)! - re-publish varlock
8+
39
## 0.0.2
410

511
### Patch Changes

packages/varlock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "varlock",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)