Skip to content

Commit 0e9c59f

Browse files
authored
feat - Add changesets for agentflow and observe packages (#6350)
* add changeset * Add changeset summary * Release packages with changeset compatible workflow * Remove changes to new workflow * Remove now change file and pre.json
1 parent 4b17501 commit 0e9c59f

3 files changed

Lines changed: 417 additions & 34 deletions

File tree

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "public",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": ["flowise", "flowise-api", "flowise-components", "flowise-ui"]
11+
}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,16 @@
3333
"lint-fix": "pnpm lint --fix",
3434
"quick": "pretty-quick --staged",
3535
"postinstall": "husky install",
36-
"migration:create": "pnpm typeorm migration:create"
36+
"migration:create": "pnpm typeorm migration:create",
37+
"changeset": "changeset",
38+
"changeset:version": "changeset version",
39+
"changeset:publish": "changeset publish"
3740
},
3841
"lint-staged": {
3942
"*.{js,jsx,ts,tsx,json,md}": "eslint --fix"
4043
},
4144
"devDependencies": {
45+
"@changesets/cli": "^2.27.0",
4246
"@babel/preset-env": "^7.19.4",
4347
"@babel/preset-typescript": "7.18.6",
4448
"@types/express": "^4.17.13",

0 commit comments

Comments
 (0)