Skip to content

Commit

Permalink
Version Packages (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 30, 2023
1 parent bcbf7f5 commit 42c4b70
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/green-dragons-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-flies-end.md

This file was deleted.

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

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

7 changes: 7 additions & 0 deletions packages/docusaurus-theme-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @markprompt/docusaurus-theme-search

## 0.5.10

### Patch Changes

- Updated dependencies [[`bcbf7f5`](https://github.com/motifland/markprompt-js/commit/bcbf7f54fbc2fadfb89bd04a7be09eca14df4743), [`bcbf7f5`](https://github.com/motifland/markprompt-js/commit/bcbf7f54fbc2fadfb89bd04a7be09eca14df4743)]:
- @markprompt/react@0.11.3

## 0.5.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.5.9",
"version": "0.5.10",
"description": "A Markprompt search theme for Docusaurus",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@docusaurus/types": "^2.0.0",
"@markprompt/css": "^0.5.1",
"@markprompt/react": "0.11.2"
"@markprompt/react": "0.11.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @markprompt/react

## 0.11.3

### Patch Changes

- [#76](https://github.com/motifland/markprompt-js/pull/76) [`bcbf7f5`](https://github.com/motifland/markprompt-js/commit/bcbf7f54fbc2fadfb89bd04a7be09eca14df4743) Thanks [@michaelfester](https://github.com/michaelfester)! - Include close option

- [#76](https://github.com/motifland/markprompt-js/pull/76) [`bcbf7f5`](https://github.com/motifland/markprompt-js/commit/bcbf7f54fbc2fadfb89bd04a7be09eca14df4743) Thanks [@michaelfester](https://github.com/michaelfester)! - Export plain content, remove unsupported OpenAI keys

## 0.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markprompt/react",
"version": "0.11.2",
"version": "0.11.3",
"description": "A headless React component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @markprompt/web

## 0.9.3

### Patch Changes

- [#76](https://github.com/motifland/markprompt-js/pull/76) [`bcbf7f5`](https://github.com/motifland/markprompt-js/commit/bcbf7f54fbc2fadfb89bd04a7be09eca14df4743) Thanks [@michaelfester](https://github.com/michaelfester)! - Include close option

- Updated dependencies [[`bcbf7f5`](https://github.com/motifland/markprompt-js/commit/bcbf7f54fbc2fadfb89bd04a7be09eca14df4743), [`bcbf7f5`](https://github.com/motifland/markprompt-js/commit/bcbf7f54fbc2fadfb89bd04a7be09eca14df4743)]:
- @markprompt/react@0.11.3

## 0.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markprompt/web",
"version": "0.9.2",
"version": "0.9.3",
"description": "A web component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@markprompt/core": "0.6.4",
"@markprompt/react": "0.11.2"
"@markprompt/react": "0.11.3"
},
"devDependencies": {
"@types/react": "^18.2.6",
Expand Down

0 comments on commit 42c4b70

Please sign in to comment.