Skip to content

Commit

Permalink
🔖 Release version 1.2.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheob authored Sep 6, 2021
1 parent 13426b3 commit 26cf6f9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{
"files": "*.md",
"options": {
"parser": "markdown"
"parser": "markdown",
"printWidth": 9999
}
}
]
Expand Down
24 changes: 11 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 26cf6f9

Please sign in to comment.