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 6, 2023
2 parents 08fdb83 + 15969d1 commit 8a33431
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-beers-know.md

This file was deleted.

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.5.0

### Minor Changes

- b8081ce: Adds required route constructor param `name` to better identify logs

## 0.4.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.4.0",
"version": "0.5.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.2

### Patch Changes

- Updated dependencies [b8081ce]
- @flare-city/core@0.5.0

## 0.4.1

### Patch 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.1",
"version": "0.4.2",
"description": "Integration testing utilities for FlareCity applications",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 8a33431

Please sign in to comment.