Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 0e9fbe4

Browse files
github-actions[bot]JoshCrozier
authored andcommitted
Version Packages (#2099)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a31dc87 commit 0e9fbe4

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "master",
99
"updateInternalDependencies": "patch",
1010
"ignore": []

.changeset/lovely-wolves-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-horses-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- uses: actions/setup-node@v4
6363
with:
6464
node-version: 20
65+
npm-version: '11.5.1'
6566
cache: npm
6667
registry-url: 'https://registry.npmjs.org'
6768

packages/common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## @esri/hub-common [20.16.3](https://github.com/Esri/hub.js/compare/@esri/[email protected]...@esri/[email protected]) (2025-10-13)
22

3+
## 20.21.0
4+
5+
### Minor Changes
6+
7+
- 8e25a27: additions to layout types
8+
9+
### Patch Changes
10+
11+
- a31dc87: removes dynamic imports from modules
12+
313
## 20.20.1
414

515
### Patch Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/hub-common",
3-
"version": "20.20.1",
3+
"version": "20.21.0",
44
"description": "Common TypeScript types and utility functions for @esri/hub.js.",
55
"main": "dist/node/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)