diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b782117f..d2ee8e543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.0-beta.7 + +- Added links to version 1 resources to the docs + ## 2.0.0-beta.6 - Enabled the `dist-custom-elements-bundle` output target diff --git a/docs/getting-started/overview.md b/docs/getting-started/overview.md index 0ac5b95e6..7e673d09e 100644 --- a/docs/getting-started/overview.md +++ b/docs/getting-started/overview.md @@ -112,3 +112,9 @@ Special thanks to the following projects and individuals that helped make Shoela - Positioning of menus, tooltips, et al is handled by [Popper.js](https://popper.js.org/) - CDN services are provided by [unpkg](https://unpkg.com/) - The Shoelace logo was designed with a single shoelace by [Adam K Olson](https://twitter.com/adamkolson) + +## Previous Versions + +Shoelace v1 has been deprecated, but you can still [view the docs](https://v1.shoelace.style) or [download the source](https://github.com/shoelace-style/shoelace/releases/tag/1.0.0-beta.25) for historical purposes. + +If you're new to this project, please see the [installation instructions](/getting-started/installation.md) for v2 instead. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 06a1d0532..e1a3ab66e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@shoelace-style/shoelace", - "version": "2.0.0-beta.5", + "version": "2.0.0-beta.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23e39bd6a..7c5fb4b99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoelace-style/shoelace", - "version": "2.0.0-beta.5", + "version": "2.0.0-beta.6", "description": "A forward-thinking library of web components.", "main": "dist/index.js", "module": "dist/index.mjs",