Skip to content

Commit

Permalink
Merge pull request #192 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored Aug 17, 2023
2 parents 2beab7f + 2bc4c41 commit 12bf1ae
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-trainers-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-peaches-teach.md

This file was deleted.

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

## 0.10.0

### Minor Changes

- [`2279946`](https://github.com/mattpocock/ts-error-translator/commit/2279946a233c64d7f4c7fa7aa131ecba690ddedf) Thanks [@mattpocock](https://github.com/mattpocock)! - Made it so the error translator only translates errors, not low-priority messages like unused variables.

### Patch Changes

- [`1d09c62`](https://github.com/mattpocock/ts-error-translator/commit/1d09c6277d85afcef6cc363479928467795add56) Thanks [@mattpocock](https://github.com/mattpocock)! - Added new translations and updated old ones with links.

## 0.9.2

### Patch Changes
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": "Learn TypeScript in VSCode with a TypeScript error translator and syntax guide.",
"license": "MIT",
"author": "Matt Pocock",
"version": "0.9.2",
"version": "0.10.0",
"private": true,
"engines": {
"vscode": "^1.50.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @total-typescript/error-translation-engine

## 1.1.2

### Patch Changes

- [`1d09c62`](https://github.com/mattpocock/ts-error-translator/commit/1d09c6277d85afcef6cc363479928467795add56) Thanks [@mattpocock](https://github.com/mattpocock)! - Added new translations and updated old ones with links.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@total-typescript/error-translation-engine",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down

0 comments on commit 12bf1ae

Please sign in to comment.