Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 19, 2022
2 parents ae8a2bf + 8aa6485 commit 3f8e473
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/tall-actors-applaud.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.7.3

### Patch Changes

- [`4421c57`](https://github.com/mattpocock/ts-error-translator/commit/4421c574fd56e59849964542502720ed8418af64) Thanks [@mattpocock](https://github.com/mattpocock)! - Fixed a bug where union type would be extracted twice

## 0.7.0

### Minor 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.7.2",
"version": "0.7.3",
"private": true,
"engines": {
"vscode": "^1.50.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @total-typescript/error-translation-engine

## 1.0.4

### Patch Changes

- [`4421c57`](https://github.com/mattpocock/ts-error-translator/commit/4421c574fd56e59849964542502720ed8418af64) Thanks [@mattpocock](https://github.com/mattpocock)! - Fixed a bug where union type would be extracted twice

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@total-typescript/tips-parser",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/searcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @total-typescript/error-translation-engine

## 1.0.4

### Patch Changes

- Updated dependencies [[`4421c57`](https://github.com/mattpocock/ts-error-translator/commit/4421c574fd56e59849964542502720ed8418af64)]:
- @total-typescript/tips-parser@1.0.4

## 1.0.3

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

0 comments on commit 3f8e473

Please sign in to comment.