Skip to content

Commit

Permalink
Merge pull request #24 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored May 2, 2022
2 parents ea3d7af + 02da23e commit e54ddf4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/silver-elephants-run.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.0.4

### Patch Changes

- [`6bfb005`](https://github.com/mattpocock/ts-error-translator/commit/6bfb0053a0595fb617f9a2a4379ed505740ef211) Thanks [@mattpocock](https://github.com/mattpocock)! - Initial changelog

All notable changes to the "my-extension" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TypeScript errors, translated for humans",
"license": "MIT",
"author": "Matt Pocock",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"engines": {
"vscode": "^1.66.0"
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ts-error-messages/app

## 1.0.1

### Patch Changes

- [`6bfb005`](https://github.com/mattpocock/ts-error-translator/commit/6bfb0053a0595fb617f9a2a4379ed505740ef211) Thanks [@mattpocock](https://github.com/mattpocock)! - Initial changelog
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-error-messages/app",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next-remote-watch ../../packages/engine/errors",
Expand Down

1 comment on commit e54ddf4

@vercel
Copy link

@vercel vercel bot commented on e54ddf4 May 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.