8000 chore(release): version packages by github-actions[bot] · Pull Request #772 · linear/linear · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(release): version packages #772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
10000 Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/_generated_dependencies.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/_generated_schema_37579254.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/codegen-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.1.3

### Patch Changes

- bff712d: chore(deps): update dependency patch versions

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@linear/codegen-doc",
"private": true,
"description": "Plugin for generating GraphQL fragments and documents from a schema",
"version": "3.1.2",
"version": "3.1.3",
"author": "Linear Orbit, Inc",
< 10000 /td> "license": "MIT",
"main": "dist/index-cjs.min.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/codegen-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.3

### Patch Changes

- bff712d: chore(deps): update dependency patch versions

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@linear/codegen-sdk",
"private": true,
"description": "Plugin for generating the Linear SDK from fragments and documents",
"version": "3.0.2",
"version": "3.0.3",
"author": "Linear Orbit, Inc",
"license": "MIT",
"main": "dist/index-cjs.min.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/codegen-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.30

### Patch Changes

- bff712d: chore(deps): update dependency patch versions

## 2.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@linear/codegen-test",
"private": true,
"description": "Plugin for generating jest tests for the Linear Client",
"version": "2.0.29",
"version": "2.0.30",
"author": "Linear Orbit, Inc",
"license": "MIT",
"main": "dist/index-cjs.min.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.2.21

### Patch Changes

- bff712d: chore(deps): update dependency patch versions
- Updated dependencies [bff712d]
- Updated dependencies [57e6456]
- @linear/sdk@47.0.0

## 2.2.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linear/import",
"description": "Import helpers for uploading issues to Linear",
"version": "2.2.20",
"version": "2.2.21",
"author": "Linear Orbit, Inc",
"license": "MIT",
"main": "dist/index-cjs.min.js",
Expand All @@ -27,7 +27,7 @@
"build:clean": "npx rimraf -G dist .rollup-cache tsconfig.tsbuildinfo"
},
"dependencies": {
"@linear/sdk": "^46.0.0",
"@linear/sdk": "^47.0.0",
"chalk": "4.1.2",
"cli-progress": "^3.12.0",
"csvtojson": "2.0.10",
Expand Down
32 changes: 32 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Change Log

## 47.0.0

### Major Changes

- 57e6456: feat(schema): [breaking] Field 'sourceComment' was removed from object type 'AgentActivity' (AgentActivity.sourceComment)

feat(schema): [breaking] Field 'sourceCommentId' was removed from object type 'AgentActivityPromptContent' (AgentActivityPromptContent.sourceCommentId)

feat(schema): [breaking] Field 'sourceCommentId' was removed from object type 'AgentActivityResponseContent' (AgentActivityResponseContent.sourceCommentId)

feat(schema): [non_breaking] Field 'sourceCommentId' was added to object type 'AgentActivity' (AgentActivity.sourceCommentId)

feat(schema): [non_breaking] Field 'AgentActivityPromptContent.body' changed type from 'String' to 'String!' (AgentActivityPromptContent.body)

feat(schema): [non_breaking] Field 'body' was added to object type 'AgentActivityResponseContent' (AgentActivityResponseContent.body)

feat(schema): [non_breaking] Field 'Query.semanticSearch' description changed from '[ALPHA] Search for various resources using natural language.' to '[INTERNAL] Search for various resources using natural language.' (Query.semanticSearch)

feat(schema): [non_breaking] Field 'Query.semanticSearch' is deprecated (Query.semanticSearch)

feat(schema): [non_breaking] Field 'Query.semanticSearch' has deprecation reason 'Use specific search endpoints like searchIssues, searchProjects, searchDocuments instead.' (Query.semanticSearch)

feat(schema): [non_breaking] Description '[ALPHA] Payload returned by semantic search.' on type 'SemanticSearchPayload' has changed to '[INTERNAL] Payload returned by semantic search.' (SemanticSearchPayload)

feat(schema): [non_breaking] Description '[ALPHA] A semantic search result reference.' on type 'SemanticSearchResult' has changed to '[INTERNAL] A semantic search result reference.' (SemanticSearchResult)

feat(schema): [non_breaking] Description '[ALPHA] The type of the semantic search result.' on type 'SemanticSearchResultType' has changed to '[INTERNAL] The type of the semantic search result.' (SemanticSearchResultType)

### Patch Changes

- bff712d: chore(deps): update dependency patch versions

## 46.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linear/sdk",
"description": "The Linear Client SDK for interacting with the Linear GraphQL API",
"version": "46.0.0",
"version": "47.0.0",
"author": "Linear Orbit, Inc",
"license": "MIT",
"main": "dist/index-cjs.min.js",
Expand Down
0