Skip to content

Commit ffebeb1

Browse files
authored
Merge pull request #9 from BaileyBrightman/main-temp
Merging main into healthAudit
2 parents ae1abff + a215930 commit ffebeb1

File tree

8 files changed

+538
-626
lines changed

8 files changed

+538
-626
lines changed

.github/workflows/npm-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: npm-deploy
33
on:
44
release:
55
types: [created]
6+
workflow_dispatch:
67

78
jobs:
89
publish-npm:

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.1.1] - UNRELEASED
7+
## [2.2.1] - 2021-03-04
8+
### Changed
9+
- socket.io dependency version bump
10+
11+
## [2.2.0] - 2021-02-19
812
### Added
913
- Indexeddb additions to the userdata class
1014

dist/SpringRoll-Container-umd.js

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

dist/SpringRoll-Container-umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

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

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "springroll-container",
3-
"version": "2.1.0",
3+
"version": "2.2.1",
44
"description": "The iframe controller for interacting with SpringRoll applications",
55
"main": "./dist/index.js",
66
"license": "MIT",
@@ -72,4 +72,4 @@
7272
"url": "https://github.com/SpringRoll/SpringRollContainer/issues"
7373
},
7474
"homepage": "https://github.com/SpringRoll/SpringRollContainer"
75-
}
75+
}

yarn.lock

Lines changed: 524 additions & 618 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)