Skip to content

Commit

Permalink
Merge pull request #6 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 17, 2023
2 parents ead3ee8 + 25e0f67 commit daa6fe1
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/nine-steaks-lay.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.2.0

### Minor Changes

- [#5](https://github.com/ssssota/typedotenv/pull/5) [`038fda4`](https://github.com/ssssota/typedotenv/commit/038fda487b2f85a19dcdf300f2152710db664af7) Thanks [@ssssota](https://github.com/ssssota)! - Runtime type check

## 0.1.1

### Patch 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.1.1",
"version": "0.2.0",
"description": "CLI tool for typedotenv (dotenv utility for TypeScript)",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @typedotenv/core

## 0.2.0

### Minor Changes

- [#5](https://github.com/ssssota/typedotenv/pull/5) [`038fda4`](https://github.com/ssssota/typedotenv/commit/038fda487b2f85a19dcdf300f2152710db664af7) Thanks [@ssssota](https://github.com/ssssota)! - Runtime type check

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typedotenv/core",
"version": "0.1.1",
"version": "0.2.0",
"description": "typedotenv core library (dotenv utility for TypeScript)",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# unplugin-typedotenv

## 0.2.0

### Minor Changes

- [#5](https://github.com/ssssota/typedotenv/pull/5) [`038fda4`](https://github.com/ssssota/typedotenv/commit/038fda487b2f85a19dcdf300f2152710db664af7) Thanks [@ssssota](https://github.com/ssssota)! - Runtime type check

### Patch Changes

- Updated dependencies [[`038fda4`](https://github.com/ssssota/typedotenv/commit/038fda487b2f85a19dcdf300f2152710db664af7)]:
- @typedotenv/core@0.2.0

## 0.1.4

### Patch 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.1.4",
"version": "0.2.0",
"description": "typedotenv plugin for webpack/vite (dotenv utility for TypeScript)",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit daa6fe1

Please sign in to comment.