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

chore(release): version packages #768

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 7, 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
40 changes: 0 additions & 40 deletions .changeset/_generated_schema_99475322.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.2.20

### Patch Changes

- Updated dependencies [9bfa9aa]
- @linear/sdk@46.0.0

## 2.2.19

### 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.19",
"version": "2.2.20",
"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": "^45.4.0",
"@linear/sdk": "^46.0.0",
"chalk": "4.1.2",
"cli-progress": "^3.12.0",
"csvtojson": "2.0.10",
Expand Down
40 changes: 40 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Change Log

## 46.0.0

### Major Changes

- 9bfa9aa: feat(schema): [breaking] Type 'AgentActivityUserInputContent' was removed (AgentActivityUserInputContent)

feat(schema): [breaking] Member 'AgentActivityUserInputContent' was removed from Union type 'AgentActivityContent' (AgentActivityContent)

feat(schema): [breaking] Enum value 'userInput' was removed from enum 'AgentActivityType' (AgentActivityType.userInput)

feat(schema): [breaking] Field 'IssueImport.creatorId' changed type from 'String!' to 'String' (IssueImport.creatorId)

feat(schema): [dangerous] Member 'AgentActivityElicitationContent' was added to Union type 'AgentActivityContent' (AgentActivityContent)

feat(schema): [dangerous] Member 'AgentActivityPromptContent' was added to Union type 'AgentActivityContent' (AgentActivityContent)

feat(schema): [dangerous] Enum value 'elicitation' was added to enum 'AgentActivityType' (AgentActivityType.elicitation)

feat(schema): [dangerous] Enum value 'prompt' was added to enum 'AgentActivityType' (AgentActivityType.prompt)

feat(schema): [dangerous] Input field 'health' was added to input object type 'ProjectSortInput' (ProjectSortInput.health)

feat(schema): [dangerous] Input field 'lead' was added to input object type 'ProjectSortInput' (ProjectSortInput.lead)

feat(schema): [dangerous] Input field 'subscribedToGeneralMarketingCommunications' was added to input object type 'UserSettingsUpdateInput' (UserSettingsUpdateInput.subscribedToGeneralMarketingCommunications)

feat(schema): [non_breaking] Type 'AgentActivityElicitationContent' was added (AgentActivityElicitationContent)

feat(schema): [non_breaking] Type 'AgentActivityPromptContent' was added (AgentActivityPromptContent)

feat(schema): [non_breaking] Type 'ProjectHealthSort' was added (ProjectHealthSort)

feat(schema): [non_breaking] Type 'ProjectLeadSort' was added (ProjectLeadSort)

feat(schema): [non_breaking] Description '[ALPHA] Issue customer count sorting options.' on type 'CustomerCountSort' has changed to 'Issue customer count sorting options.' (CustomerCountSort)

feat(schema): [non_breaking] Description '[ALPHA] Issue customer important count sorting options.' on type 'CustomerImportantCountSort' has changed to 'Issue customer important count sorting options.' (CustomerImportantCountSort)

feat(schema): [non_breaking] Description '[ALPHA] Issue customer revenue sorting options.' on type 'CustomerRevenueSort' has changed to 'Issue customer revenue sorting options.' (CustomerRevenueSort)

## 45.4.0

### Minor 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": "45.4.0",
"version": "46.0.0",
"author": "Linear Orbit, Inc",
"license": "MIT",
"main": "dist/index-cjs.min.js",
Expand Down
0