Skip to content

Commit

Permalink
chore: Version packages (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 1, 2023
1 parent f4b7e01 commit 145bed2
Show file tree
Hide file tree
Showing 23 changed files with 61 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/weak-shrimps-behave.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/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flare-city/cli

## 0.2.0

### Minor Changes

- 5a65020: Incrementing to force a publish

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flare-city/cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "The FlareCity CLI exposes a few helper functions to aid with development and deployment",
"type": "module",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flare-city/core

## 0.2.0

### Minor Changes

- 5a65020: Incrementing to force a publish

### Patch Changes

- Updated dependencies [5a65020]
- @flare-city/logger@0.1.0

## 0.1.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.1.0",
"version": "0.2.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/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @flare-city/docs

## 0.1.0

### Minor Changes

- 5a65020: Incrementing to force a publish
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flare-city/docs",
"version": "0.0.0",
"version": "0.1.0",
"description": "Documentation for this template",
"private": true,
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flare-city/eslint-config

## 0.2.0

### Minor Changes

- 5a65020: Incrementing to force a publish

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flare-city/eslint-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "A common eslint configuration package",
"main": ".eslintrc.cjs",
"module": ".eslintrc.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @flare-city/logger

## 0.1.0

### Minor Changes

- 5a65020: Incrementing to force a publish
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flare-city/logger",
"version": "0.0.0",
"version": "0.1.0",
"description": "Node and Browser logging utilities",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flare-city/test

## 0.2.0

### Minor Changes

- 5a65020: Incrementing to force a publish

### Patch Changes

- Updated dependencies [5a65020]
- @flare-city/core@0.2.0

## 0.1.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.1.0",
"version": "0.2.0",
"description": "Integration testing utilities for FlareCity applications",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flare-city/tsconfig

## 0.2.0

### Minor Changes

- 5a65020: Incrementing to force a publish

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flare-city/tsconfig",
"version": "0.1.0",
"version": "0.2.0",
"description": "Common tsconfigs for different types of projects in FlareCity",
"exports": {
".": {
Expand Down

0 comments on commit 145bed2

Please sign in to comment.