Skip to content

Commit 4be6763

Browse files
committed
chore: v0.5.0
1 parent 5e25d3a commit 4be6763

File tree

14 files changed

+40
-19
lines changed

14 files changed

+40
-19
lines changed

.changeset/cuddly-mangos-train.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/seven-baboons-attack.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @callstack/byorg-core
22

3+
## 0.5.0
4+
5+
### Patch Changes
6+
7+
- @callstack/byorg-utils@0.5.0
8+
39
## 0.4.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-core",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <szymon.chmal@callstack.com> (https://github.com/V3R0N), Maciej Jastrzebski <mdjastrzebski@gmail.com> (https://github.com/mdjastrzebski), Kewin Wereszczynski <kewin.wereszczynski@callstack.com> (https://github.com/Q1w1N)",

packages/discord/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @callstack/byorg-discord
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 5e25d3a: discord: changed passing bot token variable and discord login
8+
9+
### Patch Changes
10+
11+
- @callstack/byorg-core@0.5.0
12+
313
## 0.4.2
414

515
### Patch Changes

packages/discord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-discord",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <szymon.chmal@callstack.com> (https://github.com/V3R0N), Maciej Jastrzebski <mdjastrzebski@gmail.com> (https://github.com/mdjastrzebski), Kewin Wereszczynski <kewin.wereszczynski@callstack.com> (https://github.com/Q1w1N)",

packages/document-loaders/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @callstack/document-loaders
22

3+
## 0.5.0
4+
5+
### Patch Changes
6+
7+
- @callstack/byorg-utils@0.5.0
8+
39
## 0.4.2
410

511
### Patch Changes

packages/document-loaders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/document-loaders",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <szymon.chmal@callstack.com> (https://github.com/V3R0N), Maciej Jastrzebski <mdjastrzebski@gmail.com> (https://github.com/mdjastrzebski), Kewin Wereszczynski <kewin.wereszczynski@callstack.com> (https://github.com/Q1w1N)",

packages/slack-rich-text/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @callstack/slack-rich-text
22

3+
## 0.5.0
4+
35
## 0.4.2
46

57
### Patch Changes

packages/slack-rich-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/slack-rich-text",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Kewin Wereszczynski <kewin.wereszczynski@callstack.com> (https://github.com/Q1w1N)",

packages/slack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @callstack/byorg-slack
22

3+
## 0.5.0
4+
5+
### Patch Changes
6+
7+
- @callstack/byorg-core@0.5.0
8+
- @callstack/slack-rich-text@0.5.0
9+
- @callstack/byorg-utils@0.5.0
10+
311
## 0.4.2
412

513
### Patch Changes

packages/slack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-slack",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <szymon.chmal@callstack.com> (https://github.com/V3R0N), Maciej Jastrzebski <mdjastrzebski@gmail.com> (https://github.com/mdjastrzebski), Kewin Wereszczynski <kewin.wereszczynski@callstack.com> (https://github.com/Q1w1N)",

packages/utils/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @callstack/byorg-utils
22

3+
## 0.5.0
4+
35
## 0.4.2
46

57
## 0.4.1

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-utils",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <szymon.chmal@callstack.com> (https://github.com/V3R0N), Maciej Jastrzebski <mdjastrzebski@gmail.com> (https://github.com/mdjastrzebski), Kewin Wereszczynski <kewin.wereszczynski@callstack.com> (https://github.com/Q1w1N)",

0 commit comments

Comments
 (0)