Merge branch 'next' into rating

This commit is contained in:
Cory LaViska
2020-07-20 07:00:57 -04:00
4 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -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.

2
package-lock.json generated
View File

@@ -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": {

View File

@@ -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",