Skip to content

Commit d742d59

Browse files
[Changesets] Create versioned packages for publishing
1 parent 6ab2d31 commit d742d59

12 files changed

Lines changed: 59 additions & 58 deletions

.changeset/binary-version-mismatch-check.md

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

.changeset/brave-doors-connect.md

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

.changeset/fix-diamond-dependency-double-import.md

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

.changeset/fix-git-boundary-lockfile-detection.md

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

.changeset/fix-monorepo-binary-resolution.md

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

.changeset/fix-typegen-custom-path-env-specific.md

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

packages/integrations/nextjs/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#553](https://github.com/dmno-dev/varlock/pull/553) [`6ab2d31`](https://github.com/dmno-dev/varlock/commit/6ab2d31903b80ab4d8ec0eb826a18789e73e8f11) - Fix diamond dependency handling when the same schema is imported via multiple paths. Previously, duplicate imports caused plugin init decorators to run twice ("Instance already initialized" error). Now, duplicate imports create lightweight `ImportAliasSource` nodes that appear at the correct precedence position without re-initializing the source. This correctly handles different importKeys subsets across import sites and preserves override semantics matching non-deduplicated behavior. Also adds `type` field to serialized source entries for easier filtering.
8+
9+
- Updated dependencies [[`74752a3`](https://github.com/dmno-dev/varlock/commit/74752a3db9459538b8ef7d984737f5bb55de17ae), [`6ab2d31`](https://github.com/dmno-dev/varlock/commit/6ab2d31903b80ab4d8ec0eb826a18789e73e8f11), [`01c9a6a`](https://github.com/dmno-dev/varlock/commit/01c9a6a5398d31d3818953dd757d3263e0cf3a36), [`1a4b0cf`](https://github.com/dmno-dev/varlock/commit/1a4b0cf4185c4152be4b39c70755316f1a8be25d), [`0c27ed1`](https://github.com/dmno-dev/varlock/commit/0c27ed10b3b77571848974a3703d77e1eabb8abd)]:
10+
- varlock@0.7.2
11+
312
## 0.3.2
413

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

packages/plugins/1password/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#533](https://github.com/dmno-dev/varlock/pull/533) [`0b6b2c0`](https://github.com/dmno-dev/varlock/commit/0b6b2c03ea5170f2ad1fbfa536b1b94ccf1de500) - Add support for 1Password Connect server (self-hosted)
8+
9+
- New auth mode: `connectHost` + `connectToken` parameters in `@initOp()` for connecting to self-hosted 1Password Connect servers
10+
- Direct REST API integration — no `op` CLI or 1Password SDK required for Connect server usage
11+
- New `opConnectToken` data type for Connect server API tokens
12+
- Parses standard `op://vault/item/[section/]field` references and resolves them via the Connect API
13+
- Caches vault and item ID lookups within a session for efficiency
14+
- Clear error when `opLoadEnvironment()` is used with Connect (not supported by the Connect API)
15+
- Updated error messages and tips to include Connect server as an auth option
16+
17+
- Updated dependencies [[`74752a3`](https://github.com/dmno-dev/varlock/commit/74752a3db9459538b8ef7d984737f5bb55de17ae), [`6ab2d31`](https://github.com/dmno-dev/varlock/commit/6ab2d31903b80ab4d8ec0eb826a18789e73e8f11), [`01c9a6a`](https://github.com/dmno-dev/varlock/commit/01c9a6a5398d31d3818953dd757d3263e0cf3a36), [`1a4b0cf`](https://github.com/dmno-dev/varlock/commit/1a4b0cf4185c4152be4b39c70755316f1a8be25d), [`0c27ed1`](https://github.com/dmno-dev/varlock/commit/0c27ed10b3b77571848974a3703d77e1eabb8abd)]:
18+
- varlock@0.7.2
19+
320
## 0.3.2
421

522
### Patch Changes

packages/plugins/1password/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@varlock/1password-plugin",
33
"description": "Varlock plugin to load data from 1Password vaults",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"type": "module",
66
"homepage": "https://varlock.dev/plugins/1password/",
77
"bugs": "https://github.com/dmno-dev/varlock/issues",

0 commit comments

Comments
 (0)