Skip to content

Commit

Permalink
chore: Version packages (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 3, 2023
1 parent 13af28b commit 15874c8
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-pots-divide.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 4e5a38f: Adds another example & template that details CRUD setup; Allows parsing of request.body

## 0.3.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": "@flare-city/core",
"version": "0.3.0",
"version": "0.4.0",
"description": "Robust and efficient starter template meticulously crafted to expedite the development of web applications.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flare-city/test

## 0.4.1

### Patch Changes

- Updated dependencies [4e5a38f]
- @flare-city/core@0.4.0

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flare-city/test",
"version": "0.4.0",
"version": "0.4.1",
"description": "Integration testing utilities for FlareCity applications",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 15874c8

Please sign in to comment.