Skip to content

Commit

Permalink
RELEASING: Releasing 6 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @callstack/[email protected]
  @callstack/[email protected]
  @callstack/[email protected]
  @callstack/[email protected]
  @callstack/[email protected]
  @callstack/[email protected]

[skip ci]
  • Loading branch information
mdjastrzebski committed Nov 5, 2024
1 parent 45f48db commit 510977d
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-onions-train.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rare-berries-wave.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/byorg-core

## 0.2.0

### Patch Changes

- 45f48db: chore: update deps
- @callstack/byorg-utils@0.2.0

## 0.1.2

### 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.1.2",
"version": "0.2.0",
"type": "module",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.26.1",
"@callstack/byorg-utils": "0.1.2",
"@callstack/byorg-utils": "0.2.0",
"ai": "^3.4.33",
"openai": "^4.71.0",
"tiktoken": "^1.0.17",
Expand Down
7 changes: 7 additions & 0 deletions packages/discord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/byorg-discord

## 0.2.0

### Patch Changes

- Updated dependencies [45f48db]
- @callstack/byorg-core@0.2.0

## 0.1.2

### 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.1.2",
"version": "0.2.0",
"type": "module",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
Expand All @@ -18,7 +18,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@callstack/byorg-core": "0.1.2",
"@callstack/byorg-core": "0.2.0",
"discord-interactions": "^4.1.0",
"discord.js": "^14.15.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/document-loaders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @callstack/document-loaders

## 0.2.0

### Minor Changes

- 45f48db: feat: loading document metadata function

### Patch Changes

- 45f48db: chore: update deps
- @callstack/byorg-utils@0.2.0

## 0.1.2

### Patch 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.1.2",
"version": "0.2.0",
"type": "module",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
Expand All @@ -18,7 +18,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@callstack/byorg-utils": "0.1.2",
"@callstack/byorg-utils": "0.2.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.2.0

### Patch Changes

- 45f48db: chore: update deps

## 0.1.1

### 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.1.1",
"version": "0.2.0",
"type": "module",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @callstack/byorg-slack

## 0.2.0

### Patch Changes

- 45f48db: chore: update deps
- Updated dependencies [45f48db]
- @callstack/byorg-core@0.2.0
- @callstack/slack-rich-text@0.2.0
- @callstack/byorg-utils@0.2.0

## 0.1.2

### 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.1.2",
"version": "0.2.0",
"type": "module",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
Expand All @@ -18,9 +18,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@callstack/byorg-core": "0.1.2",
"@callstack/byorg-utils": "0.1.2",
"@callstack/slack-rich-text": "0.1.1",
"@callstack/byorg-core": "0.2.0",
"@callstack/byorg-utils": "0.2.0",
"@callstack/slack-rich-text": "0.2.0",
"@slack/bolt": "^3.21.1",
"@slack/web-api": "^6.12.1",
"p-debounce": "^4.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @callstack/byorg-utils

## 0.2.0

## 0.1.2

## 0.1.1
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.1.2",
"version": "0.2.0",
"type": "module",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
Expand Down

0 comments on commit 510977d

Please sign in to comment.