Skip to content

Commit

Permalink
fix: we will keep increasing our package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
harshtalks committed Oct 12, 2024
1 parent 396e582 commit ae10ec2
Show file tree
Hide file tree
Showing 4 changed files with 670 additions and 245 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "tempeh-cli",
"version": "1.0.0",
"version": "0.0.0",
"description": "Generate tempeh declarative routes just from a single command.",
"main": "index.js",
"scripts": {
"build": "tsup"
"build": "tsup",
"local-release": "changeset version && changeset publish"
},
"keywords": [
"declarative routing",
Expand All @@ -28,6 +29,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@types/node": "^22.7.4",
"tsup": "^8.3.0",
"tsx": "^4.19.1"
Expand Down
Loading

0 comments on commit ae10ec2

Please sign in to comment.