Skip to content

Commit

Permalink
Alpha deployment (#1112)
Browse files Browse the repository at this point in the history
* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.61

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

* ci(restapi): 🎉 cut release to restapi-v0.9.0

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

* fix: fix errors

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

* fix: changed stream type to any

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.16

* fix: minor change

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.17

* fix: minor fix

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.36

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.37

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.38

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.39

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.39

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.40

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.41

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

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.42

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

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.43

* fix: fixed build issues

---------

Co-authored-by: Mohammed S <[email protected]>
  • Loading branch information
mishramonalisha76 and mohammeds1992 authored Feb 13, 2024
1 parent c695c18 commit 658db3c
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 9 deletions.
23 changes: 23 additions & 0 deletions packages/restapi/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).

## [0.0.1-alpha.66](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.65...restapi-0.0.1-alpha.66) (2024-02-08)


### Bug Fixes

* Merge branch 'alpha' into alpha-deployment ([feb77a9](https://github.com/ethereum-push-notification-service/push-sdk/commit/feb77a91bb74e14005ab3613b3813a3c1342e633))


### Features

* **spaces v2:** update space.initialize() param name, rename media() in SpacesV2 ([#1101](https://github.com/ethereum-push-notification-service/push-sdk/issues/1101)) ([d832ae3](https://github.com/ethereum-push-notification-service/push-sdk/commit/d832ae37389935eeebf8e481d148fd393fa20141))



## [0.0.1-alpha.65](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.64...restapi-0.0.1-alpha.65) (2024-02-08)


### Bug Fixes

* **restapi:** build errors from spaces ([#1098](https://github.com/ethereum-push-notification-service/push-sdk/issues/1098)) ([638b5d7](https://github.com/ethereum-push-notification-service/push-sdk/commit/638b5d76101d5f8b250e5c5f4af22e9cafa413de))



## [0.0.1-alpha.64](https://github.com/ethereum-push-notification-service/push-sdk/compare/restapi-0.0.1-alpha.63...restapi-0.0.1-alpha.64) (2024-01-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": "0.0.1-alpha.64",
"version": "0.0.1-alpha.66",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
75 changes: 75 additions & 0 deletions packages/uiweb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,81 @@

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

## [0.0.1-alpha.43](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-0.0.1-alpha.42...uiweb-0.0.1-alpha.43) (2024-02-09)


### Bug Fixes

* for requests for receivers ([49d6bfc](https://github.com/ethereum-push-notification-service/push-sdk/commit/49d6bfce5f121250816cb5c107761aaa782b3c28))
* media emoji added ([a193560](https://github.com/ethereum-push-notification-service/push-sdk/commit/a193560504697450a5fab523087f1f2502c09715))
* Merge branch 'alpha' into alpha-deployment ([2c0a4b9](https://github.com/ethereum-push-notification-service/push-sdk/commit/2c0a4b914155b663a738870434085677446e3a9d))
* sending first message now shows in the inbox ([1d4622c](https://github.com/ethereum-push-notification-service/push-sdk/commit/1d4622c2561f8c794234941971b8c2131f5b46e8))



## [0.0.1-alpha.42](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-0.0.1-alpha.41...uiweb-0.0.1-alpha.42) (2024-02-08)


### Bug Fixes

* fixed chat preview stream issues ([#1085](https://github.com/ethereum-push-notification-service/push-sdk/issues/1085)) ([abbc6ad](https://github.com/ethereum-push-notification-service/push-sdk/commit/abbc6adfb18a66a6761f3411d2bb7fd5f004f7c1))
* fixed pagination bug ([fdf8e13](https://github.com/ethereum-push-notification-service/push-sdk/commit/fdf8e134c1cc7262f66f5c284aa978e623f96f5a))
* Merge branch 'alpha' into alpha-deployment ([e80f2f8](https://github.com/ethereum-push-notification-service/push-sdk/commit/e80f2f85f0d8b9e747a0566c64edcee8a9bb4375))
* the messages disappearing on scroll ([#1077](https://github.com/ethereum-push-notification-service/push-sdk/issues/1077)) ([a8332fc](https://github.com/ethereum-push-notification-service/push-sdk/commit/a8332fcbce6f6613c61e1b501126a1bcfe41a1cc))



## [0.0.1-alpha.41](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-0.0.1-alpha.40...uiweb-0.0.1-alpha.41) (2024-02-01)


### Bug Fixes

* fixed length issue in test ([7be33d9](https://github.com/ethereum-push-notification-service/push-sdk/commit/7be33d910d7a42fa440de62685590b4c49ba9911))
* fixed preview bugs ([#1078](https://github.com/ethereum-push-notification-service/push-sdk/issues/1078)) ([9961ab7](https://github.com/ethereum-push-notification-service/push-sdk/commit/9961ab74af9f5c75d866d44eb4dee3c971f13ea9))
* Merge branch 'alpha' into alpha-deployment ([e3d08bb](https://github.com/ethereum-push-notification-service/push-sdk/commit/e3d08bbefa688107bfc7cdbc8d0e2e360ffedbab))
* removed console ([78483d6](https://github.com/ethereum-push-notification-service/push-sdk/commit/78483d64e0fbaf4e46ee5f18b06c5575e14aa7c6))



## [0.0.1-alpha.40](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-0.0.1-alpha.39...uiweb-0.0.1-alpha.40) (2024-01-29)


### Bug Fixes

* Merge branch 'alpha' into alpha-deployment ([e7d53ca](https://github.com/ethereum-push-notification-service/push-sdk/commit/e7d53cac52eb1485a8b9ea144cb7ffd875761c75))



## [0.0.1-alpha.39](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-0.0.1-alpha.38...uiweb-0.0.1-alpha.39) (2024-01-25)


### Bug Fixes

* fixed minor limit bug ([#1065](https://github.com/ethereum-push-notification-service/push-sdk/issues/1065)) ([d1cbafb](https://github.com/ethereum-push-notification-service/push-sdk/commit/d1cbafba2dcba24a0cf3c7d5dddf07917418cdf6))
* Merge branch 'alpha' into alpha-deployment ([12179ab](https://github.com/ethereum-push-notification-service/push-sdk/commit/12179ab61824a5475f329d9475b92bf9e89d0e51))



## [0.0.1-alpha.39](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-0.0.1-alpha.38...uiweb-0.0.1-alpha.39) (2024-01-25)


### Bug Fixes

* fixed minor limit bug ([#1065](https://github.com/ethereum-push-notification-service/push-sdk/issues/1065)) ([d1cbafb](https://github.com/ethereum-push-notification-service/push-sdk/commit/d1cbafba2dcba24a0cf3c7d5dddf07917418cdf6))
* Merge branch 'alpha' into alpha-deployment ([12179ab](https://github.com/ethereum-push-notification-service/push-sdk/commit/12179ab61824a5475f329d9475b92bf9e89d0e51))



## [0.0.1-alpha.38](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-0.0.1-alpha.37...uiweb-0.0.1-alpha.38) (2024-01-25)


### Bug Fixes

* added a dynamic component for no chatId ([#1042](https://github.com/ethereum-push-notification-service/push-sdk/issues/1042)) ([85d862f](https://github.com/ethereum-push-notification-service/push-sdk/commit/85d862fc2f91a1904425f2d55d983bc0eb3a2cc5))
* changed pushUser to user ([#1058](https://github.com/ethereum-push-notification-service/push-sdk/issues/1058)) ([8046688](https://github.com/ethereum-push-notification-service/push-sdk/commit/80466884921448e296a1b47d345426152530907a))



## [0.0.1-alpha.37](https://github.com/ethereum-push-notification-service/push-sdk/compare/uiweb-0.0.1-alpha.36...uiweb-0.0.1-alpha.37) (2024-01-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/uiweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pushprotocol/uiweb",
"version": "0.0.1-alpha.37",
"version": "0.0.1-alpha.43",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React, { useContext } from 'react';
import {
IChatTheme,
IChatViewComponentProps,
MODAL_BACKGROUND_TYPE,
MODAL_POSITION_TYPE,

} from '../exportedTypes';
import { MODAL_BACKGROUND_TYPE, MODAL_POSITION_TYPE } from '../../../types';

import { chatLimit, device } from '../../../config';
import { Section, Span } from '../../reusables';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ import { IUser } from '@pushprotocol/restapi';

import {
IChatTheme,
MODAL_BACKGROUND_TYPE,
MODAL_POSITION_TYPE,
ModalBackgroundType,
ModalPositionType,

} from '../exportedTypes';
import { MODAL_BACKGROUND_TYPE, MODAL_POSITION_TYPE,ModalBackgroundType,ModalPositionType } from '../../../types';

import { Button, Modal, ModalHeader, TextArea, TextInput } from '../reusables';
import useUserInfoUtilities from '../../../hooks/chat/useUserInfoUtilities';
import { MdCheckCircle, MdError } from 'react-icons/md';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { useContext, useEffect, useRef, useState } from 'react';
import { IChatTheme, MODAL_BACKGROUND_TYPE, MODAL_POSITION_TYPE, UserProfileProps } from '../exportedTypes';
import { IChatTheme, UserProfileProps } from '../exportedTypes';
import { MODAL_BACKGROUND_TYPE, MODAL_POSITION_TYPE } from '../../../types';

import { Section, Span, Image } from '../../reusables';
import { ProfilePicture, device } from '../../../config';
Expand Down

0 comments on commit 658db3c

Please sign in to comment.