scratch-paint 1.0.0 → 1.0.3

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.
@@ -59,10 +59,7 @@ jobs:
59
59
  - store_test_results:
60
60
  path: test/results
61
61
  - *deploy-gh-pages
62
- - run:
63
- command: npx semantic-release
64
- environment:
65
- HUSKY: 0 # disable Husky hooks so commitlint doesn't block semantic-release
62
+ - run: npx semantic-release
66
63
  push-translations:
67
64
  <<: *defaults
68
65
  steps:
package/CHANGELOG.md CHANGED
@@ -3,6 +3,27 @@
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
+ ## [1.0.3](https://github.com/LLK/scratch-paint/compare/v1.0.2...v1.0.3) (2022-09-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency scratch-l10n to v3.14.20220901031546 ([#2061](https://github.com/LLK/scratch-paint/issues/2061)) ([24ed845](https://github.com/LLK/scratch-paint/commit/24ed8455a0b1ac9aa26cd077cab50213d22a2070))
12
+
13
+ ## [1.0.2](https://github.com/LLK/scratch-paint/compare/v1.0.1...v1.0.2) (2022-08-31)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** update dependency scratch-semantic-release-config to v1.0.4 ([2e4101b](https://github.com/LLK/scratch-paint/commit/2e4101bdc5eb2dc27dbb9a7a87d4a378c90cf26d))
19
+
20
+ ## [1.0.1](https://github.com/LLK/scratch-paint/compare/v1.0.0...v1.0.1) (2022-08-26)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **deps:** update dependency scratch-semantic-release-config to v1.0.3 ([#2055](https://github.com/LLK/scratch-paint/issues/2055)) ([7e427a5](https://github.com/LLK/scratch-paint/commit/7e427a51d155b682e16964f3686edafc92732fa2))
26
+
6
27
  # 1.0.0 (2022-08-26)
7
28
 
8
29
 
@@ -1,3 +1,4 @@
1
1
  module.exports = {
2
- extends: ['@commitlint/config-conventional']
2
+ extends: ['@commitlint/config-conventional'],
3
+ ignores: [message => message.startsWith('chore(release):')]
3
4
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-paint",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
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,9 +95,9 @@
95
95
  "redux-throttle": "0.1.1",
96
96
  "regenerator-runtime": "0.13.9",
97
97
  "rimraf": "2.7.1",
98
- "scratch-l10n": "3.14.20220826031556",
98
+ "scratch-l10n": "3.14.20220901031546",
99
99
  "scratch-render-fonts": "1.0.0-prerelease.20210401210003",
100
- "scratch-semantic-release-config": "1.0.2",
100
+ "scratch-semantic-release-config": "1.0.4",
101
101
  "style-loader": "1.3.0",
102
102
  "svg-url-loader": "3.0.3",
103
103
  "tap": "14.11.0",
Binary file