Skip to content

Commit

Permalink
Version Packages (#471)
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 Dec 6, 2024
1 parent 32b9f8c commit 073c23b
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/polite-candles-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-moose-occur.md

This file was deleted.

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

### Minor Changes

- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Set TypeScript `target` to `es2023`

## 0.40.0

### Minor 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.40.0",
"version": "0.41.0",
"repository": {
"type": "git",
"url": "git+https://github.com/markprompt/markprompt-js.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/docusaurus-theme-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @markprompt/docusaurus-theme-search

## 0.30.0

### Minor Changes

- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Set TypeScript `target` to `es2023`

### Patch Changes

- Updated dependencies [[`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f)]:
- @markprompt/react@0.59.0

## 0.29.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.29.2",
"version": "0.30.0",
"description": "A Markprompt search theme for Docusaurus",
"repository": {
"type": "git",
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.59.0

### Minor Changes

- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Set TypeScript `target` to `es2023`

### Patch Changes

- Updated dependencies [[`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f)]:
- @markprompt/core@0.41.0

## 0.58.1

### 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.58.1",
"version": "0.59.0",
"description": "A headless React component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @markprompt/web

## 0.46.0

### Minor Changes

- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Set TypeScript `target` to `es2023`

### Patch Changes

- [#470](https://github.com/markprompt/markprompt-js/pull/470) [`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f) Thanks [@nickrttn](https://github.com/nickrttn)! - Update `esbuild` to `0.24.x`

- Updated dependencies [[`32b9f8c`](https://github.com/markprompt/markprompt-js/commit/32b9f8c368e485f478e9687be66095147494031f)]:
- @markprompt/react@0.59.0

## 0.45.1

### 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.45.1",
"version": "0.46.0",
"description": "A web component for adding GPT-4 powered search using the Markprompt API.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 073c23b

Please sign in to comment.