Skip to content
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

bump versions & release #202

Merged
merged 1 commit into from
Sep 5, 2024
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
2 changes: 1 addition & 1 deletion bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/cli",
"version": "0.0.13",
"version": "0.0.14",
"description": "OpenCtx CLI",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/clients/cli",
Expand Down
2 changes: 1 addition & 1 deletion client/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@openctx/browser-extension",
"version": "0.0.14",
"version": "0.0.15",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion client/codemirror/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"@openctx/codemirror-extension": "workspace:*",
"@openctx/provider-hello-world": "workspace:*"
},
"version": "0.0.7"
"version": "0.0.8"
}
2 changes: 1 addition & 1 deletion client/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/codemirror-extension",
"version": "0.0.13",
"version": "0.0.14",
"description": "OpenCtx extension for CodeMirror",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/clients/codemirror",
Expand Down
2 changes: 1 addition & 1 deletion client/monaco-editor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"devDependencies": {
"vite-plugin-monaco-editor": "^1.1.0"
},
"version": "0.0.7"
"version": "0.0.8"
}
2 changes: 1 addition & 1 deletion client/monaco-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/monaco-editor-extension",
"version": "0.0.12",
"version": "0.0.13",
"description": "OpenCtx extension for Monaco Editor",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/clients/monaco-editor",
Expand Down
2 changes: 1 addition & 1 deletion client/vscode-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/vscode-lib",
"version": "0.0.22",
"version": "0.0.23",
"description": "OpenCtx library for VS Code extensions",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion client/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openctx",
"private": true,
"displayName": "OpenCtx",
"version": "0.4.5",
"version": "0.4.6",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/logomark-v0.png",
Expand Down
2 changes: 1 addition & 1 deletion client/web-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@openctx/web-playground",
"version": "0.0.12",
"version": "0.0.13",
"description": "OpenCtx web playground",
"license": "Apache-2.0",
"homepage": "https://openctx.org",
Expand Down
2 changes: 1 addition & 1 deletion lib/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/client",
"version": "0.0.26",
"version": "0.0.27",
"description": "OpenCtx client library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/protocol",
"version": "0.0.17",
"version": "0.0.18",
"description": "OpenCtx client/provider protocol",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider",
"version": "0.0.16",
"version": "0.0.17",
"description": "OpenCtx provider library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/schema",
"version": "0.0.13",
"version": "0.0.14",
"description": "OpenCtx schema",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/ui-common",
"version": "0.0.12",
"version": "0.0.13",
"description": "OpenCtx common UI library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/ui-react",
"version": "0.0.12",
"version": "0.0.13",
"description": "OpenCtx React UI library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion lib/ui-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/ui-standalone",
"version": "0.0.12",
"version": "0.0.13",
"description": "OpenCtx standalone UI library",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/azure-devops-workitems/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openctx/provider-azure-devops-workitems",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"description": "Azure DevOps Work Items (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/azure-devops-workitems",
Expand Down
2 changes: 1 addition & 1 deletion provider/confluence/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openctx/provider-confluence",
"private": false,
"version": "0.0.5",
"version": "0.0.6",
"description": "Confluence (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/confluence",
Expand Down
2 changes: 1 addition & 1 deletion provider/devdocs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-devdocs",
"version": "0.0.8",
"version": "0.0.9",
"description": "Use documentation from https://devdocs.io (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/devdocs",
Expand Down
2 changes: 1 addition & 1 deletion provider/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-github",
"version": "0.0.7",
"version": "0.0.8",
"description": "GitHub OpenCtx provider",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/github",
Expand Down
2 changes: 1 addition & 1 deletion provider/google-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-google-docs",
"version": "0.0.13",
"version": "0.0.14",
"description": "Google Docs context for code AI and editors (OpenCtx provider)",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-hello-world",
"version": "0.0.17",
"version": "0.0.18",
"description": "Hello World (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/hello-world",
Expand Down
2 changes: 1 addition & 1 deletion provider/jira/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openctx/provider-jira",
"private": false,
"version": "0.0.11",
"version": "0.0.12",
"description": "Jira (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/jira",
Expand Down
2 changes: 1 addition & 1 deletion provider/linear-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-linear-docs",
"version": "0.0.3",
"version": "0.0.4",
"description": "Linear Docs context for code AI and editors (OpenCtx provider)",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/linear-issues/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-linear-issues",
"version": "0.0.8",
"version": "0.0.9",
"description": "Linear Issues context for code AI and editors (OpenCtx provider)",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-links",
"version": "0.0.18",
"version": "0.0.19",
"description": "Add links to your code based on configurable patterns (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/links",
Expand Down
2 changes: 1 addition & 1 deletion provider/notion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-notion",
"version": "0.0.4",
"version": "0.0.5",
"description": "Notion (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/notion",
Expand Down
2 changes: 1 addition & 1 deletion provider/prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-prometheus",
"version": "0.0.16",
"version": "0.0.17",
"description": "Hover over a Prometheus metric to see what it's doing in prod (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/prometheus",
Expand Down
2 changes: 1 addition & 1 deletion provider/semgrep/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-semgrep",
"version": "0.0.5",
"version": "0.0.6",
"description": "Semgrep OpenCtx provider",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/semgrep",
Expand Down
2 changes: 1 addition & 1 deletion provider/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-sentry",
"version": "0.0.5",
"version": "0.0.6",
"description": "Use information from Sentry.io issues (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/sentry",
Expand Down
2 changes: 1 addition & 1 deletion provider/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-slack",
"version": "0.0.7",
"version": "0.0.8",
"description": "Slack context for code AI and editors (OpenCtx provider)",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion provider/sourcegraph-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-sourcegraph-search",
"version": "0.0.9",
"version": "0.0.10",
"description": "Sourcegraph Search (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/sourcegraph-search",
Expand Down
2 changes: 1 addition & 1 deletion provider/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-storybook",
"version": "0.0.15",
"version": "0.0.16",
"description": "Add Storybook links and image previews to your code (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/storybook",
Expand Down
2 changes: 1 addition & 1 deletion provider/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openctx/provider-web",
"version": "0.0.9",
"version": "0.0.10",
"description": "Use information from web pages (OpenCtx provider)",
"license": "Apache-2.0",
"homepage": "https://openctx.org/docs/providers/web",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"vike-react": "^0.4.6",
"vite": "^5.0.11"
},
"version": "0.0.7"
"version": "0.0.8"
}
Loading