Skip to content

Commit

Permalink
chore(release): 2.1.1 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Mykola Babchenko <[email protected]>
  • Loading branch information
nikbabchenko and mykolababchenkotruck authored Feb 12, 2022
1 parent 166d24f commit e7b96a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.1.1](https://github.com/nikbabchenko/skeleton-webcomponent/compare/v2.0.0...v2.1.1) (2022-02-12)

## 1.0.5 (2020-10-22)


Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton-webcomponent-loader",
"version": "2.0.0",
"version": "2.1.1",
"description": "Skeleton loader webcomponent developed in stencil.js",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
}
},
"dependencies": {
"@stencil/core": "^2.4.0",
"@stencil/sass": "^1.4.1"
"@stencil/core": "^2.13.0",
"@stencil/sass": "^1.5.2"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit e7b96a7

Please sign in to comment.