Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 19, 2021
1 parent 6ff0b5f commit 1fbe63d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/favware/syntax-highlighter/compare/v1.1.1...v1.1.2) (2021-05-19)

### Bug Fixes

- **readme:** fixed discord server url ([6ff0b5f](https://github.com/favware/syntax-highlighter/commit/6ff0b5f10d7783cee722e010cdcbb390493b24c5))

## [1.1.1](https://github.com/favware/syntax-highlighter/compare/v1.1.0...v1.1.1) (2021-05-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.1",
"version": "1.1.2",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/favware/syntax-highlighter/compare/v1.1.1...v1.1.2) (2021-05-19)

### Bug Fixes

- **readme:** fixed discord server url ([6ff0b5f](https://github.com/favware/syntax-highlighter/commit/6ff0b5f10d7783cee722e010cdcbb390493b24c5))

## [1.1.1](https://github.com/favware/syntax-highlighter/compare/v1.1.0...v1.1.1) (2021-05-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@favware/syntax-highlighter-core",
"version": "1.1.1",
"version": "1.1.2",
"description": "A lightweight, easy-to-use and framework agnostic syntax highlighter for your code snippets.",
"author": "@favware",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/favware/syntax-highlighter/compare/v1.1.1...v1.1.2) (2021-05-19)

### Bug Fixes

- **readme:** fixed discord server url ([6ff0b5f](https://github.com/favware/syntax-highlighter/commit/6ff0b5f10d7783cee722e010cdcbb390493b24c5))

## [1.1.1](https://github.com/favware/syntax-highlighter/compare/v1.1.0...v1.1.1) (2021-05-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@favware/syntax-highlighter-react",
"version": "1.1.1",
"version": "1.1.2",
"description": "React bindings for @favware/syntax-highlighter-core",
"author": "@favware",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"build:3": "rollup -c"
},
"dependencies": {
"@favware/syntax-highlighter-core": "^1.1.1"
"@favware/syntax-highlighter-core": "^1.1.2"
},
"peerDependencies": {
"react": "^16.8.x || ^17.x",
Expand Down

0 comments on commit 1fbe63d

Please sign in to comment.