Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.4](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-routing@4.0.0-beta.3...@esri/arcgis-rest-routing@4.0.0-beta.4) (2022-05-10)

### Bug Fixes

* **arcgis-rest-request:** change peer-dep to non-x ([917c183](917c183))
* **arcgis-rest-request:** release: inherit, bump: satisfy ([93e67a8](93e67a8))
* change to request to see how peer-deps are updated ([6f60cc3](6f60cc3))
* **arcgis-rest-request:** add support for server credentials ([#965](#965)) ([b063bcc](b063bcc))
* **arcgis-rest-request:** adds test to issue with append custom params ([2b9060f](2b9060f))
* **arcgis-rest-request:** fixes an issue in append custom params where valid params of value 0 were ([4a63dd7](4a63dd7))

### Features

* **arcgis-rest-request:** add demo and code for ability to share session between client and server ([ee9ac4c](ee9ac4c))
* **arcgis-rest-request:** add support for AbortSignal ([#970](#970)) ([0f314f6](0f314f6))
* **arcgis-rest-request:** allow state variable to be passed through on server side oauth ([fdbe612](fdbe612))
  • Loading branch information
semantic-release-bot committed May 10, 2022
1 parent 41c94d4 commit 431be25
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/arcgis-rest-routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# @esri/arcgis-rest-routing [4.0.0-beta.4](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-routing@4.0.0-beta.3...@esri/arcgis-rest-routing@4.0.0-beta.4) (2022-05-10)





### Dependencies

* **@esri/arcgis-rest-request:** upgraded to 4.0.0-beta.10

# @esri/arcgis-rest-routing [4.0.0-beta.3](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-routing@4.0.0-beta.2...@esri/arcgis-rest-routing@4.0.0-beta.3) (2022-03-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-routing",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.4",
"description": "Routing helpers for @esri/arcgis-rest-js",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -48,10 +48,10 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@esri/arcgis-rest-request": "4.0.0-beta.x"
"@esri/arcgis-rest-request": "4.0.0-beta.10"
},
"devDependencies": {
"@esri/arcgis-rest-request": "4.0.0-beta.5"
"@esri/arcgis-rest-request": "4.0.0-beta.10"
},
"contributors": [
"Gavin Rehkemper <gavin@gavinr.com>"
Expand Down

0 comments on commit 431be25

Please sign in to comment.