Skip to content

Commit 344ee3b

Browse files
committed
Release creation
1 parent 4149ede commit 344ee3b

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v5.1.1
4+
5+
- Fixed issue related to Router can't find the route by hash with query (#355)
6+
- Added support for dynamic resolution (#352)
7+
- Fixed issue related to Router hash not working (#349)
8+
- Fixed a typo in router/pagetransitions.md documentation (#344)
9+
310
## v5.1.0
411

512
- Typescript support

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v5.1.1
4+
5+
- Fixed issue related to Router can't find the route by hash with query (#355)
6+
- Added support for dynamic resolution (#352)
7+
- Fixed issue related to Router hash not working (#349)
8+
- Fixed a typo in router/pagetransitions.md documentation (#344)
9+
310
## v5.1.0
411

512
- Typescript support

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@lightningjs/sdk",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)