Skip to content

Commit ed9f176

Browse files
committed
3.0.0
1 parent d00a86a commit ed9f176

File tree

3 files changed

+29
-16
lines changed

3 files changed

+29
-16
lines changed

CHANGELOG.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
1-
## <small>2.4.1 (2020-04-06)</small>
2-
3-
* fix(sound): create new instance to play sound immediately ([7d69be0](https://github.com/ph1p/figma-chat/commit/7d69be0))
4-
5-
6-
7-
## 2.4.0 (2020-04-06)
1+
## 3.0.0 (2020-05-01)
82

3+
* refactor: change scroll to bottom behavior and add changelog link ([d00a86a](https://github.com/ph1p/figma-chat/commit/d00a86a))
4+
* refactor: remove props interface ([27e883f](https://github.com/ph1p/figma-chat/commit/27e883f))
5+
* refactor: update animations ([977b877](https://github.com/ph1p/figma-chat/commit/977b877))
6+
* refactor(minimized): move plus icon to the right ([33887ab](https://github.com/ph1p/figma-chat/commit/33887ab))
7+
* refactor(notification): update notification position ([5ab1ae4](https://github.com/ph1p/figma-chat/commit/5ab1ae4))
8+
* refactor(wording): add better wording ([6a1c31e](https://github.com/ph1p/figma-chat/commit/6a1c31e))
9+
* docs: add a gif instead of screenshots ([6196d75](https://github.com/ph1p/figma-chat/commit/6196d75))
910
* fix(deps): audit fix some dependencies ([a5cb723](https://github.com/ph1p/figma-chat/commit/a5cb723))
10-
* 2.4.0 ([d53cd73](https://github.com/ph1p/figma-chat/commit/d53cd73))
11+
* fix(settings): do not close settings ([7769dda](https://github.com/ph1p/figma-chat/commit/7769dda))
12+
* fix(socket): save settings correctly and add socket hoc to colorpicker ([5d2be34](https://github.com/ph1p/figma-chat/commit/5d2be34))
13+
* fix(sound): create new instance to play sound immediately ([7d69be0](https://github.com/ph1p/figma-chat/commit/7d69be0))
14+
* fix(spacing): remove some space ([d0f4597](https://github.com/ph1p/figma-chat/commit/d0f4597))
15+
* feat(animation): add message animation ([c956805](https://github.com/ph1p/figma-chat/commit/c956805))
16+
* feat(mobx): complete store rewrite and better socket handling ([997e4c9](https://github.com/ph1p/figma-chat/commit/997e4c9))
17+
* feat(notifications): update design and positioning ([8b5cb82](https://github.com/ph1p/figma-chat/commit/8b5cb82))
18+
* feat(owner): add owner id on create ([5442c42](https://github.com/ph1p/figma-chat/commit/5442c42))
19+
* feat(page-change): add the ability to change the page on selection ([b01fe05](https://github.com/ph1p/figma-chat/commit/b01fe05))
20+
* feat(redesign): start to implement a new chat design ([12b3ed6](https://github.com/ph1p/figma-chat/commit/12b3ed6))
21+
* feat(relaunch-data): cleanup relaunch data ([427a1d5](https://github.com/ph1p/figma-chat/commit/427a1d5))
1122
* feat(settings): add new notification settings and sound ([2d65d72](https://github.com/ph1p/figma-chat/commit/2d65d72))
12-
13-
14-
15-
## <small>2.3.3 (2020-03-17)</small>
16-
23+
* feat(ui): update animations, remove full size connection view ([4abee19](https://github.com/ph1p/figma-chat/commit/4abee19))
24+
* feat(ui): update settings and fix animations ([deb7aab](https://github.com/ph1p/figma-chat/commit/deb7aab))
25+
* style: add more space ([8018b4d](https://github.com/ph1p/figma-chat/commit/8018b4d))
26+
* style: update pills ([52a6073](https://github.com/ph1p/figma-chat/commit/52a6073))
27+
* style(colorpicker): update positioning ([7381435](https://github.com/ph1p/figma-chat/commit/7381435))
28+
* chore(assets): add new logo and header ([8bb63b7](https://github.com/ph1p/figma-chat/commit/8bb63b7))
1729
* 2.3.3 ([3d610a3](https://github.com/ph1p/figma-chat/commit/3d610a3))
30+
* 2.4.0 ([d53cd73](https://github.com/ph1p/figma-chat/commit/d53cd73))
31+
* 2.4.1 ([1567022](https://github.com/ph1p/figma-chat/commit/1567022))
1832
* move expand icon to the right ([e71fb30](https://github.com/ph1p/figma-chat/commit/e71fb30))
19-
* refactor(minimized): move plus icon to the right ([33887ab](https://github.com/ph1p/figma-chat/commit/33887ab))
2033

2134

2235

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-chat",
3-
"version": "2.4.1",
3+
"version": "3.0.0",
44
"description": "",
55
"main": "code.js",
66
"scripts": {

0 commit comments

Comments
 (0)