Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoresende authored Jun 13, 2023
2 parents 859c609 + 3a374e1 commit a69ff98
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-spoons-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-kids-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-bats-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-cups-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-walls-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-ears-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-fishes-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-coins-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-jobs-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-grapes-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-keys-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-walls-grow.md

This file was deleted.

28 changes: 28 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# create-cardinal-app

## 0.2.1

### Patch Changes

- [#15](https://github.com/ernesto-oss/cardinal/pull/15) [`1ee9b31`](https://github.com/ernesto-oss/cardinal/commit/1ee9b311f16bba0b86cc4cc2d08a6ad2c4d61f67) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) removed default styling injected by `@clack/prompts`

- [`4baa422`](https://github.com/ernesto-oss/cardinal/commit/4baa422200faf0f3c8787a00f55e31abf31ca188) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) update dependency maps for all workspaces

- [`c944855`](https://github.com/ernesto-oss/cardinal/commit/c94485510d8f3b524ceb7396d32739f91aea4616) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) fix missing middleware for nextjs protected routes

- [#15](https://github.com/ernesto-oss/cardinal/pull/15) [`2813be0`](https://github.com/ernesto-oss/cardinal/commit/2813be0d35f15c0a61fe662efcc04e25257e7c90) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) overhaul config, root and nextjs installer with improved configs for prettier and eslint

- [`52f479f`](https://github.com/ernesto-oss/cardinal/commit/52f479fe359364f9eca2216817381a7c087407c3) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) lock next version to 13.4.4

- [`cc57541`](https://github.com/ernesto-oss/cardinal/commit/cc5754177cf19824d03e301a4661ed55a0db2873) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) fix missing component in `next-graphql` template

- [`3a93d8b`](https://github.com/ernesto-oss/cardinal/commit/3a93d8b52d37dd9cf3afce8024c0f01786a2153f) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) add turbo to root workspace

- [`093dbb7`](https://github.com/ernesto-oss/cardinal/commit/093dbb745d0bc2a4082104049503baa738a5b605) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) fix wrong workpsace search pattern conflicting with turbo scripts

- [#15](https://github.com/ernesto-oss/cardinal/pull/15) [`1534df9`](https://github.com/ernesto-oss/cardinal/commit/1534df96ca552ed248b8c1dfeea2c6740108653b) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) avoid unneded files and directories from being published to npm

- [`a0bdb93`](https://github.com/ernesto-oss/cardinal/commit/a0bdb930702c7f6771925b5760c20b9d390264c6) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) fix missing dependency on `auth` workspace

- [`c70297f`](https://github.com/ernesto-oss/cardinal/commit/c70297fd4ab3138336ce8e842148ca52bb742a99) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) sync nextjs templates and remove stale assets

- [`859c609`](https://github.com/ernesto-oss/cardinal/commit/859c6091b7f90cc3a9339b319ce31c3bda73aef9) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli) remove react prompt

## 0.2.0

### Minor Changes
Expand Down
3 changes: 1 addition & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-cardinal-app",
"version": "0.2.0",
"version": "0.2.1",
"description": "Cardinal is a CLI tool that helps you quickstart a full-stack monorepo project. You choose the parts you want, we put it together.",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,6 @@
"CHANGELOG.md",
"README.md"
],

"bin": {
"create-cardinal-app": "./dist/index.js"
},
Expand Down

0 comments on commit a69ff98

Please sign in to comment.