Skip to content

Commit b80301d

Browse files
committed
chore: v0.3.0
1 parent a3b0771 commit b80301d

16 files changed

+95
-55
lines changed

.changeset/popular-rabbits-matter.md

-11
This file was deleted.

.changeset/smart-turtles-reply.md

-10
This file was deleted.

docs/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@callstack/byorg-docs",
33
"type": "module",
4+
"private": true,
45
"packageManager": "[email protected]+sha256.2ef6e547b0b07d841d605240dce4d635677831148cd30f6d564b8f4f928f73d2",
56
"scripts": {
67
"dev": "rspress dev",

packages/core/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 6b49f52: moved group message formatting from core to slack package
8+
improve logic for group message formatting and entity resolving
9+
10+
### Patch Changes
11+
12+
- fe63967: added package metadata: authors, repo
13+
- Updated dependencies [6b49f52]
14+
- Updated dependencies [fe63967]
15+
- @callstack/byorg-utils@0.3.0
16+
317
## 0.2.0
418

519
### Patch Changes

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
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)",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@anthropic-ai/sdk": "^0.26.1",
26-
"@callstack/byorg-utils": "0.2.0",
26+
"@callstack/byorg-utils": "0.3.0",
2727
"ai": "^3.4.33",
2828
"openai": "^4.71.0",
2929
"tiktoken": "^1.0.17",

packages/discord/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- fe63967: added package metadata: authors, repo
8+
- Updated dependencies [6b49f52]
9+
- Updated dependencies [fe63967]
10+
- @callstack/byorg-core@0.3.0
11+
312
## 0.2.0
413

514
### Patch Changes

packages/discord/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-discord",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
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)",
@@ -20,7 +20,7 @@
2020
"typecheck": "tsc --noEmit"
2121
},
2222
"dependencies": {
23-
"@callstack/byorg-core": "0.2.0",
23+
"@callstack/byorg-core": "0.3.0",
2424
"discord-interactions": "^4.1.0",
2525
"discord.js": "^14.15.3"
2626
},

packages/document-loaders/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- fe63967: added package metadata: authors, repo
8+
- Updated dependencies [6b49f52]
9+
- Updated dependencies [fe63967]
10+
- @callstack/byorg-utils@0.3.0
11+
312
## 0.2.0
413

514
### Minor Changes

packages/document-loaders/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/document-loaders",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
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)",
@@ -20,7 +20,7 @@
2020
"typecheck": "tsc --noEmit"
2121
},
2222
"dependencies": {
23-
"@callstack/byorg-utils": "0.2.0",
23+
"@callstack/byorg-utils": "0.3.0",
2424
"@google-cloud/local-auth": "^3.0.1",
2525
"@notionhq/client": "^2.2.15",
2626
"google-auth-library": "^9.14.1",

packages/slack-rich-text/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- fe63967: added package metadata: authors, repo
8+
39
## 0.2.0
410

511
### Patch Changes

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.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",

packages/slack/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 6b49f52: moved group message formatting from core to slack package
8+
improve logic for group message formatting and entity resolving
9+
10+
### Patch Changes
11+
12+
- fe63967: added package metadata: authors, repo
13+
- Updated dependencies [6b49f52]
14+
- Updated dependencies [fe63967]
15+
- @callstack/byorg-core@0.3.0
16+
- @callstack/slack-rich-text@0.3.0
17+
- @callstack/byorg-utils@0.3.0
18+
319
## 0.2.0
420

521
### Patch Changes

packages/slack/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/byorg-slack",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
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)",
@@ -20,9 +20,9 @@
2020
"typecheck": "tsc --noEmit"
2121
},
2222
"dependencies": {
23-
"@callstack/byorg-core": "0.2.0",
24-
"@callstack/byorg-utils": "0.2.0",
25-
"@callstack/slack-rich-text": "0.2.0",
23+
"@callstack/byorg-core": "0.3.0",
24+
"@callstack/byorg-utils": "0.3.0",
25+
"@callstack/slack-rich-text": "0.3.0",
2626
"@slack/bolt": "^3.21.1",
2727
"@slack/web-api": "^6.12.1",
2828
"p-debounce": "^4.0.0",

packages/utils/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- fe63967: added package metadata: authors, repo
8+
39
## 0.2.0
410

511
## 0.1.2

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.2.0",
3+
"version": "0.3.0",
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)",

pnpm-lock.yaml

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)