Skip to content

Commit

Permalink
chore(release): tulipe 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 7, 2022
1 parent c96a7de commit de26e89
Show file tree
Hide file tree
Showing 7 changed files with 291 additions and 253 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.11.0](https://github.com/0Lilian/tulipe/compare/v1.10.0...v1.11.0) (2022-09-07)


### Features

* a change watcher system to proxies ([879f850](https://github.com/0Lilian/tulipe/commit/879f85041d14c60c28bc215d18151544ee399c04))
* adapt contract related classes to new ARS and proxies design ([c96a7de](https://github.com/0Lilian/tulipe/commit/c96a7de3ee4390c1179c4cd8a3dd0e4aa80e2c32))
* re-enable in the new ARS classes auto-purging and auto-init on ethersInstance change ([2e2abb8](https://github.com/0Lilian/tulipe/commit/2e2abb8c65c03f43de9b58c4603e0eaa4e3c0214))

# [1.10.0](https://github.com/0Lilian/tulipe/compare/v1.9.0...v1.10.0) (2022-09-07)


Expand Down
File renamed without changes.
525 changes: 277 additions & 248 deletions dist/tulipe.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tulipe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tulipe.umd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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,6 +1,6 @@
{
"name": "tulipe",
"version": "1.10.0",
"version": "1.11.0",
"private": false,
"description": "A DApp frontend framework for Vue3 built with Ethers.js 🌷",
"license": "MIT",
Expand Down

0 comments on commit de26e89

Please sign in to comment.