Skip to content

Commit

Permalink
Merge pull request #141 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored Dec 20, 2022
2 parents b0c683d + 073f4b2 commit c0f8c57
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-toes-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-bananas-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-stingrays-pretend.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- [`b0c683d`](https://github.com/mattpocock/ts-error-translator/commit/b0c683d2dae4172876157bd9624ae1c198bf5be6) Thanks [@mattpocock](https://github.com/mattpocock)! - Updated icon

### Patch Changes

- [`b0c683d`](https://github.com/mattpocock/ts-error-translator/commit/b0c683d2dae4172876157bd9624ae1c198bf5be6) Thanks [@mattpocock](https://github.com/mattpocock)! - Added bigint type

- [`605ae4a`](https://github.com/mattpocock/ts-error-translator/commit/605ae4aba085c498024d3adca4f3c29d8624e856) Thanks [@mattpocock](https://github.com/mattpocock)! - Removed tips which didn't have messages attached

## 0.7.3

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

## 1.0.5

### Patch Changes

- [`b0c683d`](https://github.com/mattpocock/ts-error-translator/commit/b0c683d2dae4172876157bd9624ae1c198bf5be6) Thanks [@mattpocock](https://github.com/mattpocock)! - Added bigint type

- [`605ae4a`](https://github.com/mattpocock/ts-error-translator/commit/605ae4aba085c498024d3adca4f3c29d8624e856) Thanks [@mattpocock](https://github.com/mattpocock)! - Removed tips which didn't have messages attached

## 1.0.4

### 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.4",
"version": "1.0.5",
"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.5

### Patch Changes

- Updated dependencies [[`b0c683d`](https://github.com/mattpocock/ts-error-translator/commit/b0c683d2dae4172876157bd9624ae1c198bf5be6), [`605ae4a`](https://github.com/mattpocock/ts-error-translator/commit/605ae4aba085c498024d3adca4f3c29d8624e856)]:
- @total-typescript/tips-parser@1.0.5

## 1.0.4

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

0 comments on commit c0f8c57

Please sign in to comment.