Skip to content

Commit

Permalink
chore: update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 13, 2023
1 parent 31c7870 commit 74e9864
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"useCalculatedVersion": true,
"ignore": [
"kubb",
"kubb-docs",
Expand Down
2 changes: 1 addition & 1 deletion .changeset/olive-phones-camp.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@kubb/cli": patch
---

useo of `bundle-require`
use of `bundle-require`
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubb/root",
"version": "2.0.0-beta.2",
"version": "0.0.0",
"private": true,
"description": "Kubb's monorepo",
"repository": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint --fix --format pretty ./packages/* && bun run lint:case",
"lint:turbo": "turbo run lint",
"release": "changeset version && changeset publish",
"release:canary": "changeset version --snapshot && changeset publish",
"release:canary": "changeset version --snapshot canary && changeset publish",
"start": "turbo run start --filter=./packages/*",
"test": "vitest run --config ./configs/vitest.config.ts --coverage",
"test:bun": "bun test --preload ./configs/setup.ts",
Expand Down

1 comment on commit 74e9864

@vercel
Copy link

@vercel vercel bot commented on 74e9864 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kubb – ./

kubb-kubb.vercel.app
kubb-git-main-kubb.vercel.app
www.kubb.dev
kubb.dev

Please sign in to comment.