scratch-paint 1.1.31 → 1.1.33

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.
@@ -6,7 +6,7 @@ orbs:
6
6
  aliases:
7
7
  - &defaults
8
8
  docker:
9
- - image: cimg/node:lts-browsers
9
+ - image: cimg/node:16.18.1-browsers
10
10
  auth:
11
11
  username: $DOCKERHUB_USERNAME
12
12
  password: $DOCKERHUB_PASSWORD
@@ -48,6 +48,7 @@ jobs:
48
48
  - *build
49
49
  - store_test_results:
50
50
  path: test/results
51
+ - run: npx --no -- semantic-release --dry-run
51
52
  build-test-deploy:
52
53
  <<: *defaults
53
54
  steps:
@@ -59,7 +60,7 @@ jobs:
59
60
  - store_test_results:
60
61
  path: test/results
61
62
  - *deploy-gh-pages
62
- - run: npx semantic-release
63
+ - run: npx --no -- semantic-release
63
64
  push-translations:
64
65
  <<: *defaults
65
66
  steps:
@@ -76,6 +77,12 @@ workflows:
76
77
  jobs:
77
78
  - commitlint/lint:
78
79
  target-branch: develop
80
+ filters:
81
+ branches:
82
+ ignore:
83
+ - master
84
+ - develop
85
+ - /^hotfix\/.*/
79
86
  build-test-no-deploy:
80
87
  jobs:
81
88
  - build-test:
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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.1.33](https://github.com/LLK/scratch-paint/compare/v1.1.32...v1.1.33) (2023-03-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency scratch-l10n to v3.15.20230322032147 ([#2109](https://github.com/LLK/scratch-paint/issues/2109)) ([382f2b1](https://github.com/LLK/scratch-paint/commit/382f2b11ea99a884cf8f889bb959ed8b12b93389))
12
+
13
+ ## [1.1.32](https://github.com/LLK/scratch-paint/compare/v1.1.31...v1.1.32) (2023-03-22)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** update dependency scratch-render-fonts to v1.0.0-prerelease.20221102164332 ([#2110](https://github.com/LLK/scratch-paint/issues/2110)) ([b542ff4](https://github.com/LLK/scratch-paint/commit/b542ff46a1dabe2a379c6db6c8b947eb6e22e706))
19
+
6
20
  ## [1.1.31](https://github.com/LLK/scratch-paint/compare/v1.1.30...v1.1.31) (2022-10-27)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-paint",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
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,10 @@
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.20221027032119",
99
- "scratch-render-fonts": "1.0.0-prerelease.20221024190656",
98
+ "scratch-l10n": "3.15.20230322032147",
99
+ "scratch-render-fonts": "1.0.0-prerelease.20221102164332",
100
100
  "scratch-semantic-release-config": "1.0.5",
101
+ "semantic-release": "19.0.5",
101
102
  "style-loader": "1.3.0",
102
103
  "svg-url-loader": "3.0.3",
103
104
  "tap": "14.11.0",