Skip to content

Commit

Permalink
feat: a3
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Nov 28, 2024
1 parent 317ff50 commit 683233a
Show file tree
Hide file tree
Showing 11 changed files with 245 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'
26 changes: 26 additions & 0 deletions playgrounds/cccccc/.gitignore
Original file line number Diff line number Diff line change
@@ -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
20 changes: 20 additions & 0 deletions playgrounds/cccccc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
52 changes: 52 additions & 0 deletions playgrounds/cccccc/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
9 changes: 9 additions & 0 deletions playgrounds/cccccc/src/index.ts
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions playgrounds/cccccc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"types": []
},
"references": [],
"include": ["src"],
"exclude": [
"**/*.test.*",
"**/*.test-d.ts",
"**/__tests__/**",
"**/__mocks__/**",
"**/__snapshots__/**"
]
}
26 changes: 26 additions & 0 deletions playgrounds/dddd/.gitignore
Original file line number Diff line number Diff line change
@@ -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
20 changes: 20 additions & 0 deletions playgrounds/dddd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
52 changes: 52 additions & 0 deletions playgrounds/dddd/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
9 changes: 9 additions & 0 deletions playgrounds/dddd/src/index.ts
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions playgrounds/dddd/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"types": []
},
"references": [],
"include": ["src"],
"exclude": [
"**/*.test.*",
"**/*.test-d.ts",
"**/__tests__/**",
"**/__mocks__/**",
"**/__snapshots__/**"
]
}

0 comments on commit 683233a

Please sign in to comment.