Skip to content

Commit c0f8c57

Browse files
authored
Merge pull request #141 from mattpocock/changeset-release/main
Version Packages
2 parents b0c683d + 073f4b2 commit c0f8c57

File tree

9 files changed

+30
-20
lines changed

9 files changed

+30
-20
lines changed

.changeset/fresh-toes-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-bananas-fly.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tasty-stingrays-pretend.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/vscode/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [`b0c683d`](https://github.com/mattpocock/ts-error-translator/commit/b0c683d2dae4172876157bd9624ae1c198bf5be6) Thanks [@mattpocock](https://github.com/mattpocock)! - Updated icon
8+
9+
### Patch Changes
10+
11+
- [`b0c683d`](https://github.com/mattpocock/ts-error-translator/commit/b0c683d2dae4172876157bd9624ae1c198bf5be6) Thanks [@mattpocock](https://github.com/mattpocock)! - Added bigint type
12+
13+
- [`605ae4a`](https://github.com/mattpocock/ts-error-translator/commit/605ae4aba085c498024d3adca4f3c29d8624e856) Thanks [@mattpocock](https://github.com/mattpocock)! - Removed tips which didn't have messages attached
14+
315
## 0.7.3
416

517
### Patch Changes

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Learn TypeScript in VSCode with a TypeScript error translator and syntax guide.",
55
"license": "MIT",
66
"author": "Matt Pocock",
7-
"version": "0.7.3",
7+
"version": "0.8.0",
88
"private": true,
99
"engines": {
1010
"vscode": "^1.50.0"

packages/parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @total-typescript/error-translation-engine
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [`b0c683d`](https://github.com/mattpocock/ts-error-translator/commit/b0c683d2dae4172876157bd9624ae1c198bf5be6) Thanks [@mattpocock](https://github.com/mattpocock)! - Added bigint type
8+
9+
- [`605ae4a`](https://github.com/mattpocock/ts-error-translator/commit/605ae4aba085c498024d3adca4f3c29d8624e856) Thanks [@mattpocock](https://github.com/mattpocock)! - Removed tips which didn't have messages attached
10+
311
## 1.0.4
412

513
### Patch Changes

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@total-typescript/tips-parser",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

packages/searcher/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @total-typescript/error-translation-engine
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b0c683d`](https://github.com/mattpocock/ts-error-translator/commit/b0c683d2dae4172876157bd9624ae1c198bf5be6), [`605ae4a`](https://github.com/mattpocock/ts-error-translator/commit/605ae4aba085c498024d3adca4f3c29d8624e856)]:
8+
- @total-typescript/tips-parser@1.0.5
9+
310
## 1.0.4
411

512
### Patch Changes

packages/searcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@total-typescript/searcher",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

0 commit comments

Comments
 (0)