Skip to content

Commit

Permalink
Merge pull request #4 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 16, 2023
2 parents d1c0b1b + b9f7c7a commit f464a81
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/friendly-seals-grab.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- [#1](https://github.com/ssssota/typedotenv/pull/1) [`54e6569`](https://github.com/ssssota/typedotenv/commit/54e65690e992506a12a1944c2851f52305dabac2) Thanks [@ssssota](https://github.com/ssssota)! - Add README
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.0",
"version": "0.1.1",
"description": "CLI tool for typedotenv (dotenv utility for TypeScript)",
"type": "module",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @typedotenv/core

## 0.1.1

### Patch Changes

- [#1](https://github.com/ssssota/typedotenv/pull/1) [`54e6569`](https://github.com/ssssota/typedotenv/commit/54e65690e992506a12a1944c2851f52305dabac2) Thanks [@ssssota](https://github.com/ssssota)! - Add README
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.0",
"version": "0.1.1",
"description": "typedotenv core library (dotenv utility for TypeScript)",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# unplugin-typedotenv

## 0.1.4

### Patch Changes

- [#1](https://github.com/ssssota/typedotenv/pull/1) [`54e6569`](https://github.com/ssssota/typedotenv/commit/54e65690e992506a12a1944c2851f52305dabac2) Thanks [@ssssota](https://github.com/ssssota)! - Add README

- Updated dependencies [[`54e6569`](https://github.com/ssssota/typedotenv/commit/54e65690e992506a12a1944c2851f52305dabac2)]:
- @typedotenv/core@0.1.1
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.3",
"version": "0.1.4",
"description": "typedotenv plugin for webpack/vite (dotenv utility for TypeScript)",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit f464a81

Please sign in to comment.