Skip to content

Commit

Permalink
v0.11.36
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Feb 22, 2025
1 parent bb76b39 commit 28e2e55
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.11.36] - Feb 21st 2025
* Manager update: Check fit of tools in action bar after re-initialization

## [0.11.35] - Feb 19th 2025
* Manager update: fixed related-table display

Expand Down Expand Up @@ -1076,4 +1079,5 @@ Recover from test releases
[0.11.33]: https://github.com/Esri/solution.js/compare/v0.11.32...v0.11.33 "v0.11.33"
[0.11.34]: https://github.com/Esri/solution.js/compare/v0.11.33...v0.11.34 "v0.11.34"
[0.11.35]: https://github.com/Esri/solution.js/compare/v0.11.34...v0.11.35 "v0.11.35"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.35...HEAD "Unreleased Changes"
[0.11.36]: https://github.com/Esri/solution.js/compare/v0.11.35...v0.11.36 "v0.11.36"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.36...HEAD "Unreleased Changes"
3 changes: 1 addition & 2 deletions guides/Publishing to npmjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
* \[ \] Switch to `master` branch
* \[ \] Merge in--but don't commit--the source branch, e.g., `develop` or the current `release/X.X.X` branch
* \[ \] Run `npm run clean:src`
* \[ \] Run `build.bat`
* \[ \] Change the package version number in package.json
* \[ \] Run `npm install --package-lock-only` to update the package-lock.json file
* \[ \] Run `build.bat`, which does an npm install (including updating package-lock.json) and a build
* \[ \] Add entry for version in CHANGELOG.md; there are three places to add or to modify:
* \[ \] Add line for version; e.g., `## [0.2.5] - December 20th 2022` (a note about what's in the release is helpful here)
* \[ \] Define the symbol in the just-added line; e.g., `[0.2.5]: https://github.com/Esri/solution.js/compare/v0.2.4...v0.2.5 "v0.2.5"`
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/solutions-components",
"version": "0.11.35",
"version": "0.11.36",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 28e2e55

Please sign in to comment.