Skip to content

Commit

Permalink
chore(release): publish packages 11.4.0-alpha.5 for grafana 11.4.0
Browse files Browse the repository at this point in the history
 - @grafana-openapi-client/[email protected]
 - @grafana-openapi-client/[email protected]
  • Loading branch information
jjaychen1e committed Jan 8, 2025
1 parent 6a03fd2 commit cb54af4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
17 changes: 12 additions & 5 deletions packages/typescript-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana-openapi-client/axios-client",
"version": "1.0.0",
"version": "11.4.0-alpha.5",
"description": "Generated Grafana OpenAPI client using typescript-axios",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,11 @@
"bugs": {
"url": "https://github.com/jjaychen1e/grafana-openapi-client/issues"
},
"keywords": ["grafana", "typescript", "axios"],
"keywords": [
"grafana",
"typescript",
"axios"
],
"author": "jjaychen1e <[email protected]>",
"license": "MIT",
"type": "module",
Expand All @@ -33,16 +37,19 @@
"scripts": {
"build": "tsup"
},
"files": ["dist", "specs"],
"files": [
"dist",
"specs"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "^1.7.9"
},
"devDependencies": {
"fix-esm-import-path": "^1.10.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"fix-esm-import-path": "^1.10.1"
"typescript": "^5.7.2"
}
}
17 changes: 12 additions & 5 deletions packages/typescript-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana-openapi-client/fetch-client",
"version": "1.0.0",
"version": "11.4.0-alpha.5",
"description": "Generated Grafana OpenAPI client using typescript-fetch",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,11 @@
"bugs": {
"url": "https://github.com/jjaychen1e/grafana-openapi-client/issues"
},
"keywords": ["grafana", "typescript", "fetch"],
"keywords": [
"grafana",
"typescript",
"fetch"
],
"author": "jjaychen1e <[email protected]>",
"license": "MIT",
"type": "module",
Expand All @@ -33,13 +37,16 @@
"scripts": {
"build": "tsup"
},
"files": ["dist", "specs"],
"files": [
"dist",
"specs"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"fix-esm-import-path": "^1.10.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"fix-esm-import-path": "^1.10.1"
"typescript": "^5.7.2"
}
}

0 comments on commit cb54af4

Please sign in to comment.