Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment 1.2.4 #322

Merged
merged 39 commits into from
Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
bb08844
ci(restapi): 🎉 cut release to restapi-v1.0.0
mohammeds1992 Apr 4, 2023
12ba2f7
fix(component): dummy
mohammeds1992 Apr 4, 2023
b0d4776
ci(restapi): 🎉 cut release to restapi-v1.0.0
mohammeds1992 Apr 4, 2023
3c7037b
fix(component): dummy
mohammeds1992 Apr 4, 2023
3df2a3f
ci(restapi): 🎉 cut release to restapi-v1.0.1
mohammeds1992 Apr 4, 2023
2e57a60
ci(restapi): 🎉 cut release to restapi-v1.0.1
mohammeds1992 Apr 4, 2023
59b6cec
fix(component): dummy
mohammeds1992 Apr 4, 2023
09e7129
ci(restapi): 🎉 cut release to restapi-v1.0.2
mohammeds1992 Apr 4, 2023
bef586f
fix(component): dummy
mohammeds1992 Apr 4, 2023
422e8c2
ci(restapi): 🎉 cut release to restapi-v1.0.2
mohammeds1992 Apr 4, 2023
40f1c57
fix(component): dummy
mohammeds1992 Apr 4, 2023
ca9c88a
ci(restapi): 🎉 cut release to restapi-v1.0.3
mohammeds1992 Apr 4, 2023
3e699b0
fix: success progressHook
Aman035 Apr 4, 2023
2b9df34
ci(restapi): 🎉 cut release to restapi-v1.0.4
mohammeds1992 Apr 4, 2023
f1cf430
fix(component): merge main
mohammeds1992 Apr 5, 2023
fa73187
ci(restapi): 🎉 cut release to restapi-v1.1.0
mohammeds1992 Apr 5, 2023
35bbefe
fix: merge main
mohammeds1992 Apr 6, 2023
ade2b43
ci(restapi): 🎉 cut release to restapi-v1.2.0
mohammeds1992 Apr 6, 2023
ee9c434
ci(restapi): 🎉 cut release to restapi-v1.2.0
mohammeds1992 Apr 6, 2023
a6915b6
ci(restapi): 🎉 cut release to restapi-v1.0.0
mohammeds1992 Apr 4, 2023
2af4079
fix(component): dummy
mohammeds1992 Apr 4, 2023
617a4cf
fix(component): dummy
mohammeds1992 Apr 4, 2023
9b53717
fix(component): dummy
mohammeds1992 Apr 4, 2023
44bf6d3
ci(restapi): 🎉 cut release to restapi-v1.0.2
mohammeds1992 Apr 4, 2023
61cfc0c
fix(component): dummy
mohammeds1992 Apr 4, 2023
1c31050
ci(restapi): 🎉 cut release to restapi-v1.0.3
mohammeds1992 Apr 4, 2023
d9e9f15
ci(restapi): 🎉 cut release to restapi-v1.0.4
mohammeds1992 Apr 4, 2023
d2e0659
fix: merge commit
mohammeds1992 Apr 7, 2023
93c2cf4
ci(restapi): 🎉 cut release to restapi-v1.2.1
mohammeds1992 Apr 7, 2023
639b4d2
fix: local for local development (#295)
mohammeds1992 Apr 7, 2023
d5433a9
fix: version update
mohammeds1992 Apr 7, 2023
5a5be65
fix: merge commit
mohammeds1992 Apr 7, 2023
0be9604
fix: main merge
mohammeds1992 Apr 7, 2023
6d6f041
ci(restapi): 🎉 cut release to restapi-v1.2.2
mohammeds1992 Apr 7, 2023
87a31a1
fix: git merge
mohammeds1992 Apr 18, 2023
aef8084
ci(restapi): 🎉 cut release to restapi-v1.2.3
mohammeds1992 Apr 18, 2023
d0e7b13
fix: Merge branch 'main' into deployment
mohammeds1992 Apr 18, 2023
7f35e12
fix: Merge branch 'main' into deployment
mohammeds1992 Apr 19, 2023
9562adc
ci(restapi): 🎉 cut release to restapi-v1.2.4
mohammeds1992 Apr 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/restapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [1.2.4](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-1.2.3...restapi-1.2.4) (2023-04-19)


### Bug Fixes

* chamged signerType from ethers.wallet ([#315](https://github.com/ethereum-push-notification-service/push-sdk/issues/315)) ([385b3dd](https://github.com/ethereum-push-notification-service/push-sdk/commit/385b3ddf2e2aa22b687a5094ba5cfec0e13da63b))
* fix videoCall Notif ([#310](https://github.com/ethereum-push-notification-service/push-sdk/issues/310)) ([069783e](https://github.com/ethereum-push-notification-service/push-sdk/commit/069783e2cbe77723e335affb2f2668c785aeace6))



## [1.2.3](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-1.2.2...restapi-1.2.3) (2023-04-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/restapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pushprotocol/restapi",
"version": "1.2.3",
"version": "1.2.4",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down