Skip to content

Commit

Permalink
Merge pull request #175 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored Aug 1, 2023
2 parents 6d17789 + 41751ef commit 7906d58
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-comics-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-comics-build.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/whatever-something-cool.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-pets-care.md

This file was deleted.

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

## 0.9.0

### Minor Changes

- [`6d17789`](https://github.com/mattpocock/ts-error-translator/commit/6d1778991e8c2703d510bd1d6a4766213505be90) Thanks [@mattpocock](https://github.com/mattpocock)! - Removed the ability to see a full translation on the website. This might be added back in the future when migrated over to TT.

- [#176](https://github.com/mattpocock/ts-error-translator/pull/176) [`fbc8e2d`](https://github.com/mattpocock/ts-error-translator/commit/fbc8e2d61b424eb5e6ea2e895769540a2de039a5) Thanks [@mattpocock](https://github.com/mattpocock)! - Removed ability to remove the TLDR translations. All translations now always show the TLDR.

- [#176](https://github.com/mattpocock/ts-error-translator/pull/176) [`fbc8e2d`](https://github.com/mattpocock/ts-error-translator/commit/fbc8e2d61b424eb5e6ea2e895769540a2de039a5) Thanks [@mattpocock](https://github.com/mattpocock)! - Removed the 'contribute' button, and added a 'request translation' button.

From Matt - I wanted to ensure that all the translations on the vscode extension were high-quality and of one voice, but I ended up not having enough time to edit the translations that came in.

I think it's a cleaner flow to let folks simply request translations, and I can provide them - instead of going through multiple review rounds discussing corrections.

- [#174](https://github.com/mattpocock/ts-error-translator/pull/174) [`ee7a736`](https://github.com/mattpocock/ts-error-translator/commit/ee7a7360a78f920e19c45efeb4d59a65973bc55b) Thanks [@mattpocock](https://github.com/mattpocock)! - Removed ability to show full body explanation of error

## 0.8.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.8.0",
"version": "0.9.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.0

### Minor Changes

- [#174](https://github.com/mattpocock/ts-error-translator/pull/174) [`ee7a736`](https://github.com/mattpocock/ts-error-translator/commit/ee7a7360a78f920e19c45efeb4d59a65973bc55b) Thanks [@mattpocock](https://github.com/mattpocock)! - Removed ability to show full body explanation of error

## 1.0.3

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

0 comments on commit 7906d58

Please sign in to comment.