Skip to content

Commit

Permalink
feat(package.json): add keywords, bump (0.1.0-aplha.32) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pmejna authored Nov 20, 2024
1 parent e2e2475 commit 27ab3c8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chatty-dogs-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'stplr': patch
---

Add keywords
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"angry-hats-reflect",
"blue-kiwis-check",
"brown-paws-shop",
"chatty-dogs-chew",
"clean-frogs-poke",
"cuddly-cups-itch",
"curly-ligers-cheat",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# stplr

## 0.1.0-alpha.32

### Patch Changes

- Add keywords

## 0.1.0-alpha.31

### Minor Changes
Expand Down
17 changes: 16 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stplr",
"version": "0.1.0-alpha.31",
"version": "0.1.0-alpha.32",
"main": "./dist/index.mjs",
"bin": {
"stplr": "./dist/index.mjs"
Expand All @@ -13,6 +13,21 @@
"dist",
"templates"
],
"keywords": [
"cli",
"next",
"next.js",
"fullstack",
"monorepo",
"stplr",
"supabase",
"tailwindcss",
"tonik",
"turbo",
"turborepo",
"typescript",
"vercel"
],
"scripts": {
"build": "tsup index.ts --out-dir ./dist --format esm",
"dev": "tsc -w"
Expand Down

0 comments on commit 27ab3c8

Please sign in to comment.