Skip to content

Commit

Permalink
Deployment (#573)
Browse files Browse the repository at this point in the history
* ci(restapi): 🎉 cut release to restapi-v1.0.0

* fix(component): dummy

* ci(restapi): 🎉 cut release to restapi-v1.0.0

* fix(component): dummy

* ci(restapi): 🎉 cut release to restapi-v1.0.1

* ci(restapi): 🎉 cut release to restapi-v1.0.1

* fix(component): dummy

* ci(restapi): 🎉 cut release to restapi-v1.0.2

* fix(component): dummy

* ci(restapi): 🎉 cut release to restapi-v1.0.2

* fix(component): dummy

* ci(restapi): 🎉 cut release to restapi-v1.0.3

* fix: success progressHook

* ci(restapi): 🎉 cut release to restapi-v1.0.4

* ci(restapi): 🎉 cut release to restapi-v1.1.0

* ci(restapi): 🎉 cut release to restapi-v1.2.0

* ci(restapi): 🎉 cut release to restapi-v1.2.0

* ci(restapi): 🎉 cut release to restapi-v1.0.0

* fix(component): dummy

* fix(component): dummy

* fix(component): dummy

* ci(restapi): 🎉 cut release to restapi-v1.0.2

* fix(component): dummy

* ci(restapi): 🎉 cut release to restapi-v1.0.3

* ci(restapi): 🎉 cut release to restapi-v1.0.4

* ci(restapi): 🎉 cut release to restapi-v1.2.1

* fix: local for local development (#295)

Co-Authored-By: aman035 <guptaaman200115@gmail.com>

* fix: version update

* ci(restapi): 🎉 cut release to restapi-v1.2.2

* ci(restapi): 🎉 cut release to restapi-v1.2.3

* ci(restapi): 🎉 cut release to restapi-v1.2.4

* ci(restapi): 🎉 cut release to restapi-v1.2.5

* ci(restapi): 🎉 cut release to restapi-v1.2.6

* ci(restapi): 🎉 cut release to restapi-v1.2.7

* ci(socket): 🎉 cut release to socket-v0.5.0

* fix: test commit

* ci(restapi): 🎉 cut release to restapi-v1.2.8

* ci(uiweb): 🎉 cut release to uiweb-v1.0.0

* ci(uiweb): 🎉 cut release to uiweb-v1.0.0

* ci(uiweb): 🎉 cut release to uiweb-v1.0.1

* fix: added ci-version-beta

* fix: added ci-version-beta

* ci(restapi): 🎉 cut beta release to restapi-v1.2.9

* fix: added releaseType

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-beta.0

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-beta.0

* ci(restapi): 🎉 cut release to restapi-v1.2.10

* ci(restapi): 🎉 cut release to restapi-v1.2.10

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-beta.1

* ci(restapi): 🎉 cut release to restapi-v1.2.11

* fix: linkedListHash test cases removed & CI version corrected

* fix: update name to beta

* ci(restapi): 🎉 cut release to restapi-v1.2.12

* ci(restapi): 🎉 cut release to restapi-v1.2.12

* ci(restapi): 🎉 cut release to restapi-v1.2.13

* ci(restapi): 🎉 cut release to restapi-v1.2.14

* ci(restapi): 🎉 cut release to restapi-v1.2.15

* fix: update package json

* fix: updated socket version

* ci(uiweb): 🎉 cut release to uiweb-v1.0.2

* fix: socket lib update

* ci(uiweb): 🎉 cut release to uiweb-v1.0.2

* ci(restapi): 🎉 cut release to restapi-v1.2.16

* ci(restapi): 🎉 cut release to restapi-v1.3.0

* ci(restapi): 🎉 cut release to restapi-v1.3.1

* ci(socket): 🎉 cut release to socket-v0.5.1

* ci(restapi): 🎉 cut release to restapi-v1.3.2

* ci(restapi): 🎉 cut release to restapi-v1.3.3

* ci(restapi): 🎉 cut release to restapi-v1.3.4

* ci(restapi): 🎉 cut release to restapi-v1.3.5

* ci(restapi): 🎉 cut release to restapi-v1.3.6

* ci(restapi): 🎉 cut release to restapi-v1.3.7

* ci(restapi): 🎉 cut release to restapi-v1.3.8

* ci(restapi): 🎉 cut release to restapi-v1.3.9

* ci(uiweb): 🎉 cut release to uiweb-v1.1.0

* ci(uiweb): 🎉 cut release to uiweb-v1.1.1

* ci(restapi): 🎉 cut release to restapi-v1.4.0

* ci(restapi): 🎉 cut release to restapi-v1.4.1

* fix: corrections

* ci(uiweb): 🎉 cut release to uiweb-v1.1.2

* ci(uiweb): 🎉 cut release to uiweb-v1.1.3

* ci(uiweb): 🎉 cut release to uiweb-v1.1.4

* ci(restapi): 🎉 cut release to restapi-v1.4.2

---------

Co-authored-by: aman035 <guptaaman200115@gmail.com>
  • Loading branch information
mohammeds1992 and Aman035 authored Jul 20, 2023
1 parent 351511d commit 5f592b1
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 12 deletions.
16 changes: 8 additions & 8 deletions packages/examples/sdk-backend-node/src/spaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ async function PushAPI_space_create(
const response = await PushAPI.space.create({
spaceName,
spaceDescription,
members: [`eip155:${randomWallet1}`, `eip155:${randomWallet2}`],
listeners: [`eip155:${randomWallet1}`, `eip155:${randomWallet2}`],
spaceImage,
admins: [],
speakers: [],
isPublic: true,
signer: signer,
pgpPrivateKey: pgpDecrpyptedPvtKey,
Expand Down Expand Up @@ -191,14 +191,14 @@ async function PushAPI_space_update(
spaceId,
spaceName,
spaceDescription,
members: [
listeners: [
`eip155:${randomWallet1}`,
`eip155:${randomWallet2}`,
`eip155:${randomWallet3}`,
`eip155:${signer.address}`,
],
spaceImage,
admins: [`eip155:${signer.address}`], // takes signer as admin automatically, add more if you want to
speakers: [`eip155:${signer.address}`], // takes signer as admin automatically, add more if you want to
scheduleAt: start,
scheduleEnd: end,
status: PushAPI.ChatStatus.PENDING,
Expand Down Expand Up @@ -255,9 +255,9 @@ async function PushAPI_space_start_and_stop(
dictionaries: [adjectives, colors, animals],
}),
spaceDescription,
members: [`eip155:${randomWallet1}`, `eip155:${randomWallet2}`],
listeners: [`eip155:${randomWallet1}`, `eip155:${randomWallet2}`],
spaceImage,
admins: [],
speakers: [],
isPublic: true,
signer: signer,
pgpPrivateKey: pgpDecrpyptedPvtKey,
Expand Down Expand Up @@ -323,9 +323,9 @@ async function PushAPI_space_approve(
dictionaries: [adjectives, colors, animals],
}),
spaceDescription,
members: [`eip155:${randomWallet1}`, `eip155:${randomWallet2}`],
listeners: [`eip155:${randomWallet1}`, `eip155:${randomWallet2}`],
spaceImage,
admins: [],
speakers: [],
isPublic: true,
signer: signer,
pgpPrivateKey: pgpDecrpyptedPvtKey,
Expand Down
20 changes: 19 additions & 1 deletion packages/restapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@

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

## [0.0.1-alpha.24](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.23...restapi-0.0.1-alpha.24) (2023-07-14)
## [1.4.2](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-1.4.1...restapi-1.4.2) (2023-07-20)


### Bug Fixes

* merge main ([24784e9](https://github.com/ethereum-push-notification-service/push-sdk/commit/24784e9ceca8f3757481f3be72efd0ca1ff3fba8))



## [1.4.1](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-1.4.0...restapi-1.4.1) (2023-07-18)


### Bug Fixes

* fix decryptConversation ([#554](https://github.com/ethereum-push-notification-service/push-sdk/issues/554)) ([ab01717](https://github.com/ethereum-push-notification-service/push-sdk/commit/ab0171716c18ea632d05a32bc29a67ff9b048785))



# [1.4.0](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-1.3.9...restapi-1.4.0) (2023-07-17)


### Bug Fixes
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": "0.0.1-alpha.24",
"version": "1.4.2",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
23 changes: 23 additions & 0 deletions packages/uiweb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## [1.1.4](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-1.1.3...uiweb-1.1.4) (2023-07-20)


### Bug Fixes

* merge main ([24784e9](https://github.com/ethereum-push-notification-service/push-sdk/commit/24784e9ceca8f3757481f3be72efd0ca1ff3fba8))



## [1.1.3](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-1.1.2...uiweb-1.1.3) (2023-07-20)


### Bug Fixes

* fixed bugs ([#566](https://github.com/ethereum-push-notification-service/push-sdk/issues/566)) ([481d8fc](https://github.com/ethereum-push-notification-service/push-sdk/commit/481d8fcd7c40325654ba490640daabc38ee2f96e))
* Merge branch 'main' into deployment ([9f77f39](https://github.com/ethereum-push-notification-service/push-sdk/commit/9f77f391b26111006891c10a3cc8eab06e26f14f))



## [1.1.2](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-1.1.1...uiweb-1.1.2) (2023-07-18)



## [1.1.1](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-1.1.0...uiweb-1.1.1) (2023-07-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/uiweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pushprotocol/uiweb",
"version": "1.1.1",
"version": "1.1.4",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand All @@ -13,7 +13,7 @@
"html-react-parser": "^1.4.13",
"gif-picker-react": "^1.1.0",
"font-awesome": "^4.7.0",
"moment":"^2.29.4"
"moment": "^2.29.4"
},
"peerDependencies": {
"@pushprotocol/restapi": "^1.2.15",
Expand Down

0 comments on commit 5f592b1

Please sign in to comment.