Skip to content

Commit

Permalink
chore(release): 4.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.3](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-demographics@4.0.2...@esri/arcgis-rest-demographics@4.0.3) (2024-06-15)

### Bug Fixes

* change to trigger a catch-up release ([#1164](#1164)) ([c3a70f1](c3a70f1))
* fix the ci ([#1160](#1160)) ([15dce8d](15dce8d)), closes [/github.com/Esri/hub.js/blob/master/.github/workflows/release.yml#L64-L66](https://github.com//github.com/Esri/hub.js/blob/master/.github/workflows/release.yml/issues/L64-L66)
* removed owningSystemUrl from IServerInfo ([#1146](#1146)) ([a801537](a801537))
* small change to trigger a catch-up release ([#1159](#1159)) ([ea1ac91](ea1ac91))
* small change to trigger a catch-up release ([#1163](#1163)) ([11adbce](11adbce))
* update auth warning ([#1162](#1162)) ([fdd411b](fdd411b))
* **arcgis-rest-feature-service:** add additional statistic types ([#1114](#1114)) ([37e6e8e](37e6e8e))
* **arcgis-rest-places:** update pagination values for latest API ([#1109](#1109)) ([ea5370c](ea5370c))
* **arcgis-rest-portal:** add supported search fields ([#1017](#1017)) ([2be361a](2be361a))
* **arcgis-rest-request:** Added Params Preprocessor for GP Mutilvalue Inputs ([#1027](#1027)) ([cf75cd6](cf75cd6))
* **arcgis-rest-request:** added social providers ([caf8d11](caf8d11))
* **arcgis-rest-request:** fix [#1035](#1035) by adding parsing for generateToken endpoints on ArcGIS Server ([c0ff7a3](c0ff7a3))
* **arcgis-rest-request:** geometry type esriGeometryMultiPatch ([#1102](#1102)) ([b5e1aa4](b5e1aa4))
* **arcgis-rest-request:** pass referer ([c950c4a](c950c4a))
* **arcgis-rest-request:** pass referer ([81c2de8](81c2de8))
* **arcgis-rest-request:** pass referer ([57de1f6](57de1f6))
* **arcgis-rest-request:** pass referer ([5af0c3b](5af0c3b))
* **arcgis-rest-request:** pass referer ([08ec6fd](08ec6fd))
* **arcgis-rest-request:** pass referer ([8ba4890](8ba4890))
* add error parameter to IEditFeatureResult ([#1038](#1038)) ([36f78e5](36f78e5))
* **arcgis-rest-routing:** url param ([#1028](#1028)) ([3713b81](3713b81))
* [#995](#995) and [#1006](#1006), issues with redirect urls ([f03ed13](f03ed13))
* encode item extent prior to calling request ([135600c](135600c))
* resolve cross-org sharing as admin bug ([1ae4f1a](1ae4f1a))

### Features

* **arcgis-rest-developer-credentials:** Initial package release ([68e1249](68e1249))
* **arcgis-rest-places:** Add support for the new Places service via a new arcgis-rest-places package ([6ee5a54](6ee5a54))
* **arcgis-rest-portal:** add documentation ([826e7fd](826e7fd))
* **arcgis-rest-portal:** add searchCommunityUsers method to allow for searching outside user's org ([2695a75](2695a75))
* **arcgis-rest-portal:** add user properties functions ([a9e7352](a9e7352))
* **arcgis-rest-portal:** code coverage ([b668b15](b668b15))
* **arcgis-rest-portal:** export functions ([92831f2](92831f2))
* **arcgis-rest-portal:** pr feedback ([9f0c721](9f0c721))
* **arcgis-rest-portal:** pr feedback ([2e26348](2e26348))
* **arcgis-rest-portal:** remove console statement ([4981383](4981383))
* **arcgis-rest-portal:** split set user properties ([46e15fb](46e15fb))
* **arcgis-rest-portal:** update comment ([96be4bd](96be4bd))
* **arcgis-rest-portal:** v4 updates ([6332675](6332675))
* **arcgis-rest-request:** add a new Job class to support asynchronous long running tasks. ([9c222aa](9c222aa))
  • Loading branch information
semantic-release-bot committed Jun 15, 2024
1 parent 8c67102 commit 772ccca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/arcgis-rest-demographics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @esri/arcgis-rest-demographics [4.0.3](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-demographics@4.0.2...@esri/arcgis-rest-demographics@4.0.3) (2024-06-15)


### Bug Fixes

* small change to trigger a catch-up release ([#1163](https://github.com/Esri/arcgis-rest-js/issues/1163)) ([11adbce](https://github.com/Esri/arcgis-rest-js/commit/11adbce6f3e4e15c0876b82520f7652a68dfd881))

## @esri/arcgis-rest-demographics [4.0.2](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-demographics@4.0.1...@esri/arcgis-rest-demographics@4.0.2) (2022-05-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/arcgis-rest-demographics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/arcgis-rest-demographics",
"version": "4.0.2",
"version": "4.0.3",
"description": "Demographics data helpers for @esri/arcgis-rest-js",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit 772ccca

Please sign in to comment.