Skip to content

Commit 347ca65

Browse files
authored
v0.274.2 (#63)
1 parent 4bd869a commit 347ca65

File tree

18 files changed

+35
-37
lines changed

18 files changed

+35
-37
lines changed

.github/workflows/node-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
run: |
6969
sudo apt-get update
7070
sudo apt-get install -y libsdl2-2.0-0 libsdl2-ttf-2.0-0
71-
- if: ${{ startsWith(matrix.os, 'macos') }}
72-
run: brew install --overwrite sdl2
7371
7472
# Test the source files
7573
- run: npm run test:unit

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.274.1",
3+
"version": "0.274.2",
44
"packages": [
55
"packages/*"
66
],

package-lock.json

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

packages/chdman-darwin-arm64/chdman

0 Bytes
Binary file not shown.
1.47 MB
Binary file not shown.

packages/chdman-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emmercm/chdman-darwin-arm64",
3-
"version": "0.274.1",
3+
"version": "0.274.2",
44
"os": [
55
"darwin"
66
],

packages/chdman-darwin-x64/chdman

0 Bytes
Binary file not shown.
1.5 MB
Binary file not shown.

packages/chdman-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emmercm/chdman-darwin-x64",
3-
"version": "0.274.1",
3+
"version": "0.274.2",
44
"os": [
55
"darwin"
66
],

packages/chdman-linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emmercm/chdman-linux-arm",
3-
"version": "0.274.1",
3+
"version": "0.274.2",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)