Skip to content

Commit

Permalink
Merge pull request #13 from JasperAlexander/changeset-release/main
Browse files Browse the repository at this point in the history
Version packages
  • Loading branch information
JasperAlexander authored May 2, 2023
2 parents df495d2 + f82c031 commit 8a4bb61
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/swift-buttons-worry.md

This file was deleted.

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

## 1.3.2

### Patch Changes

- Updated dependencies [df495d2]
- text-to-aitext@1.0.3
- file-to-text@1.0.3

## 1.3.1

### Patch Changes
Expand Down
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.3.1",
"version": "1.3.2",
"description": "An app that allows users to chat with AI using the OpenAI API.",
"author": "Jasper Alexander",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions apps/file-converter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# file-converter

## 1.0.3

### Patch Changes

- Updated dependencies [df495d2]
- file-to-text@1.0.3

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"description": "An app that allows users to convert a file to plain text.",
"author": "Jasper Alexander",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/file-to-text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# file-to-text

## 1.0.3

### Patch Changes

- df495d2: Bumped dependencies version

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"description": "A utility to extract the text out of a file.",
"author": "Jasper Alexander",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/text-to-aitext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# text-to-aitext

## 1.0.3

### Patch Changes

- df495d2: Bumped dependencies version

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"description": "A utility to convert text to AI-generated text.",
"author": "Jasper Alexander",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/text-to-chunks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# text-to-chunks

## 1.0.1

### Patch Changes

- df495d2: Bumped dependencies version

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/text-to-chunks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-to-chunks",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility to split text into multiple chunks.",
"author": "Jasper Alexander",
"license": "MIT",
Expand Down

0 comments on commit 8a4bb61

Please sign in to comment.