Skip to content

Commit 9933f98

Browse files
[Changesets] Create versioned packages for publishing
1 parent 82a7340 commit 9933f98

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/purple-teams-hear.md

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

.changeset/slimy-women-wink.md

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

packages/env-spec-parser/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- [#219](https://github.com/dmno-dev/varlock/pull/219) [`82a7340`](https://github.com/dmno-dev/varlock/commit/82a7340a695d62a40c908c37432c6d9cfd7e2c3d) Thanks [@philmillman](https://github.com/philmillman)! - Fixed a bug where values that resembled very large numbers were being improperly coerced
8+
39
## 0.0.7
410

511
### Patch Changes

packages/env-spec-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@env-spec/parser",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Parser for @env-spec enabled dotenv files",
55
"repository": {
66
"type": "git",

packages/varlock/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#216](https://github.com/dmno-dev/varlock/pull/216) [`23ed768`](https://github.com/dmno-dev/varlock/commit/23ed76867f673ec1d7bf420632be1d902678becc) Thanks [@theoephraim](https://github.com/theoephraim)! - fix runtime env code to not assume process (or shim) exists - for sveltekit
8+
9+
- Updated dependencies [[`82a7340`](https://github.com/dmno-dev/varlock/commit/82a7340a695d62a40c908c37432c6d9cfd7e2c3d)]:
10+
- @env-spec/parser@0.0.8
11+
312
## 0.1.2
413

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

0 commit comments

Comments
 (0)