Skip to content

Commit

Permalink
Merge pull request #9 from ssssota/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
ssssota authored Feb 18, 2023
2 parents a0facc9 + b4b2ce2 commit 4d2f3a4
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-students-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-spiders-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-ants-switch.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @typedotenv/cli

## 0.3.0

### Minor Changes

- [#11](https://github.com/ssssota/typedotenv/pull/11) [`3db5a18`](https://github.com/ssssota/typedotenv/commit/3db5a18a509e2ad3d1624227ceb705ef3956447d) Thanks [@ssssota](https://github.com/ssssota)! - Add validation options and check command

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typedotenv/cli",
"version": "0.2.0",
"version": "0.3.0",
"description": "CLI tool for typedotenv (dotenv utility for TypeScript)",
"type": "module",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# unplugin-typedotenv

## 0.2.1

### Patch Changes

- [#12](https://github.com/ssssota/typedotenv/pull/12) [`728995f`](https://github.com/ssssota/typedotenv/commit/728995f6bdb589d22cd091cbad23e3efb5592c37) Thanks [@ssssota](https://github.com/ssssota)! - Better types

- [#8](https://github.com/ssssota/typedotenv/pull/8) [`5eda54b`](https://github.com/ssssota/typedotenv/commit/5eda54b0e8062dc111659ab13182a3276386967e) Thanks [@ssssota](https://github.com/ssssota)! - Fix cjs export style

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-typedotenv",
"version": "0.2.0",
"version": "0.2.1",
"description": "typedotenv plugin for webpack/vite (dotenv utility for TypeScript)",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 4d2f3a4

Please sign in to comment.