Skip to content

Commit

Permalink
Version Packages (#71)
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 29, 2023
1 parent c1605bd commit 992e03c
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 36 deletions.
9 changes: 0 additions & 9 deletions .changeset/tasty-dryers-argue.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ten-cars-boil.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.

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

## 0.6.3

### Patch Changes

- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs

## 0.6.2

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

## 0.5.0

### Minor Changes

- [#69](https://github.com/motifland/markprompt-js/pull/69) [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673) Thanks [@michaelfester](https://github.com/michaelfester)! - Add plain display option

### Patch Changes

- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs

## 0.4.3

### 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.4.3",
"version": "0.5.0",
"description": "Common CSS for Markprompt components",
"license": "MIT",
"main": "markprompt.css",
Expand Down
10 changes: 10 additions & 0 deletions packages/docusaurus-theme-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @markprompt/docusaurus-theme-search

## 0.5.7

### Patch Changes

- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs

- Updated dependencies [[`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7), [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673)]:
- @markprompt/react@0.11.0
- @markprompt/css@0.5.0

## 0.5.6

### 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.5.6",
"version": "0.5.7",
"description": "A Markprompt search theme for Docusaurus",
"repository": {
"type": "git",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@docusaurus/types": "^2.0.0",
"@markprompt/css": "^0.4.3",
"@markprompt/react": "0.10.6"
"@markprompt/css": "^0.5.0",
"@markprompt/react": "0.11.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @markprompt/react

## 0.11.0

### Minor Changes

- [#69](https://github.com/motifland/markprompt-js/pull/69) [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673) Thanks [@michaelfester](https://github.com/michaelfester)! - Add plain display option

### Patch Changes

- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs

- Updated dependencies [[`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7)]:
- @markprompt/core@0.6.3

## 0.10.6

### 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.10.6",
"version": "0.11.0",
"description": "A headless React component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"prepack": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@markprompt/core": "^0.6.2",
"@markprompt/core": "^0.6.3",
"@radix-ui/react-accessible-icon": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-visually-hidden": "^1.0.3",
Expand Down
14 changes: 14 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @markprompt/web

## 0.9.0

### Minor Changes

- [#69](https://github.com/motifland/markprompt-js/pull/69) [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673) Thanks [@michaelfester](https://github.com/michaelfester)! - Add plain display option

### Patch Changes

- [#70](https://github.com/motifland/markprompt-js/pull/70) [`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7) Thanks [@michaelfester](https://github.com/michaelfester)! - Update READMEs

- Updated dependencies [[`c1605bd`](https://github.com/motifland/markprompt-js/commit/c1605bd46c672b653e6f92bb7ecf38a9219a7fb7), [`ce12b03`](https://github.com/motifland/markprompt-js/commit/ce12b034fea3a03af0ad504cb483c7a8c6eb1673)]:
- @markprompt/react@0.11.0
- @markprompt/core@0.6.3

## 0.8.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.8.8",
"version": "0.9.0",
"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.6.2",
"@markprompt/react": "0.10.6"
"@markprompt/core": "0.6.3",
"@markprompt/react": "0.11.0"
},
"devDependencies": {
"@types/react": "^18.2.6",
Expand Down

0 comments on commit 992e03c

Please sign in to comment.