Skip to content

Commit

Permalink
feat: add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Aug 4, 2024
1 parent 19d2e14 commit cba1cc7
Show file tree
Hide file tree
Showing 6 changed files with 569 additions and 7 deletions.
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": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 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)
45 changes: 45 additions & 0 deletions .changeset/wild-lies-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
'@agentic/people-data-labs': major
'@agentic/search-and-crawl': major
'@agentic/predict-leads': major
'@agentic/wolfram-alpha': major
'@agentic/hacker-news': major
'@agentic/social-data': major
'@agentic/calculator': major
'@agentic/llamaindex': major
'@agentic/midjourney': major
'@agentic/firecrawl': major
'@agentic/langchain': major
'@agentic/proxycurl': major
'@agentic/wikipedia': major
'@agentic/clearbit': major
'@agentic/wikidata': major
'@agentic/diffbot': major
'@agentic/perigon': major
'@agentic/polygon': major
'@agentic/searxng': major
'@agentic/serpapi': major
'@agentic/twitter': major
'@agentic/weather': major
'@agentic/ai-sdk': major
'@agentic/dexter': major
'@agentic/genkit': major
'@agentic/github': major
'@agentic/hunter': major
'@agentic/serper': major
'@agentic/stdlib': major
'@agentic/tavily': major
'@agentic/twilio': major
'@agentic/slack': major
'@agentic/bing': major
'@agentic/core': major
'@agentic/dexa': major
'@agentic/jina': major
'@agentic/novu': major
'@agentic/e2b': major
'@agentic/exa': major
---

Move to monorepo and multiple packages

See https://github.com/transitive-bullshit/agentic/issues/654 and https://github.com/transitive-bullshit/agentic/pull/657 for more info.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@
"test:lint": "turbo test:lint",
"test:typecheck": "turbo test:typecheck",
"test:unit": "turbo test:unit",
"changeset": "changeset",
"release": "run-s build changeset publish",
"release:build": "run-s build",
"release:version": "changeset version",
"release:publish": "changeset publish",
"precommit": "lint-staged",
"preinstall": "npx only-allow pnpm",
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@fisch0920/eslint-config": "^1.4.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^22.1.0",
Expand All @@ -33,7 +39,6 @@
"eslint": "^8.57.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"np": "^10.0.7",
"npm-run-all2": "^6.2.2",
"only-allow": "^1.2.1",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit cba1cc7

Please sign in to comment.