Skip to content

Commit d009787

Browse files
Merge pull request #154 from SpringRoll/release/2.4.4
Release/2.4.4
2 parents 3a5df3d + d880745 commit d009787

12 files changed

+2150
-8601
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [10.x, 12.x, 14.x]
20+
node-version: [14.x, 16.x, 18.x]
2121

2222
steps:
2323
- uses: actions/checkout@v1

.github/workflows/npm-deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: npm-deploy
22

33
on:
44
release:
5-
types: [created]
5+
types: [released]
66
workflow_dispatch:
77

88
jobs:
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 10
15+
node-version: 16
1616
registry-url: https://registry.npmjs.org/
1717

1818
- name: install

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.15.3
1+
v16.19.1

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.4.4] 2023-02-27
9+
10+
### Fixed
11+
12+
- Changed deploy workflow to only run when an actual release is made
13+
14+
### Changed
15+
16+
- Update Rollup to 3.17.2
17+
- Changed nvmrc version to v16.19.1
18+
- Bump minimatch from 3.0.4 to 3.1.2, and mocha from 8.2.1 to 10.2.0
19+
- Bump loader-utils from 1.1.0 to 1.4.2
20+
- Bump ua-parser-js from 0.7.31 to 0.7.33
21+
- Bump nanoid from 3.1.12 to 3.3.3
22+
- Bump socket.io-parser from 4.0.4 to 4.0.5
23+
- Bump engine.io from 6.1.3 to 6.4.0, and socket.io from 4.4.1 to 4.6.0
24+
25+
826
## [2.4.3] 2023-02-03
927

1028
### Fixed

dist/SpringRoll-Container-umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/SpringRoll-Container-umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/client.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)