Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent 73907d1 commit 0c3d906
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-gifts-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-avocados-help.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nice-phones-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-poets-greet.md

This file was deleted.

20 changes: 10 additions & 10 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @markprompt/core

## 0.20.0

### Minor Changes

- [#249](https://github.com/motifland/markprompt-js/pull/249) [`9177b3f`](https://github.com/motifland/markprompt-js/commit/9177b3fd4d6e0e01f0c342e97d539a2942684ab6) Thanks [@nickrttn](https://github.com/nickrttn)! - Adopt generator-based version of `submitChat` in prompt and chat views

### Patch Changes

- [#252](https://github.com/motifland/markprompt-js/pull/252) [`73907d1`](https://github.com/motifland/markprompt-js/commit/73907d1dd8bafda5b84fd0181b5c79bacfd29e84) Thanks [@nickrttn](https://github.com/nickrttn)! - Filter options passed to submitChat and submitChatGenerator so only valid options are sent to the Markprompt API

- [#252](https://github.com/motifland/markprompt-js/pull/252) [`73907d1`](https://github.com/motifland/markprompt-js/commit/73907d1dd8bafda5b84fd0181b5c79bacfd29e84) Thanks [@nickrttn](https://github.com/nickrttn)! - Add tests for submitChatGenerator

- [#251](https://github.com/motifland/markprompt-js/pull/251) [`ff6db03`](https://github.com/motifland/markprompt-js/commit/ff6db03e38b182e2bab346c077831eeba18bee6f) Thanks [@nickrttn](https://github.com/nickrttn)! - Clean up re-exported OpenAI types

## 0.19.1

### Patch 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": "@markprompt/core",
"version": "0.19.1",
"version": "0.20.0",
"repository": {
"type": "git",
"url": "git+https://github.com/motifland/markprompt-js.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @markprompt/css

## 0.19.0

### Minor Changes

- [#249](https://github.com/motifland/markprompt-js/pull/249) [`9177b3f`](https://github.com/motifland/markprompt-js/commit/9177b3fd4d6e0e01f0c342e97d539a2942684ab6) Thanks [@nickrttn](https://github.com/nickrttn)! - Adopt generator-based version of `submitChat` in prompt and chat views

## 0.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markprompt/css",
"version": "0.18.0",
"version": "0.19.0",
"description": "Common CSS for Markprompt components",
"license": "MIT",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/docusaurus-theme-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @markprompt/docusaurus-theme-search

## 0.14.0

### Minor Changes

- [#249](https://github.com/motifland/markprompt-js/pull/249) [`9177b3f`](https://github.com/motifland/markprompt-js/commit/9177b3fd4d6e0e01f0c342e97d539a2942684ab6) Thanks [@nickrttn](https://github.com/nickrttn)! - Adopt generator-based version of `submitChat` in prompt and chat views

### Patch Changes

- Updated dependencies [[`9177b3f`](https://github.com/motifland/markprompt-js/commit/9177b3fd4d6e0e01f0c342e97d539a2942684ab6)]:
- @markprompt/react@0.30.0
- @markprompt/css@0.19.0

## 0.13.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/docusaurus-theme-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markprompt/docusaurus-theme-search",
"version": "0.13.15",
"version": "0.14.0",
"description": "A Markprompt search theme for Docusaurus",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@docusaurus/types": "^2.4.1",
"@markprompt/css": "^0.18.0",
"@markprompt/react": "0.29.1"
"@markprompt/css": "^0.19.0",
"@markprompt/react": "0.30.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @markprompt/react

## 0.30.0

### Minor Changes

- [#249](https://github.com/motifland/markprompt-js/pull/249) [`9177b3f`](https://github.com/motifland/markprompt-js/commit/9177b3fd4d6e0e01f0c342e97d539a2942684ab6) Thanks [@nickrttn](https://github.com/nickrttn)! - Adopt generator-based version of `submitChat` in prompt and chat views

### Patch Changes

- Updated dependencies [[`73907d1`](https://github.com/motifland/markprompt-js/commit/73907d1dd8bafda5b84fd0181b5c79bacfd29e84), [`73907d1`](https://github.com/motifland/markprompt-js/commit/73907d1dd8bafda5b84fd0181b5c79bacfd29e84), [`9177b3f`](https://github.com/motifland/markprompt-js/commit/9177b3fd4d6e0e01f0c342e97d539a2942684ab6), [`ff6db03`](https://github.com/motifland/markprompt-js/commit/ff6db03e38b182e2bab346c077831eeba18bee6f)]:
- @markprompt/core@0.20.0

## 0.29.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markprompt/react",
"version": "0.29.1",
"version": "0.30.0",
"description": "A headless React component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@floating-ui/react": "^0.25.4",
"@markprompt/core": "^0.19.0",
"@markprompt/core": "^0.20.0",
"@radix-ui/react-accessible-icon": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-tabs": "^1.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @markprompt/web

## 0.20.9

### Patch Changes

- Updated dependencies [[`73907d1`](https://github.com/motifland/markprompt-js/commit/73907d1dd8bafda5b84fd0181b5c79bacfd29e84), [`73907d1`](https://github.com/motifland/markprompt-js/commit/73907d1dd8bafda5b84fd0181b5c79bacfd29e84), [`9177b3f`](https://github.com/motifland/markprompt-js/commit/9177b3fd4d6e0e01f0c342e97d539a2942684ab6), [`ff6db03`](https://github.com/motifland/markprompt-js/commit/ff6db03e38b182e2bab346c077831eeba18bee6f)]:
- @markprompt/core@0.20.0
- @markprompt/react@0.30.0

## 0.20.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markprompt/web",
"version": "0.20.8",
"version": "0.20.9",
"description": "A web component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,8 +28,8 @@
"prepack": "node scripts/build.js"
},
"dependencies": {
"@markprompt/core": "0.19.1",
"@markprompt/react": "0.29.1"
"@markprompt/core": "0.20.0",
"@markprompt/react": "0.30.0"
},
"devDependencies": {
"@types/react": "^18.2.6",
Expand Down

0 comments on commit 0c3d906

Please sign in to comment.