Skip to content

Commit

Permalink
🦋 [Release] Version packages (#86)
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 Jul 31, 2024
1 parent b9ac107 commit 84ffad0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/small-seahorses-enjoy.md

This file was deleted.

11 changes: 11 additions & 0 deletions app/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# website

## 0.2.0

### Minor Changes

- [#84](https://github.com/beefchimi/earwurm/pull/84) [`fba1989`](https://github.com/beefchimi/earwurm/commit/fba198953c4c1f099763002f2287044eb40d0d87) Thanks [@beefchimi](https://github.com/beefchimi)! - Bumped required node and pnpm versions. Also overhauled linting/formatting.

### Patch Changes

- Updated dependencies [[`fba1989`](https://github.com/beefchimi/earwurm/commit/fba198953c4c1f099763002f2287044eb40d0d87)]:
- [email protected]

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion app/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Marketing and test app for Earwurm library.",
"author": "Curtis Dulmage",
Expand Down
6 changes: 6 additions & 0 deletions pkg/earwurm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Earwurm Changelog

## 0.11.0

### Minor Changes

- [#84](https://github.com/beefchimi/earwurm/pull/84) [`fba1989`](https://github.com/beefchimi/earwurm/commit/fba198953c4c1f099763002f2287044eb40d0d87) Thanks [@beefchimi](https://github.com/beefchimi)! - Bumped required node and pnpm versions. Also overhauled linting/formatting.

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg/earwurm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "earwurm",
"type": "module",
"version": "0.10.0",
"version": "0.11.0",
"description": "Browser audio for the modern age",
"author": "Curtis Dulmage",
"license": "ISC",
Expand Down

0 comments on commit 84ffad0

Please sign in to comment.