Skip to content

Commit 2145070

Browse files
authored
Merge pull request #130 from SpringRoll/release/2.3.4
Release/2.3.4
2 parents f56bc68 + b63d035 commit 2145070

File tree

6 files changed

+17
-18
lines changed

6 files changed

+17
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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

88

9+
## [2.3.4] 2022-06-09
10+
11+
## Changed
12+
13+
- Bumped path-parse dependency from 1.0.6 to 1.0.7
14+
- Bumped glob-parent dependency from 5.1.1 to 5.1.2
15+
916
## [2.3.3] 2022-05-05
1017

1118
## Changed

dist/SpringRoll-Container-umd.js

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

dist/index.js

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

package-lock.json

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "springroll-container",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "The iframe controller for interacting with SpringRoll applications",
55
"main": "./dist/index.js",
66
"license": "MIT",

yarn.lock

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,13 +1869,7 @@ get-value@^2.0.3, get-value@^2.0.6:
18691869
version "2.0.6"
18701870
resolved "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz"
18711871

1872-
glob-parent@~5.1.0:
1873-
version "5.1.1"
1874-
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz"
1875-
dependencies:
1876-
is-glob "^4.0.1"
1877-
1878-
glob-parent@~5.1.2:
1872+
glob-parent@~5.1.0, glob-parent@~5.1.2:
18791873
version "5.1.2"
18801874
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
18811875
dependencies:
@@ -2139,7 +2133,7 @@ is-extendable@^1.0.1:
21392133

21402134
is-extglob@^2.1.1:
21412135
version "2.1.1"
2142-
resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz"
2136+
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
21432137

21442138
is-fullwidth-code-point@^2.0.0:
21452139
version "2.0.0"
@@ -2154,8 +2148,8 @@ is-generator-function@^1.0.7:
21542148
resolved "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.7.tgz"
21552149

21562150
is-glob@^4.0.1, is-glob@~4.0.1:
2157-
version "4.0.1"
2158-
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz"
2151+
version "4.0.3"
2152+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
21592153
dependencies:
21602154
is-extglob "^2.1.1"
21612155

@@ -2911,8 +2905,8 @@ path-key@^2.0.1:
29112905
resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz"
29122906

29132907
path-parse@^1.0.5, path-parse@^1.0.6:
2914-
version "1.0.6"
2915-
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz"
2908+
version "1.0.7"
2909+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
29162910

29172911
path-to-regexp@^1.7.0:
29182912
version "1.8.0"

0 commit comments

Comments
 (0)