Skip to content

Commit

Permalink
fix(router-lite): handling slash in parameter value (#1805)
Browse files Browse the repository at this point in the history
closes #1786 [skip ci]
  • Loading branch information
Sayan751 committed Jul 24, 2023
1 parent 97e8dad commit 3fbb698
Show file tree
Hide file tree
Showing 9 changed files with 189 additions and 176 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
common: aurelia/common@volatile
browser-tools: circleci/browser-tools@1.1.0
browser-tools: circleci/browser-tools@1.4.3

# # # # # # # # # # # # # # # #
# - Scalar variables -
Expand Down Expand Up @@ -916,7 +916,7 @@ workflows:
dist_file_name: merge_and_dist_topic
requires:
- build_release

- request_publish_dev:
<<: *filter_only_master
type: approval
Expand All @@ -930,7 +930,7 @@ workflows:
requires:
- request_publish_dev
- merge_and_dist_master


# Runs build and tests, and pushes the built artifacts to the release branch (which then triggers publish_latest)
# Triggered by push to tag
Expand Down
61 changes: 34 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"chalk": "4.1.2",
"chromedriver": "113.0.0",
"chromedriver": "114.0.3",
"codecov": "^3.8.3",
"concurrently": "7.6.0",
"cross-env": "7.0.3",
Expand Down

0 comments on commit 3fbb698

Please sign in to comment.