Skip to content

Commit dcbf55d

Browse files
authored
undo major version bump (#188)
changesets caused an unexpected major version bump due to the minor vesion bump in varlock core. Attempting to undo this for now… will need to figure out a better strategy next time
1 parent 6afa30d commit dcbf55d

File tree

7 files changed

+12
-25
lines changed

7 files changed

+12
-25
lines changed

.changeset/lemon-parrots-deny.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@varlock/nextjs-integration": patch
3+
"@varlock/astro-integration": patch
4+
"@varlock/vite-integration": patch
5+
"@varlock/1password-plugin": patch
6+
---
7+
8+
undo major version bump caused by changesets peer dep logic, using minor instead

examples/basic/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"license": "ISC",
1717
"dependencies": {
1818
"dotenv": "link:../../packages/varlock",
19-
"openai": "^5.10.2",
2019
"varlock": "workspace:*"
2120
},
2221
"packageManager": "[email protected]",

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

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

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

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 pull data from 1password",
4-
"version": "1.0.0",
4+
"version": "0.1.0",
55
"type": "module",
66
"repository": {
77
"type": "git",

pnpm-lock.yaml

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)