Skip to content

Commit

Permalink
chore(release): publish new version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Mar 6, 2022
1 parent 985bfed commit 3e31b66
Show file tree
Hide file tree
Showing 36 changed files with 143 additions and 2,741 deletions.
81 changes: 6 additions & 75 deletions CHANGELOG.md

Large diffs are not rendered by default.

286 changes: 4 additions & 282 deletions examples/webpack-demo-vanilla-bundle/CHANGELOG.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-demo-vanilla-bundle",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"description": "SlickGrid-Universal demo",
"directories": {
Expand Down Expand Up @@ -35,10 +35,10 @@
],
"dependencies": {
"@fnando/sparkline": "^0.3.10",
"@slickgrid-universal/common": "^1.2.4",
"@slickgrid-universal/excel-export": "^1.2.4",
"@slickgrid-universal/text-export": "^1.2.4",
"@slickgrid-universal/vanilla-bundle": "^1.2.4",
"@slickgrid-universal/common": "^1.2.5",
"@slickgrid-universal/excel-export": "^1.2.5",
"@slickgrid-universal/text-export": "^1.2.5",
"@slickgrid-universal/vanilla-bundle": "^1.2.5",
"bulma": "^0.9.3",
"moment-mini": "^2.24.0",
"rxjs": "^7.5.4",
Expand Down Expand Up @@ -70,4 +70,4 @@
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.4",
"version": "1.2.5",
"npmClient": "yarn",
"loglevel": "info",
"useWorkspaces": true,
Expand Down
48 changes: 4 additions & 44 deletions packages/binding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.5](https://github.com/ghiscoding/slickgrid-universal/compare/v1.2.4...v1.2.5) (2022-03-06)

**Note:** Version bump only for package @slickgrid-universal/binding

## [1.2.4](https://github.com/ghiscoding/slickgrid-universal/compare/v1.2.3...v1.2.4) (2022-02-15)

### Bug Fixes
Expand All @@ -13,98 +17,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package @slickgrid-universal/binding


## [1.2.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.2.0...v1.2.1) (2022-01-18)

**Note:** Version bump only for package @slickgrid-universal/binding





# [1.2.0](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.1...v1.2.0) (2022-01-06)


### Features

* **binding:** make Binding Service a little smarter ([98a7661](https://github.com/ghiscoding/slickgrid-universal/commit/98a766173638246b6a17e31812929a9bba1eb52b))





# [1.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)


### Bug Fixes

* **build:** DOMPurify import fix for all framework ([c551d0c](https://github.com/ghiscoding/slickgrid-universal/commit/c551d0c64d4c7325578acf4feb5d22132c7d7f91))






## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)


### Bug Fixes

* **build:** add DOM purify optional default import to fix rollup builds ([3bd335d](https://github.com/ghiscoding/slickgrid-universal/commit/3bd335dd62d0829c1581ca0fde560c93dcd84458))






# [0.19.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28)

**Note:** Version bump only for package @slickgrid-universal/binding






# [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)

**Note:** Version bump only for package @slickgrid-universal/binding






# [0.17.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.16.2...v0.17.0) (2021-09-09)


### Bug Fixes

* **core:** potential event binding leaks not all removed when disposing ([3e61712](https://github.com/ghiscoding/slickgrid-universal/commit/3e61712156f3b76b48b04d66bb05f2533f041831))





# [0.16.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.15.0...v0.16.0) (2021-07-16)


### Features

* **services:** make everything extendable by using `protected` ([ecbb93a](https://github.com/ghiscoding/slickgrid-universal/commit/ecbb93a56abba39dd050bbd6019b86694495edd1))





# [0.15.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.1...v0.15.0) (2021-07-06)


### Bug Fixes

* **build:** the "files" property should be included in pkg.json ([3d8f12e](https://github.com/ghiscoding/slickgrid-universal/commit/3d8f12e5f55079445c6fb5cde767f8e0b4511ebb))


### Features

* **components:** extract Custom Footer to be an external component ([1794c27](https://github.com/ghiscoding/slickgrid-universal/commit/1794c27d7669c172f606d709d3360bc5d2f77798))
4 changes: 2 additions & 2 deletions packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/binding",
"version": "1.2.4",
"version": "1.2.5",
"description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
Loading

0 comments on commit 3e31b66

Please sign in to comment.