Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-geocoding@3.4.3...@esri/arcgis-rest-geocoding@4.0.0) (2022-04-18)

### Bug Fixes

* **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))
* add package.json files to builds for individual build types ([#955](#955)) ([c162125](c162125))
* correct package and dep versions in -rest-routing ([c24a081](c24a081))

### Features

* add breaking change ([8205840](8205840))
* setup semantic-release for main branch ([30832eb](30832eb))
* **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))
* **arcgis-rest-request:** force dep release ([87c511d](87c511d))
* **arcgis-rest-request:** force dep release ([409e62f](409e62f))
* **arcgis-rest-request:** force release ([9acfacc](9acfacc))
* **arcgis-rest-request:** refresh session and retry with new token for invalid token errors ([54df4ca](54df4ca))
* **arcgis-rest-request:** rewrite oauth 2 functions to use PKCE ([e49f88c](e49f88c))
* add commitlint config and release scripts ([1bb1a8f](1bb1a8f))
* force dep release ([55f665d](55f665d))

### BREAKING CHANGES

* force 4.x release
* force semantic release to use 4.0.0
  • Loading branch information
semantic-release-bot committed Apr 18, 2022
1 parent bde55d7 commit 57bf9e1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions packages/arcgis-rest-geocoding/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# @esri/arcgis-rest-geocoding [4.0.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-geocoding@3.4.3...@esri/arcgis-rest-geocoding@4.0.0) (2022-04-18)


### Bug Fixes

* add package.json files to builds for individual build types ([#955](https://github.com/Esri/arcgis-rest-js/issues/955)) ([c162125](https://github.com/Esri/arcgis-rest-js/commit/c16212594f0b914425548be5d61d7435d54a2718))


### Features

* add breaking change ([8205840](https://github.com/Esri/arcgis-rest-js/commit/8205840d81106173fdb1fe3750822e1754611c3b))
* **arcgis-rest-request:** rewrite oauth 2 functions to use PKCE ([e49f88c](https://github.com/Esri/arcgis-rest-js/commit/e49f88c700694aed472733527124c4d0d54e45d6))


### BREAKING CHANGES

* force 4.x release





### Dependencies

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

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


Expand Down
6 changes: 3 additions & 3 deletions packages/arcgis-rest-geocoding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-geocoding",
"version": "4.0.0-beta.5",
"version": "4.0.0",
"description": "Geocoding 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.5"
"@esri/arcgis-rest-request": "4.0.0"
},
"devDependencies": {
"@esri/arcgis-rest-request": "4.0.0-beta.5"
"@esri/arcgis-rest-request": "4.0.0"
},
"contributors": [
"Patrick Arlt <parlt@esri.com> (http://patrickarlt.com/)"
Expand Down

0 comments on commit 57bf9e1

Please sign in to comment.