Skip to content

Commit

Permalink
v1.0.0-beta.33
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Jul 16, 2020
1 parent 8f4eed7 commit a4b44c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [v1.0.0-beta.33]

### Breaking Changes

Expand Down Expand Up @@ -546,6 +546,7 @@ Fix issue with previous release.

First initial beta release.

[v1.0.0-beta.33]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.32...v1.0.0-beta.33 "v1.0.0-beta.33"
[v1.0.0-beta.32]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.31...v1.0.0-beta.32 "v1.0.0-beta.32"
[v1.0.0-beta.31]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.30...v1.0.0-beta.31 "v1.0.0-beta.31"
[v1.0.0-beta.30]: https://github.com/Esri/calcite-components/compare/v1.0.0-beta.29...v1.0.0-beta.30 "v1.0.0-beta.30"
Expand Down
2 changes: 1 addition & 1 deletion 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/calcite-components",
"version": "1.0.0-beta.32",
"version": "1.0.0-beta.33",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Calcite components can be loaded via two `<script>` tags in the head of your HTM
```html
<script
type="module"
src="https://unpkg.com/@esri/calcite-components@1.0.0-beta.32/dist/calcite/calcite.esm.js"
src="https://unpkg.com/@esri/calcite-components@1.0.0-beta.33/dist/calcite/calcite.esm.js"
></script>
<script
nomodule=""
src="https://unpkg.com/@esri/calcite-components@1.0.0-beta.32/dist/calcite/calcite.js"
src="https://unpkg.com/@esri/calcite-components@1.0.0-beta.33/dist/calcite/calcite.js"
></script>
```

Expand All @@ -41,7 +41,7 @@ You will also need to explicitly load the `calcite.css` file:
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/@esri/calcite-components@1.0.0-beta.32/dist/calcite/calcite.css"
href="https://unpkg.com/@esri/calcite-components@1.0.0-beta.33/dist/calcite/calcite.css"
/>
```

Expand Down

0 comments on commit a4b44c5

Please sign in to comment.