Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/mighty-needles-chew.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.11.0

### Minor Changes

- [`efecb9b`](https://github.com/mattpocock/ts-error-translator/commit/efecb9b234408eacd30020c1f275708577cdd12a) Thanks [@mattpocock](https://github.com/mattpocock)! - Made the tips direct to the book content instead of the docs.

## 0.10.1

### 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.10.1",
"version": "0.11.0",
"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.1.0

### Minor Changes

- [`efecb9b`](https://github.com/mattpocock/ts-error-translator/commit/efecb9b234408eacd30020c1f275708577cdd12a) Thanks [@mattpocock](https://github.com/mattpocock)! - Made the tips direct to the book content instead of the docs.

## 1.0.5

### 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.5",
"version": "1.1.0",
"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.6

### Patch Changes

- Updated dependencies [[`efecb9b`](https://github.com/mattpocock/ts-error-translator/commit/efecb9b234408eacd30020c1f275708577cdd12a)]:
- @total-typescript/[email protected]

## 1.0.5

### 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.5",
"version": "1.0.6",
"license": "MIT",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down