Skip to content

Commit

Permalink
chore(CHANGELOG)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Sep 16, 2022
1 parent b5c7ca2 commit 6834427
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [2.0.0-au2](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/compare/1.0.0-au2...2.0.0-au2) (2022-09-16)


### Features

* add options binding ([4e8e464](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/commit/4e8e4640ea5472a65755df52414a1809645bba94))
* **grid-stack:** adds static property ([042cddf](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/commit/042cddf5ebc8a77e3c5594876e2dd762b2d9e542))
* upgrade packages ([b5c7ca2](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/commit/b5c7ca282f956fb22f16c22bd639662c807dc6fd))



# 1.0.0 (2021-07-04)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@aurelia-gridstack/monorepo",
"private": true,
"version": "1.0.0-au2",
"version": "2.0.0-au2",
"workspaces": [
"packages/aurelia-gridstack",
"packages/demo"
],
"scripts": {
"build": "cd packages/aurelia-gridstack && npm run build",
"start": "cd packages/demo && npm start",
"changelog": "cross-env conventional-changelog -p angular -i docs/CHANGELOG.md -s",
"changelog": "conventional-changelog -p angular -i docs/CHANGELOG.md -s",
"deploy": "cd packages/demo && npm run build && cd ../.. && deploy.sh",
"publish:au2": "cd packages/aurelia-gridstack && npm run publish:au2"
},
Expand Down

0 comments on commit 6834427

Please sign in to comment.