Skip to content

Commit f7868f0

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

File tree

8 files changed

+17
-31
lines changed

8 files changed

+17
-31
lines changed

.changeset/all-shoes-fall.md

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

.changeset/famous-experts-beg.md

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

.changeset/nine-hoops-cough.md

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

.changeset/red-clocks-strive.md

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

.changeset/slimy-cows-obey.md

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

.changeset/smooth-bears-join.md

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

packages/varlock/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#203](https://github.com/dmno-dev/varlock/pull/203) [`3a16d45`](https://github.com/dmno-dev/varlock/commit/3a16d455cacb7378561d256693b154a8ba4ff737) Thanks [@theoephraim](https://github.com/theoephraim)! - allow if() to take 1 arg to coerce to boolean
8+
9+
- [#203](https://github.com/dmno-dev/varlock/pull/203) [`3a16d45`](https://github.com/dmno-dev/varlock/commit/3a16d455cacb7378561d256693b154a8ba4ff737) Thanks [@theoephraim](https://github.com/theoephraim)! - allow @required/@sensitive to accept undefined
10+
11+
- [#204](https://github.com/dmno-dev/varlock/pull/204) [`6f4e998`](https://github.com/dmno-dev/varlock/commit/6f4e9984bd5bb398b4fabd5d20a1283e41e66dd4) Thanks [@theoephraim](https://github.com/theoephraim)! - fix logic around finding the varlock executable to work with windows .cmd files
12+
13+
- [#203](https://github.com/dmno-dev/varlock/pull/203) [`3a16d45`](https://github.com/dmno-dev/varlock/commit/3a16d455cacb7378561d256693b154a8ba4ff737) Thanks [@theoephraim](https://github.com/theoephraim)! - make ENV readonly without making process.env readonly
14+
15+
- [#203](https://github.com/dmno-dev/varlock/pull/203) [`3a16d45`](https://github.com/dmno-dev/varlock/commit/3a16d455cacb7378561d256693b154a8ba4ff737) Thanks [@theoephraim](https://github.com/theoephraim)! - adjust loading behavior for browser testing (vitest jsdom)
16+
17+
- [#203](https://github.com/dmno-dev/varlock/pull/203) [`3a16d45`](https://github.com/dmno-dev/varlock/commit/3a16d455cacb7378561d256693b154a8ba4ff737) Thanks [@theoephraim](https://github.com/theoephraim)! - add not() and isEmpty() resolvers
18+
319
## 0.1.1
420

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

0 commit comments

Comments
 (0)