Skip to content

Commit

Permalink
Merge pull request #50 from easylogic/changeset-release/release-20240…
Browse files Browse the repository at this point in the history
…828-071811

chore: update versions - release-20240828-071811
  • Loading branch information
easylogic authored Aug 29, 2024
2 parents e5353ef + 4d7051e commit abd9f2c
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-chairs-grab.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pretty-jars-scream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/release.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/react-summernote-bs4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @easylogic/react-summernote-bs4

## 0.1.4

### Patch Changes

- [#49](https://github.com/easylogic/react-summernote/pull/49) [`1d63a43`](https://github.com/easylogic/react-summernote/commit/1d63a43e5a20954b68b8cc037723d1eb41600479) Thanks [@easylogic](https://github.com/easylogic)! - update README.md

- [#54](https://github.com/easylogic/react-summernote/pull/54) [`ae034a5`](https://github.com/easylogic/react-summernote/commit/ae034a5c68a104980245e5c760ac245272cbb49e) Thanks [@easylogic](https://github.com/easylogic)! - Fixed: Move createSummernoteButton to ReactSummernote

- [#48](https://github.com/easylogic/react-summernote/pull/48) [`10db679`](https://github.com/easylogic/react-summernote/commit/10db67988d155e3b64629f088b7b0c79e48b8109) Thanks [@github-actions](https://github.com/apps/github-actions)! - update next release version

- Updated dependencies [[`ae034a5`](https://github.com/easylogic/react-summernote/commit/ae034a5c68a104980245e5c760ac245272cbb49e), [`10db679`](https://github.com/easylogic/react-summernote/commit/10db67988d155e3b64629f088b7b0c79e48b8109)]:
- @easylogic/react-summernote@0.1.4

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-summernote-bs4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easylogic/react-summernote-bs4",
"version": "0.1.3",
"version": "0.1.4",
"description": "React extension for summernote bootstrap4",
"main": "./src/index.ts",
"sideEffects": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/react-summernote-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @easylogic/react-summernote-lite

## 0.1.4

### Patch Changes

- [#49](https://github.com/easylogic/react-summernote/pull/49) [`1d63a43`](https://github.com/easylogic/react-summernote/commit/1d63a43e5a20954b68b8cc037723d1eb41600479) Thanks [@easylogic](https://github.com/easylogic)! - update README.md

- [#54](https://github.com/easylogic/react-summernote/pull/54) [`ae034a5`](https://github.com/easylogic/react-summernote/commit/ae034a5c68a104980245e5c760ac245272cbb49e) Thanks [@easylogic](https://github.com/easylogic)! - Fixed: Move createSummernoteButton to ReactSummernote

- [#48](https://github.com/easylogic/react-summernote/pull/48) [`10db679`](https://github.com/easylogic/react-summernote/commit/10db67988d155e3b64629f088b7b0c79e48b8109) Thanks [@github-actions](https://github.com/apps/github-actions)! - update next release version

- Updated dependencies [[`ae034a5`](https://github.com/easylogic/react-summernote/commit/ae034a5c68a104980245e5c760ac245272cbb49e), [`10db679`](https://github.com/easylogic/react-summernote/commit/10db67988d155e3b64629f088b7b0c79e48b8109)]:
- @easylogic/react-summernote@0.1.4

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-summernote-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easylogic/react-summernote-lite",
"version": "0.1.3",
"version": "0.1.4",
"description": "React extension for summernote lite version",
"main": "./src/index.ts",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/react-summernote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @easylogic/react-summernote

## 0.1.4

### Patch Changes

- [#54](https://github.com/easylogic/react-summernote/pull/54) [`ae034a5`](https://github.com/easylogic/react-summernote/commit/ae034a5c68a104980245e5c760ac245272cbb49e) Thanks [@easylogic](https://github.com/easylogic)! - Fixed: Move createSummernoteButton to ReactSummernote

- [#48](https://github.com/easylogic/react-summernote/pull/48) [`10db679`](https://github.com/easylogic/react-summernote/commit/10db67988d155e3b64629f088b7b0c79e48b8109) Thanks [@github-actions](https://github.com/apps/github-actions)! - update next release version

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-summernote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@easylogic/react-summernote",
"version": "0.1.3",
"version": "0.1.4",
"description": "React extension for summernote",
"main": "./src/index.ts",
"sideEffects": false,
Expand Down

0 comments on commit abd9f2c

Please sign in to comment.