Skip to content

Commit bd7cc97

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

7 files changed

Lines changed: 21 additions & 18 deletions

File tree

.changeset/chatty-otters-rhyme.md

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

.changeset/moody-crabs-fry.md

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

.changeset/petite-cases-draw.md

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

packages/integrations/nextjs/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#63](https://github.com/dmno-dev/varlock/pull/63) [`bde6758`](https://github.com/dmno-dev/varlock/commit/bde6758ebcddfccf0ab38835714c5fc1e7c45960) Thanks [@theoephraim](https://github.com/theoephraim)! - detect turbopack and throw an error if using plugin
8+
9+
- [#79](https://github.com/dmno-dev/varlock/pull/79) [`eb27ce8`](https://github.com/dmno-dev/varlock/commit/eb27ce89b6e0c8cfd1693a5430cb65000421e1ac) Thanks [@theoephraim](https://github.com/theoephraim)! - onboarding tweaks from user feedback
10+
11+
- Updated dependencies [[`eb27ce8`](https://github.com/dmno-dev/varlock/commit/eb27ce89b6e0c8cfd1693a5430cb65000421e1ac), [`6c1065f`](https://github.com/dmno-dev/varlock/commit/6c1065f628f43d004986783fccbf8fd4f1145bf2)]:
12+
- varlock@0.0.4
13+
314
## 0.0.2
415

516
### 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.2",
4+
"version": "0.0.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/dmno-dev/varlock.git",

packages/varlock/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#79](https://github.com/dmno-dev/varlock/pull/79) [`eb27ce8`](https://github.com/dmno-dev/varlock/commit/eb27ce89b6e0c8cfd1693a5430cb65000421e1ac) Thanks [@theoephraim](https://github.com/theoephraim)! - onboarding tweaks from user feedback
8+
9+
- [#74](https://github.com/dmno-dev/varlock/pull/74) [`6c1065f`](https://github.com/dmno-dev/varlock/commit/6c1065f628f43d004986783fccbf8fd4f1145bf2) Thanks [@theoephraim](https://github.com/theoephraim)! - fix log redaction when there are no sensitive config items
10+
311
## 0.0.3
412

513
### 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.3",
3+
"version": "0.0.4",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)