Skip to content

Commit

Permalink
chore: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Dec 17, 2024
1 parent 251f05a commit 8546256
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 39 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-garlics-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-jobs-protect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-coats-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-items-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-points-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-fishes-obey.md

This file was deleted.

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.7.0

### Minor Changes

- 3770dfb: core: chatModel is customizable using RequestContext, removed default maxTokens and maxSteps values
- 4463e11: core: pass delta as 2nd param to onPartialUpdate

### Patch Changes

- 6152fb3: core: fix for a case when user message isn't the newest one
- d6b3e3a: core: reduce some of the startup logs severity to debug
- Updated dependencies [d6b3e3a]
- @callstack/byorg-utils@0.7.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-core",
"version": "0.6.0",
"version": "0.7.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
14 changes: 14 additions & 0 deletions packages/discord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @callstack/byorg-discord

## 0.7.0

### Minor Changes

- 4463e11: core: pass delta as 2nd param to onPartialUpdate

### Patch Changes

- Updated dependencies [6152fb3]
- Updated dependencies [d6b3e3a]
- Updated dependencies [3770dfb]
- Updated dependencies [4463e11]
- @callstack/byorg-core@0.7.0

## 0.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-discord",
"version": "0.6.0",
"version": "0.7.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
7 changes: 7 additions & 0 deletions packages/document-loaders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @callstack/document-loaders

## 0.7.0

### Patch Changes

- Updated dependencies [d6b3e3a]
- @callstack/byorg-utils@0.7.0

## 0.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "0.7.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
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.7.0

### Patch Changes

- 1b5d925: Updated peer depenendcies

## 0.6.0

## 0.5.0
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.6.0",
"version": "0.7.0",
"type": "module",
"license": "MIT",
"author": "Kewin Wereszczynski <[email protected]> (https://github.com/Q1w1N)",
Expand Down
14 changes: 14 additions & 0 deletions packages/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @callstack/byorg-slack

## 0.7.0

### Patch Changes

- 251f05a: plugin for normalizing threads when using "Slack AI apps"
- Updated dependencies [6152fb3]
- Updated dependencies [d6b3e3a]
- Updated dependencies [1b5d925]
- Updated dependencies [3770dfb]
- Updated dependencies [4463e11]
- @callstack/byorg-core@0.7.0
- @callstack/byorg-utils@0.7.0
- @callstack/slack-rich-text@0.7.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/byorg-slack",
"version": "0.6.0",
"version": "0.7.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
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.7.0

### Patch Changes

- d6b3e3a: core: reduce some of the startup logs severity to debug

## 0.6.0

## 0.5.0
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.6.0",
"version": "0.7.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

0 comments on commit 8546256

Please sign in to comment.