Skip to content

Commit

Permalink
Version Packages (#491)
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 Jan 29, 2025
1 parent 7545419 commit 6c74cec
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-apricots-crash.md

This file was deleted.

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

### Patch Changes

- Updated dependencies [[`7545419`](https://github.com/markprompt/markprompt-js/commit/7545419764a61dbe4b33b27c908d30bbdb8c9cac)]:
- @markprompt/react@0.62.0

## 0.32.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.32.2",
"version": "0.32.3",
"description": "A Markprompt search theme for Docusaurus",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @markprompt/react

## 0.62.0

### Minor Changes

- [`7545419`](https://github.com/markprompt/markprompt-js/commit/7545419764a61dbe4b33b27c908d30bbdb8c9cac) Thanks [@nickrttn](https://github.com/nickrttn)! - Update Radix deps

## 0.61.2

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markprompt/react",
"version": "0.61.2",
"version": "0.62.0",
"description": "A headless React component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
Expand All @@ -25,9 +25,7 @@
}
},
"main": "./dist/index.js",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc --build tsconfig.build.json",
"dev": "tsc --build tsconfig.json --watch",
Expand Down
7 changes: 7 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @markprompt/web

## 0.48.3

### Patch Changes

- Updated dependencies [[`7545419`](https://github.com/markprompt/markprompt-js/commit/7545419764a61dbe4b33b27c908d30bbdb8c9cac)]:
- @markprompt/react@0.62.0

## 0.48.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markprompt/web",
"version": "0.48.2",
"version": "0.48.3",
"description": "A web component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c74cec

Please sign in to comment.