Skip to content

Commit

Permalink
chore(release): 13.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# @esri/hub-common [13.23.0](https://github.com/Esri/hub.js/compare/@esri/hub-common@13.22.1...@esri/hub-common@13.23.0) (2023-07-24)

### Bug Fixes

* **hub-common:** saving sites guarantees a unique slug and prevents field loss in site data ([#1130](#1130)) ([16a25b6](16a25b6))

### Features

* EntityEditor class  ([#1127](#1127)) ([3f3beac](3f3beac))
  • Loading branch information
semantic-release-bot committed Jul 24, 2023
1 parent 16a25b6 commit 34b66b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# @esri/hub-common [13.23.0](https://github.com/Esri/hub.js/compare/@esri/hub-common@13.22.1...@esri/hub-common@13.23.0) (2023-07-24)


### Bug Fixes

* **hub-common:** saving sites guarantees a unique slug and prevents field loss in site data ([#1130](https://github.com/Esri/hub.js/issues/1130)) ([16a25b6](https://github.com/Esri/hub.js/commit/16a25b6b4bd7161ad7bf59ef716c873011ad1f6c))


### Features

* EntityEditor class ([#1127](https://github.com/Esri/hub.js/issues/1127)) ([3f3beac](https://github.com/Esri/hub.js/commit/3f3beac2ea380ee27700b348ac00e43172d1ee01))

## @esri/hub-common [13.22.1](https://github.com/Esri/hub.js/compare/@esri/hub-common@13.22.0...@esri/hub-common@13.22.1) (2023-07-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/common/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 packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/hub-common",
"version": "13.22.1",
"version": "13.23.0",
"description": "Common TypeScript types and utility functions for @esri/hub.js.",
"main": "dist/node/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 34b66b0

Please sign in to comment.