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-feature-service@4.0.0-beta.3...@esri/arcgis-rest-feature-service@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 aeeb6e1 commit c392608
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/arcgis-rest-feature-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# @esri/arcgis-rest-feature-service [4.0.0-beta.4](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-feature-service@4.0.0-beta.3...@esri/arcgis-rest-feature-service@4.0.0-beta.4) (2022-05-10)





### Dependencies

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

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


Expand Down
10 changes: 5 additions & 5 deletions packages/arcgis-rest-feature-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-feature-service",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.4",
"description": "Feature layer query and edit helpers for @esri/arcgis-rest-js",
"license": "Apache-2.0",
"keywords": [
Expand Down Expand Up @@ -46,12 +46,12 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@esri/arcgis-rest-portal": "4.0.0-beta.x",
"@esri/arcgis-rest-request": "4.0.0-beta.x"
"@esri/arcgis-rest-portal": "4.0.0-beta.7",
"@esri/arcgis-rest-request": "4.0.0-beta.10"
},
"devDependencies": {
"@esri/arcgis-rest-portal": "4.0.0-beta.5",
"@esri/arcgis-rest-request": "4.0.0-beta.6"
"@esri/arcgis-rest-portal": "4.0.0-beta.7",
"@esri/arcgis-rest-request": "4.0.0-beta.10"
},
"contributors": [
"Mike Tschudi <mtschudi@esri.com>",
Expand Down

0 comments on commit c392608

Please sign in to comment.