Skip to content

Commit

Permalink
Version packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Oct 27, 2023
1 parent 40c66bf commit 8aba940
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/modern-tips-tell.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @featureboard/cli

## 0.2.1

### Patch Changes

- Updated dependencies [41f499f]
- @featureboard/code-generator@0.1.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@featureboard/cli",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"dependencies": {
"@commander-js/extra-typings": "^11.1.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/code-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @featureboard/code-generator

## 0.1.1

### Patch Changes

- 41f499f: Fix package process

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/code-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@featureboard/code-generator",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "src/index.ts",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions libs/nx-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @featureboard/nx-plugin

## 0.2.1

### Patch Changes

- 41f499f: Fix package process
- Updated dependencies [41f499f]
- @featureboard/code-generator@0.1.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/nx-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@featureboard/nx-plugin",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8aba940

Please sign in to comment.