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

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jun 12, 2020
1 parent 75b0845 commit 083735a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.3...v1.0.0) (2020-06-12)

**Note:** Version bump only for package root





# [0.1.0-alpha.3](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2020-06-11)


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

# [1.0.0](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.3...v1.0.0) (2020-06-12)

**Note:** Version bump only for package @favware/syntax-highlighter-core





# [0.1.0-alpha.3](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2020-06-11)


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": "0.1.0-alpha.3",
"version": "1.0.0",
"description": "A lightweight, easy-to-use and framework agnostic syntax highlighter for your code snippets.",
"author": "@favware",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.3...v1.0.0) (2020-06-12)

**Note:** Version bump only for package @favware/syntax-highlighter-react





# [0.1.0-alpha.2](https://github.com/favware/syntax-highlighter/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2020-06-11)

**Note:** Version bump only for package @favware/syntax-highlighter-react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@favware/syntax-highlighter-react",
"version": "0.1.0-alpha.2",
"version": "1.0.0",
"description": "React bindings for @favware/syntax-highlighter-core",
"author": "@favware",
"license": "MIT",
Expand Down

1 comment on commit 083735a

@vercel
Copy link

@vercel vercel bot commented on 083735a Jun 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.