Skip to content

Commit

Permalink
Updated README to test update blueprints (#37)
Browse files Browse the repository at this point in the history
* chore: Updated README

* chore: Ran update-blueprints-v2-addon

* chore: Added changeset

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Aug 30, 2024
1 parent 5b89f02 commit 1e2c6e5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-icons-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-v2-addon-repo": patch
---

Updated README to test updating blueprints
2 changes: 1 addition & 1 deletion packages/blueprints-v2-addon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pnpm addon d component ui/form/textarea

### Update blueprints

Get the latest blueprints from [`embroider-toolbox`](https://github.com/ijlee2/embroider-toolbox).
Get the latest blueprints from [`create-v2-addon-repo`](https://github.com/ijlee2/embroider-toolbox).

```sh
# From this package root
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprints-v2-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprints-v2-addon/update-blueprints.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import gitDiffApply from 'git-diff-apply';
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';

const CURRENT_VERSION = '0.1.0';
const CURRENT_VERSION = '0.1.1';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pnpm addon d component ui/form/textarea

### Update blueprints

Get the latest blueprints from [`embroider-toolbox`](https://github.com/ijlee2/embroider-toolbox).
Get the latest blueprints from [`create-v2-addon-repo`](https://github.com/ijlee2/embroider-toolbox).

```sh
# From this package root
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import gitDiffApply from 'git-diff-apply';
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';

const CURRENT_VERSION = '0.1.0';
const CURRENT_VERSION = '0.1.1';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pnpm addon d component ui/form/textarea

### Update blueprints

Get the latest blueprints from [`embroider-toolbox`](https://github.com/ijlee2/embroider-toolbox).
Get the latest blueprints from [`create-v2-addon-repo`](https://github.com/ijlee2/embroider-toolbox).

```sh
# From this package root
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprints-v2-addon",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Blueprints for v2 addons",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import gitDiffApply from 'git-diff-apply';
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';

const CURRENT_VERSION = '0.1.0';
const CURRENT_VERSION = '0.1.1';

async function updateBlueprints({ from, to }) {
const startTag = from;
Expand Down

0 comments on commit 1e2c6e5

Please sign in to comment.