-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into benelan/markdown-li…
…nter * origin/master: 1.0.3 docs: update component READMEs (#6337) docs: update license year (#6339) fix(pagination): bumping scale of chevron icon to M when host is scale L (#6338) ci: prepare release scripts for v1 (#6336) ci: add npm script to remove js files compiled by tsc (#6333) 1.0.0-next.736 fix(select): bumping scale of chevron icon to M when host is scale l (#6335) 1.0.0-next.735
- Loading branch information
Showing
13 changed files
with
85 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"commitAll": true, | ||
"noVerify": true, | ||
"releaseCommitMessageFormat": "{{currentTag}}", | ||
"skip": { | ||
"changelog": true | ||
}, | ||
"scripts": { | ||
"precommit": "ts-node --esm ./support/prepReleaseCommit.ts" | ||
}, | ||
"header": "# Changelog\n\nThis document maintains a list of released versions and changes introduced by them.\nThis project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)\n\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,12 @@ The most common approach for loading Calcite Components is to use the version ho | |
```html | ||
<script | ||
type="module" | ||
src="https://unpkg.com/@esri/[email protected].0-beta.99/dist/calcite/calcite.esm.js" | ||
src="https://unpkg.com/@esri/[email protected].3/dist/calcite/calcite.esm.js" | ||
></script> | ||
<link | ||
rel="stylesheet" | ||
type="text/css" | ||
href="https://unpkg.com/@esri/[email protected].0-beta.99/dist/calcite/calcite.css" | ||
href="https://unpkg.com/@esri/[email protected].3/dist/calcite/calcite.css" | ||
/> | ||
``` | ||
|
||
|
@@ -150,7 +150,7 @@ We welcome contributions to this project. See [CONTRIBUTING.md](./CONTRIBUTING.m | |
|
||
## License | ||
|
||
COPYRIGHT © 2020 Esri | ||
COPYRIGHT © 2023 Esri | ||
|
||
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.