Skip to content

Commit

Permalink
Tagged 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Aug 16, 2024
1 parent aa9a93b commit ad0d9b3
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-melons-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-jobs-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-walls-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-weeks-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-rice-sin.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-root",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Workspace root for embroider-toolbox",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/blueprints-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# blueprints-addon

## 0.2.0

### Minor Changes

- [#10](https://github.com/ijlee2/embroider-toolbox/pull/10) Simplified API for new command and tests ([@ijlee2](https://github.com/ijlee2))
- [#13](https://github.com/ijlee2/embroider-toolbox/pull/13) Added blueprints for create-v2-addon-repo (Part 2) ([@ijlee2](https://github.com/ijlee2))
- [#14](https://github.com/ijlee2/embroider-toolbox/pull/14) Added blueprints for create-v2-addon-repo (Part 3) ([@ijlee2](https://github.com/ijlee2))

### Patch Changes

- [#12](https://github.com/ijlee2/embroider-toolbox/pull/12) Specified the location of test-app for generate and destroy commands ([@ijlee2](https://github.com/ijlee2))

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprints-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-addon",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/create-v2-addon-repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# create-v2-addon-repo

## 0.2.0

### Minor Changes

- [#11](https://github.com/ijlee2/embroider-toolbox/pull/11) Added blueprints (Part 1) ([@ijlee2](https://github.com/ijlee2))
- [#13](https://github.com/ijlee2/embroider-toolbox/pull/13) Added blueprints for create-v2-addon-repo (Part 2) ([@ijlee2](https://github.com/ijlee2))
- [#14](https://github.com/ijlee2/embroider-toolbox/pull/14) Added blueprints for create-v2-addon-repo (Part 3) ([@ijlee2](https://github.com/ijlee2))

### Patch Changes

- [#12](https://github.com/ijlee2/embroider-toolbox/pull/12) Specified the location of test-app for generate and destroy commands ([@ijlee2](https://github.com/ijlee2))

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-v2-addon-repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-v2-addon-repo",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Create a repo with v2 addons",
"keywords": [
Expand Down

0 comments on commit ad0d9b3

Please sign in to comment.