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 Oct 13, 2023
1 parent b4dd9d7 commit be80c23
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/nine-cats-accept.md

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

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

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

### Patch Changes

- [#216](https://github.com/motifland/markprompt-js/pull/216) [`b4dd9d7`](https://github.com/motifland/markprompt-js/commit/b4dd9d74f63f1437ad008197eb1edf6a17c040ae) Thanks [@michaelfester](https://github.com/michaelfester)! - Add copy code button

## 0.16.4

### Patch 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.16.4",
"version": "0.16.5",
"description": "Common CSS for Markprompt components",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/docusaurus-theme-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @markprompt/docusaurus-theme-search

## 0.13.6

### Patch Changes

- Updated dependencies [[`b4dd9d7`](https://github.com/motifland/markprompt-js/commit/b4dd9d74f63f1437ad008197eb1edf6a17c040ae)]:
- @markprompt/react@0.26.4
- @markprompt/css@0.16.5

## 0.13.5

### 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.5",
"version": "0.13.6",
"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.16.2",
"@markprompt/react": "0.26.3"
"@markprompt/css": "^0.16.5",
"@markprompt/react": "0.26.4"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.1",
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.26.4

### Patch Changes

- [#216](https://github.com/motifland/markprompt-js/pull/216) [`b4dd9d7`](https://github.com/motifland/markprompt-js/commit/b4dd9d74f63f1437ad008197eb1edf6a17c040ae) Thanks [@michaelfester](https://github.com/michaelfester)! - Add copy code button

## 0.26.3

### 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.26.3",
"version": "0.26.4",
"description": "A headless React component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
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.19.8

### Patch Changes

- Updated dependencies [[`b4dd9d7`](https://github.com/motifland/markprompt-js/commit/b4dd9d74f63f1437ad008197eb1edf6a17c040ae)]:
- @markprompt/react@0.26.4

## 0.19.7

### 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.19.7",
"version": "0.19.8",
"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.16.4",
"@markprompt/react": "0.26.3"
"@markprompt/react": "0.26.4"
},
"devDependencies": {
"@types/react": "^18.2.6",
Expand Down

0 comments on commit be80c23

Please sign in to comment.