Skip to content

Commit

Permalink
chore: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 7, 2024
1 parent a3b0771 commit b80301d
Show file tree
Hide file tree
Showing 16 changed files with 95 additions and 55 deletions.
11 changes: 0 additions & 11 deletions .changeset/popular-rabbits-matter.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/smart-turtles-reply.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@callstack/byorg-docs",
"type": "module",
"private": true,
"packageManager": "[email protected]+sha256.2ef6e547b0b07d841d605240dce4d635677831148cd30f6d564b8f4f928f73d2",
"scripts": {
"dev": "rspress dev",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @callstack/byorg-core

## 0.3.0

### Minor Changes

- 6b49f52: moved group message formatting from core to slack package
improve logic for group message formatting and entity resolving

### Patch Changes

- fe63967: added package metadata: authors, repo
- Updated dependencies [6b49f52]
- Updated dependencies [fe63967]
- @callstack/byorg-utils@0.3.0

## 0.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-core",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"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)",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.26.1",
"@callstack/byorg-utils": "0.2.0",
"@callstack/byorg-utils": "0.3.0",
"ai": "^3.4.33",
"openai": "^4.71.0",
"tiktoken": "^1.0.17",
Expand Down
9 changes: 9 additions & 0 deletions packages/discord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @callstack/byorg-discord

## 0.3.0

### Patch Changes

- fe63967: added package metadata: authors, repo
- Updated dependencies [6b49f52]
- Updated dependencies [fe63967]
- @callstack/byorg-core@0.3.0

## 0.2.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-discord",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"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)",
Expand All @@ -20,7 +20,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@callstack/byorg-core": "0.2.0",
"@callstack/byorg-core": "0.3.0",
"discord-interactions": "^4.1.0",
"discord.js": "^14.15.3"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/document-loaders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @callstack/document-loaders

## 0.3.0

### Patch Changes

- fe63967: added package metadata: authors, repo
- Updated dependencies [6b49f52]
- Updated dependencies [fe63967]
- @callstack/byorg-utils@0.3.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/document-loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/document-loaders",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"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)",
Expand All @@ -20,7 +20,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@callstack/byorg-utils": "0.2.0",
"@callstack/byorg-utils": "0.3.0",
"@google-cloud/local-auth": "^3.0.1",
"@notionhq/client": "^2.2.15",
"google-auth-library": "^9.14.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/slack-rich-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/slack-rich-text

## 0.3.0

### Patch Changes

- fe63967: added package metadata: authors, repo

## 0.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slack-rich-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/slack-rich-text",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"author": "Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",
Expand Down
16 changes: 16 additions & 0 deletions packages/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @callstack/byorg-slack

## 0.3.0

### Minor Changes

- 6b49f52: moved group message formatting from core to slack package
improve logic for group message formatting and entity resolving

### Patch Changes

- fe63967: added package metadata: authors, repo
- Updated dependencies [6b49f52]
- Updated dependencies [fe63967]
- @callstack/byorg-core@0.3.0
- @callstack/slack-rich-text@0.3.0
- @callstack/byorg-utils@0.3.0

## 0.2.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-slack",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"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)",
Expand All @@ -20,9 +20,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@callstack/byorg-core": "0.2.0",
"@callstack/byorg-utils": "0.2.0",
"@callstack/slack-rich-text": "0.2.0",
"@callstack/byorg-core": "0.3.0",
"@callstack/byorg-utils": "0.3.0",
"@callstack/slack-rich-text": "0.3.0",
"@slack/bolt": "^3.21.1",
"@slack/web-api": "^6.12.1",
"p-debounce": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @callstack/byorg-utils

## 0.3.0

### Patch Changes

- fe63967: added package metadata: authors, repo

## 0.2.0

## 0.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-utils",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"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)",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b80301d

Please sign in to comment.