Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Esri/solutions-components
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
jmhauck committed Jan 12, 2023
2 parents cfa7df6 + f192def commit f16153f
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 28 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.2.7] - January 12th 2023

## [0.2.6] - January 10th 2023

## [0.2.5] - December 20th 2022
Expand Down Expand Up @@ -37,5 +39,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[0.2.4]: https://github.com/Esri/solution.js/compare/v0.2.3...v0.2.4 "v0.2.4"
[0.2.5]: https://github.com/Esri/solution.js/compare/v0.2.4...v0.2.5 "v0.2.5"
[0.2.6]: https://github.com/Esri/solution.js/compare/v0.2.5...v0.2.6 "v0.2.6"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.2.6...HEAD "Unreleased Changes"
[0.2.6]: https://github.com/Esri/solution.js/compare/v0.2.6...v0.2.7 "v0.2.6"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.2.7...HEAD "Unreleased Changes"

57 changes: 37 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/solutions-components",
"version": "0.2.6",
"version": "0.2.7",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -31,7 +31,6 @@
},
"devDependencies": {
"@esri/eslint-plugin-calcite-components": "^0.2.2",
"@stencil/core": "^2.18.1",
"@stencil/postcss": "^2.1.0",
"@stencil/sass": "^2.0.0",
"@stencil/store": "^2.0.1",
Expand Down Expand Up @@ -68,7 +67,9 @@
},
"dependencies": {
"@arcgis/core": "4.25.0-next.20221031",
"minimist": "^1.2.6"
"minimist": "^1.2.6",
"@stencil/core": "^2.20.0",
"focus-trap": "7.2.0"
},
"peerDependencies": {
"@esri/arcgis-rest-auth": "^3.4.2",
Expand Down
8 changes: 4 additions & 4 deletions src/demos/new-public-notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@

<link
rel="stylesheet"
href="https://js.arcgis.com/4.23/esri/themes/light/main.css"
href="https://js.arcgis.com/4.25/esri/themes/light/main.css"
/>
<link rel="stylesheet" href="https://unpkg.com/@esri/calcite-components@1.0.0-beta.94/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://unpkg.com/@esri/calcite-components@1.0.0-beta.97/dist/calcite/calcite.css" type="text/css" />
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" />
<link rel="stylesheet" href="../solutions-components.css" type="text/css">

<script src="https://js.arcgis.com/4.23/"></script>
<script type="module" src="https://unpkg.com/@esri/calcite-components@1.0.0-beta.94/dist/calcite/calcite.esm.js"></script>
<script src="https://js.arcgis.com/4.25/"></script>
<script type="module" src="https://unpkg.com/@esri/calcite-components@1.0.0-beta.97/dist/calcite/calcite.esm.js"></script>
<script type="module" src="../solutions-components.esm.js"></script>

<script>
Expand Down

0 comments on commit f16153f

Please sign in to comment.