diff --git a/.prettierrc.json b/.prettierrc.json index 5945abd5..a7178074 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -6,7 +6,8 @@ { "files": "*.md", "options": { - "parser": "markdown" + "parser": "markdown", + "printWidth": 9999 } } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c7496e..2feeb340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,34 +2,32 @@ ## [Unreleased] +## [1.2.0] - 2021-09-06 + ### Changed -- Small snippet improvements to reach a better user experience -- Move Next.js function documentaion into a table view +- Small snippet improvements to reach a better user experience [[#16](https://github.com/mheob/vscode-snippets/pull/16)] +- Move Next.js function documentaion into a table view [[#17](https://github.com/mheob/vscode-snippets/pull/17)] ## [1.1.0] - 2021-09-03 ### Added -- Add `getServerSideProps`, `getStaticPaths` and `getStaticProps` snippets - [[#14](https://github.com/mheob/vscode-snippets/pull/14)] +- Add `getServerSideProps`, `getStaticPaths` and `getStaticProps` snippets [[#14](https://github.com/mheob/vscode-snippets/pull/14)] ### Changed -- Use json as file extension for the source snippets files - [[#13](https://github.com/mheob/vscode-snippets/pull/13)] +- Use json as file extension for the source snippets files [[#13](https://github.com/mheob/vscode-snippets/pull/13)] ### Fixed -- Add missing return type to the React Function Component in the readme - [[#11](https://github.com/mheob/vscode-snippets/pull/11)] +- Add missing return type to the React Function Component in the readme [[#11](https://github.com/mheob/vscode-snippets/pull/11)] ## [1.0.2] - 2021-08-31 ### Added -- Add Return type and remove extra default export from React Function Component and update all - dependencies [[#8](https://github.com/mheob/vscode-snippets/pull/8)] +- Add Return type and remove extra default export from React Function Component and update all dependencies [[#8](https://github.com/mheob/vscode-snippets/pull/8)] - Add the markdown snippets to the readme [[#6](https://github.com/mheob/vscode-snippets/pull/6)] ## [1.0.1] - 2021-08-24 @@ -42,10 +40,10 @@ ### Added -- First running state with some snippets [[#1](https://github.com/mheob/vscode-snippets/pull/1)] - [[#2](https://github.com/mheob/vscode-snippets/pull/2)] +- First running state with some snippets [[#1](https://github.com/mheob/vscode-snippets/pull/1)] [[#2](https://github.com/mheob/vscode-snippets/pull/2)] -[unreleased]: https://github.com/mheob/vscode-snippets/compare/v1.1.0...HEAD +[unreleased]: https://github.com/mheob/vscode-snippets/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/mheob/vscode-snippets/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/mheob/vscode-snippets/compare/v1.0.2...v1.1.0 [1.0.2]: https://github.com/mheob/vscode-snippets/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/mheob/vscode-snippets/compare/v1.0.0...v1.0.1 diff --git a/README.md b/README.md index 0ca27b93..6d9424ac 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # Snippets for Next.js, React in TypeScript -[![Version](https://vsmarketplacebadge.apphb.com/version-short/mheob.vscode-snippets.svg?style=for-the-badge&logo=visual-studio-code&logoColor=007ACC)](https://marketplace.visualstudio.com/items?itemName=mheob.vscode-snippets) -[![GitHub issues](https://img.shields.io/github/issues/mheob/vscode-snippets?logo=github&style=for-the-badge)](https://github.com/mheob/vscode-snippets) +[![Version](https://vsmarketplacebadge.apphb.com/version-short/mheob.vscode-snippets.svg?style=for-the-badge&logo=visual-studio-code&logoColor=007ACC)](https://marketplace.visualstudio.com/items?itemName=mheob.vscode-snippets) [![GitHub issues](https://img.shields.io/github/issues/mheob/vscode-snippets?logo=github&style=for-the-badge)](https://github.com/mheob/vscode-snippets) [![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=for-the-badge)](https://gitmoji.dev) -This extension provides you Snippets for the development with Next.js, React in a TypeScript -environment in [VS Code](https://code.visualstudio.com/). +This extension provides you Snippets for the development with Next.js, React in a TypeScript environment in [VS Code](https://code.visualstudio.com/). ## Supported languages (file extensions) diff --git a/package.json b/package.json index b0362829..f592c519 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-snippets", "displayName": "Snippets for Next.js, React in TypeScript", - "version": "1.1.0", + "version": "1.2.0", "description": "Snippets for the development with Next.js, React in a TypeScript environment.", "categories": [ "Snippets"