Skip to content

Commit

Permalink
Merge pull request #1 from JasperAlexander/changeset-release/main
Browse files Browse the repository at this point in the history
Version packages
  • Loading branch information
JasperAlexander authored Apr 10, 2023
2 parents 293363b + 2294ce5 commit ac2004c
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/tasty-bikes-arrive.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/ai-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ai-chat

## 1.0.1

### Patch Changes

- Updated dependencies [293363b]
- [email protected]
- [email protected]
2 changes: 1 addition & 1 deletion apps/ai-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-chat",
"version": "1.0.0",
"version": "1.0.1",
"description": "An app that allows users to chat with AI using the OpenAI API.",
"author": "Jasper Alexander",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions apps/file-converter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# file-converter

## 1.0.1

### Patch Changes

- Updated dependencies [293363b]
- [email protected]
2 changes: 1 addition & 1 deletion apps/file-converter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-converter",
"version": "1.0.0",
"version": "1.0.1",
"description": "An app that allows users to convert a file to plain text.",
"author": "Jasper Alexander",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/file-to-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# file-to-text

## 1.0.1

### Patch Changes

- 293363b: Removed test folder from bundle
2 changes: 1 addition & 1 deletion packages/file-to-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-to-text",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility to extract the text out of a file.",
"author": "Jasper Alexander",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/text-to-aitext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# text-to-aitext

## 1.0.1

### Patch Changes

- 293363b: Removed test folder from bundle
2 changes: 1 addition & 1 deletion packages/text-to-aitext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-to-aitext",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility to convert text to AI-generated text.",
"author": "Jasper Alexander",
"license": "MIT",
Expand Down

0 comments on commit ac2004c

Please sign in to comment.