Skip to content

Commit

Permalink
chore(release): set package.json to 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.1...v2.0.0) (2024-03-14)

### Bug Fixes

* commitlint config for github message ([83a703b](83a703b))
* error probelm in  user ([b76fdb9](b76fdb9))
* user stub for test ([bb7e443](bb7e443))

* Merge pull request #47 from Gateway-DAO/develop ([2f48413](2f48413)), closes [#47](#47)
* Merge pull request #43 from Gateway-DAO/feat/remove-mesh ([0380c59](0380c59)), closes [#43](#43)

### Features

* added encoding package ([871be32](871be32))
* added graphql->sdk script ([574488a](574488a))
* changed commit lint config ([955e22d](955e22d))
* custom script to generate sdk init ([5bc97c2](5bc97c2))
* improved generation script ([437ce6a](437ce6a))
* migrated build files from ts->js ([1113285](1113285))
* proofs,data models, requests testing done ([0aba14f](0aba14f))
* removed changelog generation ([c4fb14b](c4fb14b))
* removed husky temporary ([963d6b6](963d6b6))
* revered husky ([c52940f](c52940f))
* **test:**  fix test ([773cf36](773cf36))
* tests passed for pda,organization ([6378fd7](6378fd7))
* updated docs according to v2 ([25c9413](25c9413))
* user test also done ([26214ab](26214ab))

### BREAKING CHANGES

* Removed mesh added custom script to generate sdk
* remove mesh
  • Loading branch information
semantic-release-bot committed Mar 14, 2024
1 parent 2f48413 commit bc47d1f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# [2.0.0](https://github.com/Gateway-DAO/gateway-js-sdk/compare/v1.1.1...v2.0.0) (2024-03-14)


### Bug Fixes

* commitlint config for github message ([83a703b](https://github.com/Gateway-DAO/gateway-js-sdk/commit/83a703b2eb23da09da7ddbd8c66f07846a71262c))
* error probelm in user ([b76fdb9](https://github.com/Gateway-DAO/gateway-js-sdk/commit/b76fdb9ad350a37d954d7a70f1c1387b0750e746))
* user stub for test ([bb7e443](https://github.com/Gateway-DAO/gateway-js-sdk/commit/bb7e4438d1b8694030a2c0105c7eda3729e9b952))


* Merge pull request #47 from Gateway-DAO/develop ([2f48413](https://github.com/Gateway-DAO/gateway-js-sdk/commit/2f4841378b75cab0009d33d4e50748589e9ec653)), closes [#47](https://github.com/Gateway-DAO/gateway-js-sdk/issues/47)
* Merge pull request #43 from Gateway-DAO/feat/remove-mesh ([0380c59](https://github.com/Gateway-DAO/gateway-js-sdk/commit/0380c59a820f2283be6c650b4aa15f734e3d16d5)), closes [#43](https://github.com/Gateway-DAO/gateway-js-sdk/issues/43)


### Features

* added encoding package ([871be32](https://github.com/Gateway-DAO/gateway-js-sdk/commit/871be321c06458d2cb2a82a62a9dce5db93251f8))
* added graphql->sdk script ([574488a](https://github.com/Gateway-DAO/gateway-js-sdk/commit/574488ae6b4837086bbe34eaae1cbb8b2fc7c649))
* changed commit lint config ([955e22d](https://github.com/Gateway-DAO/gateway-js-sdk/commit/955e22d54a612ecceb99c073e0c9141e5d18675d))
* custom script to generate sdk init ([5bc97c2](https://github.com/Gateway-DAO/gateway-js-sdk/commit/5bc97c2ad4c583f2f74e124b22934e17f39addde))
* improved generation script ([437ce6a](https://github.com/Gateway-DAO/gateway-js-sdk/commit/437ce6a15dd1f61cc543dc8bdc2517bef18493b9))
* migrated build files from ts->js ([1113285](https://github.com/Gateway-DAO/gateway-js-sdk/commit/1113285c2551b0328bf5eb74eebfd01ac34bd4e1))
* proofs,data models, requests testing done ([0aba14f](https://github.com/Gateway-DAO/gateway-js-sdk/commit/0aba14f5986a43d4011ad86ea76415412218639c))
* removed changelog generation ([c4fb14b](https://github.com/Gateway-DAO/gateway-js-sdk/commit/c4fb14b94407407c8e8e917163a05276b05077be))
* removed husky temporary ([963d6b6](https://github.com/Gateway-DAO/gateway-js-sdk/commit/963d6b603d2f0d7c759bdb708ab8a9f3c7d929e0))
* revered husky ([c52940f](https://github.com/Gateway-DAO/gateway-js-sdk/commit/c52940f3ef9a3429c5724ed009c3ebfe3297ea3f))
* **test:** fix test ([773cf36](https://github.com/Gateway-DAO/gateway-js-sdk/commit/773cf3637b8291ff8e472a1519f5ff724e9c455b))
* tests passed for pda,organization ([6378fd7](https://github.com/Gateway-DAO/gateway-js-sdk/commit/6378fd74bd4fff798b3572c947e6dcef7207b990))
* updated docs according to v2 ([25c9413](https://github.com/Gateway-DAO/gateway-js-sdk/commit/25c94137f019607590339c66f3b1669e178231a9))
* user test also done ([26214ab](https://github.com/Gateway-DAO/gateway-js-sdk/commit/26214aba7a0ecde83608956254a4ab5bb64f9cd4))


### BREAKING CHANGES

* Removed mesh added custom script to generate sdk
* remove mesh

## [1.1.1](https://github.com/Gateway-DAO/gateway-js-sdk/compare/v1.1.0...v1.1.1) (2024-02-23)

### Bug Fixes
Expand Down

0 comments on commit bc47d1f

Please sign in to comment.