Skip to content

Commit 82da354

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.73...v2.0.0) (2023-06-20) ### Bug Fixes * use looks secondary rather than tertiary color ([442afca](442afca)) * feat!: bump major version ([a401a89](a401a89)) ### Features * use purple theme ([a0f6a55](a0f6a55)) ### BREAKING CHANGES * purple accent color to match color contrast feature
1 parent 3e31ea3 commit 82da354

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0](https://github.com/LLK/scratch-paint/compare/v1.1.73...v2.0.0) (2023-06-20)
7+
8+
9+
### Bug Fixes
10+
11+
* use looks secondary rather than tertiary color ([442afca](https://github.com/LLK/scratch-paint/commit/442afcab38cd59434eb53e364876181857d576e6))
12+
13+
14+
* feat!: bump major version ([a401a89](https://github.com/LLK/scratch-paint/commit/a401a897e80ef99173251e4928c3e26435de56ed))
15+
16+
17+
### Features
18+
19+
* use purple theme ([a0f6a55](https://github.com/LLK/scratch-paint/commit/a0f6a55a34c98e5a192cc7b5ec96f7ce3e716e14))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* purple accent color to match color contrast feature
25+
626
# [2.0.0-beta.1](https://github.com/LLK/scratch-paint/compare/v1.2.0-beta.1...v2.0.0-beta.1) (2023-06-15)
727

828

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-paint",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0",
44
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
55
"main": "./dist/scratch-paint.js",
66
"browser": "./src/index.js",

0 commit comments

Comments
 (0)