Skip to content

Commit

Permalink
chore(CHANGELOG)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Oct 4, 2022
1 parent 509cc56 commit 1f6e3d9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.1-au2](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/compare/v2.0.0-au2...v2.0.1-au2) (2022-10-04)


### Features

* add extra attributes ([44ecd0f](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/commit/44ecd0f5e0424ecdecaee956ecc51d5891d6d9b9))



# [2.0.0-au2](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/compare/1.0.0-au2...2.0.0-au2) (2022-09-16)


Expand Down
12 changes: 6 additions & 6 deletions 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,7 +1,7 @@
{
"name": "@aurelia-gridstack/monorepo",
"private": true,
"version": "2.0.0-au2",
"version": "2.0.1-au2",
"workspaces": [
"packages/aurelia-gridstack",
"packages/demo"
Expand Down
2 changes: 1 addition & 1 deletion packages/aurelia-gridstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-gridstack",
"version": "2.0.0-au2",
"version": "2.0.1-au2",
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "2.0.0-au2",
"version": "2.0.1-au2",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -15,6 +15,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"aurelia-gridstack": "2.0.0-au2"
"aurelia-gridstack": "2.0.1-au2"
}
}

0 comments on commit 1f6e3d9

Please sign in to comment.