scratch-paint 2.0.0-beta.1 → 2.0.1

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,33 @@
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.1](https://github.com/LLK/scratch-paint/compare/v2.0.0...v2.0.1) (2023-06-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency scratch-l10n to v3.15.20230621032221 ([#2186](https://github.com/LLK/scratch-paint/issues/2186)) ([a0f6ee7](https://github.com/LLK/scratch-paint/commit/a0f6ee7eb8be9742a631a33759940beeee88d63e))
12
+
13
+ # [2.0.0](https://github.com/LLK/scratch-paint/compare/v1.1.73...v2.0.0) (2023-06-20)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * use looks secondary rather than tertiary color ([442afca](https://github.com/LLK/scratch-paint/commit/442afcab38cd59434eb53e364876181857d576e6))
19
+
20
+
21
+ * feat!: bump major version ([a401a89](https://github.com/LLK/scratch-paint/commit/a401a897e80ef99173251e4928c3e26435de56ed))
22
+
23
+
24
+ ### Features
25
+
26
+ * use purple theme ([a0f6a55](https://github.com/LLK/scratch-paint/commit/a0f6a55a34c98e5a192cc7b5ec96f7ce3e716e14))
27
+
28
+
29
+ ### BREAKING CHANGES
30
+
31
+ * purple accent color to match color contrast feature
32
+
6
33
  # [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
34
 
8
35
 
@@ -44,6 +71,41 @@ All notable changes to this project will be documented in this file. See
44
71
 
45
72
  * use purple theme ([a0f6a55](https://github.com/LLK/scratch-paint/commit/a0f6a55a34c98e5a192cc7b5ec96f7ce3e716e14))
46
73
 
74
+ ## [1.1.73](https://github.com/LLK/scratch-paint/compare/v1.1.72...v1.1.73) (2023-06-20)
75
+
76
+
77
+ ### Bug Fixes
78
+
79
+ * **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))
80
+
81
+ ## [1.1.72](https://github.com/LLK/scratch-paint/compare/v1.1.71...v1.1.72) (2023-06-18)
82
+
83
+
84
+ ### Bug Fixes
85
+
86
+ * **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))
87
+
88
+ ## [1.1.71](https://github.com/LLK/scratch-paint/compare/v1.1.70...v1.1.71) (2023-06-17)
89
+
90
+
91
+ ### Bug Fixes
92
+
93
+ * **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))
94
+
95
+ ## [1.1.70](https://github.com/LLK/scratch-paint/compare/v1.1.69...v1.1.70) (2023-06-16)
96
+
97
+
98
+ ### Bug Fixes
99
+
100
+ * **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))
101
+
102
+ ## [1.1.69](https://github.com/LLK/scratch-paint/compare/v1.1.68...v1.1.69) (2023-06-15)
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * **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))
108
+
47
109
  ## [1.1.68](https://github.com/LLK/scratch-paint/compare/v1.1.67...v1.1.68) (2023-05-27)
48
110
 
49
111
 
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.1",
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.20230621032221",
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",