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

Commit

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

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

### Bug Fixes

- **core:** fixed type of ClipboardJS.Event not being exported ([7a4e596](https://github.com/favware/syntax-highlighter/commit/7a4e596d06ec77e7a12af989466b903d06960e76))
- **react:** fixed build output ([31bb3e5](https://github.com/favware/syntax-highlighter/commit/31bb3e5c2e2467480750f19dbca886f5e1b93f81))

# [1.1.0](https://github.com/favware/syntax-highlighter/compare/v1.0.1...v1.1.0) (2021-01-26)

### 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.0",
"version": "1.1.1",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **core:** fixed type of ClipboardJS.Event not being exported ([7a4e596](https://github.com/favware/syntax-highlighter/commit/7a4e596d06ec77e7a12af989466b903d06960e76))
- **react:** fixed build output ([31bb3e5](https://github.com/favware/syntax-highlighter/commit/31bb3e5c2e2467480750f19dbca886f5e1b93f81))

# [1.1.0](https://github.com/favware/syntax-highlighter/compare/v1.0.1...v1.1.0) (2021-01-26)

### 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.0",
"version": "1.1.1",
"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.1](https://github.com/favware/syntax-highlighter/compare/v1.1.0...v1.1.1) (2021-05-19)

### Bug Fixes

- **react:** fixed build output ([31bb3e5](https://github.com/favware/syntax-highlighter/commit/31bb3e5c2e2467480750f19dbca886f5e1b93f81))

# [1.1.0](https://github.com/favware/syntax-highlighter/compare/v1.0.1...v1.1.0) (2021-01-26)

### Features
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.0",
"version": "1.1.1",
"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.0"
"@favware/syntax-highlighter-core": "^1.1.1"
},
"peerDependencies": {
"react": "^16.8.x || ^17.x",
Expand Down

0 comments on commit d9fd077

Please sign in to comment.