scratch-paint 2.0.0-beta.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
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
+
6
26
  # [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)
7
27
 
8
28
 
@@ -44,6 +64,41 @@ All notable changes to this project will be documented in this file. See
44
64
 
45
65
  * use purple theme ([a0f6a55](https://github.com/LLK/scratch-paint/commit/a0f6a55a34c98e5a192cc7b5ec96f7ce3e716e14))
46
66
 
67
+ ## [1.1.73](https://github.com/LLK/scratch-paint/compare/v1.1.72...v1.1.73) (2023-06-20)
68
+
69
+
70
+ ### Bug Fixes
71
+
72
+ * **deps:** update dependency scratch-l10n to v3.15.20230620032154 ([#2184](https://github.com/LLK/scratch-paint/issues/2184)) ([41bd526](https://github.com/LLK/scratch-paint/commit/41bd52604ee3abbcc6ff7022bd911eb27a20d48f))
73
+
74
+ ## [1.1.72](https://github.com/LLK/scratch-paint/compare/v1.1.71...v1.1.72) (2023-06-18)
75
+
76
+
77
+ ### Bug Fixes
78
+
79
+ * **deps:** update dependency scratch-l10n to v3.15.20230618032152 ([#2183](https://github.com/LLK/scratch-paint/issues/2183)) ([e22e4df](https://github.com/LLK/scratch-paint/commit/e22e4df6de7c66cb55a7f5989ccf3aa591149fa2))
80
+
81
+ ## [1.1.71](https://github.com/LLK/scratch-paint/compare/v1.1.70...v1.1.71) (2023-06-17)
82
+
83
+
84
+ ### Bug Fixes
85
+
86
+ * **deps:** update dependency scratch-l10n to v3.15.20230617032419 ([#2182](https://github.com/LLK/scratch-paint/issues/2182)) ([53bf4ac](https://github.com/LLK/scratch-paint/commit/53bf4ac395db59d4f0c705435398d9015698d4ac))
87
+
88
+ ## [1.1.70](https://github.com/LLK/scratch-paint/compare/v1.1.69...v1.1.70) (2023-06-16)
89
+
90
+
91
+ ### Bug Fixes
92
+
93
+ * **deps:** update dependency scratch-l10n to v3.15.20230616032229 ([#2181](https://github.com/LLK/scratch-paint/issues/2181)) ([e5f2321](https://github.com/LLK/scratch-paint/commit/e5f232134ce3c8f10d86a32402290bea7c8ad36d))
94
+
95
+ ## [1.1.69](https://github.com/LLK/scratch-paint/compare/v1.1.68...v1.1.69) (2023-06-15)
96
+
97
+
98
+ ### Bug Fixes
99
+
100
+ * **deps:** update dependency scratch-l10n to v3.15.20230615032202 ([#2179](https://github.com/LLK/scratch-paint/issues/2179)) ([0896778](https://github.com/LLK/scratch-paint/commit/089677814a49e2b045b93bc3fa35f6a3947d3e2b))
101
+
47
102
  ## [1.1.68](https://github.com/LLK/scratch-paint/compare/v1.1.67...v1.1.68) (2023-05-27)
48
103
 
49
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-paint",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0",
4
4
  "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
5
5
  "main": "./dist/scratch-paint.js",
6
6
  "browser": "./src/index.js",
@@ -95,7 +95,7 @@
95
95
  "redux-throttle": "0.1.1",
96
96
  "regenerator-runtime": "0.13.9",
97
97
  "rimraf": "2.7.1",
98
- "scratch-l10n": "3.15.20230527032201",
98
+ "scratch-l10n": "3.15.20230620032154",
99
99
  "scratch-render-fonts": "1.0.0-prerelease.20221102164332",
100
100
  "scratch-semantic-release-config": "1.0.7",
101
101
  "semantic-release": "19.0.5",