Skip to content
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
1 change: 0 additions & 1 deletion apps/cli/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-env node */

/*
* Commit filter: CLI bundles multiple sub-packages, so git log must include
* commits touching any of them. This shared helper patches git-log-parser to
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superdoc-dev/cli",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"bin": {
"superdoc": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/platforms/cli-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superdoc-dev/cli-darwin-arm64",
"version": "0.3.1",
"version": "0.3.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/platforms/cli-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superdoc-dev/cli-darwin-x64",
"version": "0.3.1",
"version": "0.3.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/platforms/cli-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superdoc-dev/cli-linux-arm64",
"version": "0.3.1",
"version": "0.3.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/platforms/cli-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superdoc-dev/cli-linux-x64",
"version": "0.3.1",
"version": "0.3.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/platforms/cli-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superdoc-dev/cli-windows-x64",
"version": "0.3.1",
"version": "0.3.2",
"os": [
"win32"
],
Expand Down
9 changes: 9 additions & 0 deletions apps/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@semantic-release/changelog": "catalog:",
"@semantic-release/git": "catalog:",
"@semantic-release/github": "^11.0.0",
"semantic-release": "catalog:",
"semantic-release-ai-notes": "catalog:",
"semantic-release-commit-filter": "catalog:",
"semantic-release-linear-app": "catalog:"
},
"scripts": {
"build": "bun build src/index.ts --outdir dist --target node",
"test": "bun test",
Expand Down
3 changes: 2 additions & 1 deletion packages/superdoc/.releaserc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint-env node */
const path = require('path')
const path = require('path');


/*
* Commit filter: superdoc bundles multiple sub-packages, so git log must
Expand Down
2 changes: 1 addition & 1 deletion packages/superdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "superdoc",
"type": "module",
"version": "1.21.0",
"version": "1.21.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down
Loading
Loading