Skip to content

Commit

Permalink
chore(CHANGELOG)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Mar 14, 2023
1 parent acbdfa5 commit 690832d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.1](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/compare/v3.0.0...v3.0.1) (2023-03-14)


### Bug Fixes

* change order of add and remove ([acbdfa5](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/commit/acbdfa56fdd62dd917355601901e120a4d57ed24))



# [3.0.0](https://github.com/aurelia-ui-toolkits/aurelia-gridstack/compare/v2.0.1...v3.0.0) (2022-12-05)


Expand Down
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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"version": "3.0.1",
"private": true,
"description": "",
"main": "index.js",
Expand All @@ -14,6 +14,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"aurelia-gridstack": "^3.0.0"
"aurelia-gridstack": "^3.0.1"
}
}

0 comments on commit 690832d

Please sign in to comment.