Skip to content

Commit

Permalink
fix(versioning): Fix for broken versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
himerus committed Apr 19, 2023
1 parent bbe43e3 commit d950c54
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 1,322 deletions.
7 changes: 7 additions & 0 deletions packages/outline-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @phase2/outline-cli

## 0.0.30

### Patch Changes

- Updated dependencies
- @phase2/outline-storybook@0.0.31

## 0.0.29

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/outline-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@phase2/outline-cli",
"description": "Outline command-line interface for creating new Outline projects and Outline commands",
"version": "0.0.29",
"version": "0.0.30",
"author": "Phase2 Technology",
"bin": {
"outline": "./bin/run"
Expand All @@ -11,7 +11,7 @@
"@oclif/core": "^1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1",
"@phase2/outline-storybook": "^0.0.30",
"@phase2/outline-storybook": "^0.0.31",
"@phase2/outline-templates": "^0.0.33",
"@types/inquirer": "^9.0.3",
"chalk": "^4.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/outline-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @phase2/outline-form

## 0.0.6

### Patch Changes

- Version bumps

## 0.0.5

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/outline-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phase2/outline-form",
"version": "0.0.5",
"version": "0.0.6",
"description": "The Outline Components for the form component",
"keywords": [
"outline components",
Expand All @@ -12,6 +12,7 @@
"typings": "index.d.ts",
"files": [
"/dist/",
"/src/",
"!/dist/tsconfig.build.tsbuildinfo"
],
"author": "Phase2 Technology",
Expand Down
Loading

0 comments on commit d950c54

Please sign in to comment.