Skip to content

Commit

Permalink
Version Packages (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme authored Oct 31, 2023
1 parent 2d6d814 commit 81eeb0d
Show file tree
Hide file tree
Showing 19 changed files with 49 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/shy-bulldogs-add.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.
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @flare-city/cli

## 0.1.0

### Minor Changes

- 2d6d814: Changes the github repository URL to the flare-city repo
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.0.0",
"version": "0.1.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
@@ -0,0 +1,11 @@
# @flare-city/core

## 0.1.0

### Minor Changes

- 2d6d814: Changes the github repository URL to the flare-city repo

### Patch Changes

- @flare-city/logger@0.0.0
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.0.0",
"version": "0.1.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/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @flare-city/eslint-config

## 0.1.0

### Minor Changes

- 2d6d814: Changes the github repository URL to the flare-city repo
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.0.0",
"version": "0.1.0",
"description": "A common eslint configuration package",
"main": ".eslintrc.cjs",
"module": ".eslintrc.cjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @flare-city/test

## 0.1.0

### Minor Changes

- 2d6d814: Changes the github repository URL to the flare-city repo

### Patch Changes

- Updated dependencies [2d6d814]
- @flare-city/core@0.1.0
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.0.0",
"version": "0.1.0",
"description": "Integration testing utilities for FlareCity applications",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @flare-city/tsconfig

## 0.1.0

### Minor Changes

- 2d6d814: Changes the github repository URL to the flare-city repo
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.0.0",
"version": "0.1.0",
"description": "Common tsconfigs for different types of projects in FlareCity",
"exports": {
".": {
Expand Down

0 comments on commit 81eeb0d

Please sign in to comment.