Skip to content

Commit e77f34e

Browse files
committed
chore: v0.8.1
1 parent 4763c6d commit e77f34e

File tree

13 files changed

+37
-11
lines changed

13 files changed

+37
-11
lines changed

.changeset/young-ghosts-travel.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @callstack/byorg-core
22

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

511
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-core",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",

packages/discord/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @callstack/byorg-discord
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- @callstack/byorg-core@0.8.1
8+
39
## 0.8.0
410

511
### Patch Changes

packages/discord/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-discord",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",

packages/document-loaders/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @callstack/document-loaders
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- 4763c6d: Added src for pdf worker
8+
- @callstack/byorg-utils@0.8.1
9+
310
## 0.8.0
411

512
### Patch Changes

packages/document-loaders/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/document-loaders",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",

packages/slack-rich-text/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @callstack/slack-rich-text
22

3+
## 0.8.1
4+
35
## 0.8.0
46

57
## 0.7.0

packages/slack-rich-text/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/slack-rich-text",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"license": "MIT",
66
"author": "Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",

packages/slack/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @callstack/byorg-slack
22

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

513
### Patch Changes

packages/slack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-slack",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",

packages/utils/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @callstack/byorg-utils
22

3+
## 0.8.1
4+
35
## 0.8.0
46

57
### Minor Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-utils",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"license": "MIT",
66
"author": "Szymon Chmal <[email protected]> (https://github.com/V3R0N), Maciej Jastrzebski <[email protected]> (https://github.com/mdjastrzebski), Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",

0 commit comments

Comments
 (0)