8000 chore(release): version packages by github-actions[bot] · Pull Request #741 · 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 #741

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 2, 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000
10 changes: 0 additions & 10 deletions .changeset/_generated_dependencies.md

This file was deleted.

306 changes: 0 additions & 306 deletions .changeset/_generated_schema_65290082.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.1

### Patch Changes

- 5231b52: chore(deps): update dependency patch versions

## 3.1.0

### Minor 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.0",
"version": "3.1.1",
"author": "Linear Orbit, Inc",
"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.1

### Patch Changes

- 5231b52: chore(deps): update dependency patch versions

## 3.0.0

### Major 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.0",
"version": "3.0.1",
"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.28

### Patch Changes

- 5231b52: chore(deps): update dependency patch versions

## 2.0.27

### 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.27",
"version": "2.0.28",
"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.18

### Patch Changes

- 5231b52: chore(deps): update dependency patch versions
- Updated dependencies [5231b52]
- Updated dependencies [0e44078]
- @linear/sdk@45.0.0

## 2.2.17

### 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.17",
"version": "2.2.18",
"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": "^44.0.0",
"@linear/sdk": "^45.0.0",
"chalk": "4.1.2",
"cli-progress": "^3.12.0",
"csvtojson": "2.0.10",
Expand Down
310 changes: 310 additions & 0 deletions packages/sdk/CHANGELOG.md

Large diffs are not rendered by default.

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