Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anderscain63 committed Feb 6, 2023
1 parent 7cdcdba commit 945fb21
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-onions-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-sketch-canvas": patch
---

Fix blank white space bug by allowing developers to set viewBox
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"tsconfig": "0.0.0"
},
"changesets": [
"famous-onions-brush",
"serious-bobcats-burn",
"tricky-games-clean"
]
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 7.0.0-next.2

### Patch Changes

- Fix blank white space bug by allowing developers to set viewBox

## 7.0.0-next.1

### Patch Changes

- Fix unused eraser masks - firefox and random gaps

## 7.0.0-next.0

### Major Changes

- - Add option to use Windows surface pen button as eraser
- Memoize functions to reduce re-rendering

# [6.1.0]

### Added
Expand Down
6 changes: 6 additions & 0 deletions packages/react-sketch-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.0.0-next.2

### Patch Changes

- Fix blank white space bug by allowing developers to set viewBox

## 7.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sketch-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sketch-canvas",
"version": "7.0.0-next.1",
"version": "7.0.0-next.2",
"description": "react-sketch-canvas - Freehand vector drawing tool for React using SVG as canvas",
"author": "Vinoth Pandian",
"homepage": "https://vinoth.info/react-sketch-canvas",
Expand Down

0 comments on commit 945fb21

Please sign in to comment.