diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index 1d0900b..b9bee4f 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -21,4 +21,4 @@ jobs: - run: pnpm i - - run: pnpm dlx pkg-pr-new publish --pnpm './packages/*' + - run: pnpm dlx pkg-pr-new publish './packages/*' --pnpm --template './playgrounds/*' diff --git a/playgrounds/cccccc/.gitignore b/playgrounds/cccccc/.gitignore new file mode 100644 index 0000000..f3620b5 --- /dev/null +++ b/playgrounds/cccccc/.gitignore @@ -0,0 +1,26 @@ +# Hidden folders and files +.* +!.gitignore +!.*.example + +# Common generated folders +logs/ +node_modules/ +out/ +dist/ +dist-ssr/ +build/ +coverage/ +temp/ + +# Common generated files +*.log +*.log.* +*.tsbuildinfo +*.vitest-temp.json +vite.config.ts.timestamp-* +vitest.config.ts.timestamp-* + +# Common manual ignore files +*.local +*.pem \ No newline at end of file diff --git a/playgrounds/cccccc/CHANGELOG.md b/playgrounds/cccccc/CHANGELOG.md new file mode 100644 index 0000000..e3ac7c4 --- /dev/null +++ b/playgrounds/cccccc/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [0.1.1](https://github.com/unnoq/unnoq-monorepo-release-playground/compare/test-a-v0.1.0...test-a-v0.1.1) (2024-11-28) + + +### Bug Fixes + +* error-test-a-3 ([9ea90a7](https://github.com/unnoq/unnoq-monorepo-release-playground/commit/9ea90a791aacc4c643d4c7dd8e5473efdbfbac4a)) + +## 0.1.0 (2024-11-28) + + +### Features + +* initial version ([6ce9c0d](https://github.com/unnoq/unnoq-monorepo-release-playground/commit/6ce9c0de0491727aed3c44f72f08458d34030a0f)) + + +### Bug Fixes + +* error-test-a-1 ([3c06d75](https://github.com/unnoq/unnoq-monorepo-release-playground/commit/3c06d75622d448a8ce9c4e03f49187d46b595ed9)) diff --git a/playgrounds/cccccc/package.json b/playgrounds/cccccc/package.json new file mode 100644 index 0000000..ccebdec --- /dev/null +++ b/playgrounds/cccccc/package.json @@ -0,0 +1,52 @@ +{ + "name": "@unnoq/cccccccccccc", + "type": "module", + "version": "0.1.1", + "author": { + "name": "unnoq", + "email": "contact@unnoq.com", + "url": "https://unnoq.com" + }, + "license": "MIT", + "homepage": "https://github.com/unnoq/unnoq", + "repository": { + "type": "git", + "url": "https://github.com/unnoq/unnoq.git", + "directory": "examples/package" + }, + "keywords": [ + "unnoq" + ], + "publishConfig": { + "access": "public", + "exports": { + ".": { + "types": "./dist/src/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + }, + "./🔒/*": { + "types": "./dist/src/*.d.ts" + } + } + }, + "exports": { + ".": "./src/index.ts", + "./🔒/*": { + "types": "./src/*.ts" + } + }, + "files": [ + "dist", + "src" + ], + "scripts": { + "build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'", + "build:watch": "pnpm run build --watch", + "type:check": "tsc -b" + }, + "dependencies": { + "@unnoq/test-a": "latest", + "@unnoq/test-b": "latest" + } +} diff --git a/playgrounds/cccccc/src/index.ts b/playgrounds/cccccc/src/index.ts new file mode 100644 index 0000000..f21803c --- /dev/null +++ b/playgrounds/cccccc/src/index.ts @@ -0,0 +1,9 @@ +/** unnoq */ + +export const author = 'unnoq' + +// new abc feature +// fix error-test-a-1 +// fix error-test-a-2 +// fix error-test-a-3 +// feat a-3 diff --git a/playgrounds/cccccc/tsconfig.json b/playgrounds/cccccc/tsconfig.json new file mode 100644 index 0000000..b64920a --- /dev/null +++ b/playgrounds/cccccc/tsconfig.json @@ -0,0 +1,15 @@ +{ + "extends": "../../tsconfig.lib.json", + "compilerOptions": { + "types": [] + }, + "references": [], + "include": ["src"], + "exclude": [ + "**/*.test.*", + "**/*.test-d.ts", + "**/__tests__/**", + "**/__mocks__/**", + "**/__snapshots__/**" + ] +} diff --git a/playgrounds/dddd/.gitignore b/playgrounds/dddd/.gitignore new file mode 100644 index 0000000..f3620b5 --- /dev/null +++ b/playgrounds/dddd/.gitignore @@ -0,0 +1,26 @@ +# Hidden folders and files +.* +!.gitignore +!.*.example + +# Common generated folders +logs/ +node_modules/ +out/ +dist/ +dist-ssr/ +build/ +coverage/ +temp/ + +# Common generated files +*.log +*.log.* +*.tsbuildinfo +*.vitest-temp.json +vite.config.ts.timestamp-* +vitest.config.ts.timestamp-* + +# Common manual ignore files +*.local +*.pem \ No newline at end of file diff --git a/playgrounds/dddd/CHANGELOG.md b/playgrounds/dddd/CHANGELOG.md new file mode 100644 index 0000000..e3ac7c4 --- /dev/null +++ b/playgrounds/dddd/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [0.1.1](https://github.com/unnoq/unnoq-monorepo-release-playground/compare/test-a-v0.1.0...test-a-v0.1.1) (2024-11-28) + + +### Bug Fixes + +* error-test-a-3 ([9ea90a7](https://github.com/unnoq/unnoq-monorepo-release-playground/commit/9ea90a791aacc4c643d4c7dd8e5473efdbfbac4a)) + +## 0.1.0 (2024-11-28) + + +### Features + +* initial version ([6ce9c0d](https://github.com/unnoq/unnoq-monorepo-release-playground/commit/6ce9c0de0491727aed3c44f72f08458d34030a0f)) + + +### Bug Fixes + +* error-test-a-1 ([3c06d75](https://github.com/unnoq/unnoq-monorepo-release-playground/commit/3c06d75622d448a8ce9c4e03f49187d46b595ed9)) diff --git a/playgrounds/dddd/package.json b/playgrounds/dddd/package.json new file mode 100644 index 0000000..7553c8a --- /dev/null +++ b/playgrounds/dddd/package.json @@ -0,0 +1,52 @@ +{ + "name": "@unnoq/ddddddddd", + "type": "module", + "version": "0.1.1", + "author": { + "name": "unnoq", + "email": "contact@unnoq.com", + "url": "https://unnoq.com" + }, + "license": "MIT", + "homepage": "https://github.com/unnoq/unnoq", + "repository": { + "type": "git", + "url": "https://github.com/unnoq/unnoq.git", + "directory": "examples/package" + }, + "keywords": [ + "unnoq" + ], + "publishConfig": { + "access": "public", + "exports": { + ".": { + "types": "./dist/src/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + }, + "./🔒/*": { + "types": "./dist/src/*.d.ts" + } + } + }, + "exports": { + ".": "./src/index.ts", + "./🔒/*": { + "types": "./src/*.ts" + } + }, + "files": [ + "dist", + "src" + ], + "scripts": { + "build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'", + "build:watch": "pnpm run build --watch", + "type:check": "tsc -b" + }, + "dependencies": { + "@unnoq/test-a": "latest", + "@unnoq/test-c": "latest" + } +} diff --git a/playgrounds/dddd/src/index.ts b/playgrounds/dddd/src/index.ts new file mode 100644 index 0000000..f21803c --- /dev/null +++ b/playgrounds/dddd/src/index.ts @@ -0,0 +1,9 @@ +/** unnoq */ + +export const author = 'unnoq' + +// new abc feature +// fix error-test-a-1 +// fix error-test-a-2 +// fix error-test-a-3 +// feat a-3 diff --git a/playgrounds/dddd/tsconfig.json b/playgrounds/dddd/tsconfig.json new file mode 100644 index 0000000..b64920a --- /dev/null +++ b/playgrounds/dddd/tsconfig.json @@ -0,0 +1,15 @@ +{ + "extends": "../../tsconfig.lib.json", + "compilerOptions": { + "types": [] + }, + "references": [], + "include": ["src"], + "exclude": [ + "**/*.test.*", + "**/*.test-d.ts", + "**/__tests__/**", + "**/__mocks__/**", + "**/__snapshots__/**" + ] +}