Skip to content

Commit

Permalink
Merge branch 'main' of github.com:drewdecarme/flare-city into main
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 4, 2023
2 parents b8081ce + 15874c8 commit 0a7cda0
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 0a7cda0

Please sign in to comment.