Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti authored and github-actions[bot] committed Jan 10, 2025
1 parent aa7cde6 commit 07c5ece
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 118 deletions.
25 changes: 4 additions & 21 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,13 @@
{
"solution": {
"@sheepdog/core": {
"impact": "patch",
"oldVersion": "0.0.1",
"newVersion": "0.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/core/package.json"
"oldVersion": "0.0.2"
},
"@sheepdog/svelte": {
"impact": "patch",
"oldVersion": "0.12.0",
"newVersion": "0.12.1",
"oldVersion": "0.12.1",
"newVersion": "0.12.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @sheepdog/core"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -33,5 +16,5 @@
"pkgJSONPath": "./packages/svelte/package.json"
}
},
"description": "## Release (2024-12-06)\n\n@sheepdog/core 0.0.2 (patch)\n@sheepdog/svelte 0.12.1 (patch)\n\n#### :bug: Bug Fix\n* `@sheepdog/core`\n * [#246](https://github.com/mainmatter/sheepdog/pull/246) Improve error handling of the async transform ([@beerinho](https://github.com/beerinho))\n\n#### :memo: Documentation\n* `@sheepdog/docs`\n * [#235](https://github.com/mainmatter/sheepdog/pull/235) Docs: Various fixes in \"Mid run cancellation\" section ([@brunnerh](https://github.com/brunnerh))\n\n#### :house: Internal\n* Other\n * [#245](https://github.com/mainmatter/sheepdog/pull/245) update release-plan ([@mansona](https://github.com/mansona))\n* `@sheepdog/docs`\n * [#235](https://github.com/mainmatter/sheepdog/pull/235) Docs: Various fixes in \"Mid run cancellation\" section ([@brunnerh](https://github.com/brunnerh))\n* `@sheepdog/core`, `@sheepdog/svelte`\n * [#231](https://github.com/mainmatter/sheepdog/pull/231) chore: restructure monorepo ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 4\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n- [@brunnerh](https://github.com/brunnerh)\n"
"description": "## Release (2025-01-10)\n\n@sheepdog/svelte 0.12.2 (patch)\n\n#### :house: Internal\n* Other\n * [#249](https://github.com/mainmatter/sheepdog/pull/249) add bug issue template ([@beerinho](https://github.com/beerinho))\n* `@sheepdog/svelte`\n * [#251](https://github.com/mainmatter/sheepdog/pull/251) Remove stderr.log & add to gitignore ([@nickschot](https://github.com/nickschot))\n\n#### Committers: 2\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## Release (2025-01-10)

@sheepdog/svelte 0.12.2 (patch)

#### :house: Internal
* Other
* [#249](https://github.com/mainmatter/sheepdog/pull/249) add bug issue template ([@beerinho](https://github.com/beerinho))
* `@sheepdog/svelte`
* [#251](https://github.com/mainmatter/sheepdog/pull/251) Remove stderr.log & add to gitignore ([@nickschot](https://github.com/nickschot))

#### Committers: 2
- Daniel Beer ([@beerinho](https://github.com/beerinho))
- Nick Schot ([@nickschot](https://github.com/nickschot))

## Release (2024-12-06)

@sheepdog/core 0.0.2 (patch)
Expand Down
194 changes: 97 additions & 97 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,99 +1,99 @@
{
"name": "@sheepdog/svelte",
"version": "0.12.1",
"repository": {
"type": "git",
"url": "git+https://github.com/mainmatter/sheepdog.git"
},
"main": "./dist/index.js",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"import": "./dist/index.js"
},
"./task": {
"types": "./dist/task.d.ts",
"svelte": "./dist/task.js",
"import": "./dist/task.js"
},
"./utils": {
"types": "./dist/utils.d.ts",
"svelte": "./dist/utils.js",
"import": "./dist/utils.js"
},
"./vite": {
"types": "./dist/vite.d.ts",
"import": "./dist/vite.js"
}
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"scripts": {
"build": "vite build && pnpm package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"format": "eslint . --fix && prettier --write .",
"lint": "prettier --check . && eslint .",
"package": "svelte-kit sync && svelte-package && publint",
"prepare": "pnpm package",
"prepublishOnly": "pnpm package",
"preview": "vite preview",
"generate-expected": "tsm ./src/lib/tests/expected-transforms/generate-expected.ts",
"generate-expected-force": "tsm ./src/lib/tests/expected-transforms/generate-expected.ts -f",
"test": "pnpm run test:unit && pnpm run test:treeshake",
"test:integration": "playwright test",
"test:unit": "vitest",
"test:treeshake": "pnpm package && vitest --config treeshake.vite.config.ts",
"test:unit:ui": "vitest --ui"
},
"dependencies": {
"@sheepdog/core": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.8",
"@sveltejs/package": "^2.3.1",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/svelte": "^5.1.0",
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@vitest/coverage-v8": "^2.0.0",
"@vitest/ui": "^2.0.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-svelte": "2.46.1",
"execa": "^9.4.0",
"fixturify-project": "^7.1.3",
"globals": "^15.2.0",
"happy-dom": "^16.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"publint": "^0.2.7",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tslib": "^2.6.2",
"tsm": "^2.3.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0",
"vite": "^6.0.0",
"vitest": "^2.1.2"
},
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0 || ^5.0.0-next.1"
},
"volta": {
"extends": "../../package.json"
}
"name": "@sheepdog/svelte",
"version": "0.12.2",
"repository": {
"type": "git",
"url": "git+https://github.com/mainmatter/sheepdog.git"
},
"main": "./dist/index.js",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"import": "./dist/index.js"
},
"./task": {
"types": "./dist/task.d.ts",
"svelte": "./dist/task.js",
"import": "./dist/task.js"
},
"./utils": {
"types": "./dist/utils.d.ts",
"svelte": "./dist/utils.js",
"import": "./dist/utils.js"
},
"./vite": {
"types": "./dist/vite.d.ts",
"import": "./dist/vite.js"
}
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"scripts": {
"build": "vite build && pnpm package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"format": "eslint . --fix && prettier --write .",
"lint": "prettier --check . && eslint .",
"package": "svelte-kit sync && svelte-package && publint",
"prepare": "pnpm package",
"prepublishOnly": "pnpm package",
"preview": "vite preview",
"generate-expected": "tsm ./src/lib/tests/expected-transforms/generate-expected.ts",
"generate-expected-force": "tsm ./src/lib/tests/expected-transforms/generate-expected.ts -f",
"test": "pnpm run test:unit && pnpm run test:treeshake",
"test:integration": "playwright test",
"test:unit": "vitest",
"test:treeshake": "pnpm package && vitest --config treeshake.vite.config.ts",
"test:unit:ui": "vitest --ui"
},
"dependencies": {
"@sheepdog/core": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.8",
"@sveltejs/package": "^2.3.1",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/svelte": "^5.1.0",
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@vitest/coverage-v8": "^2.0.0",
"@vitest/ui": "^2.0.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-svelte": "2.46.1",
"execa": "^9.4.0",
"fixturify-project": "^7.1.3",
"globals": "^15.2.0",
"happy-dom": "^16.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"publint": "^0.2.7",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tslib": "^2.6.2",
"tsm": "^2.3.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0",
"vite": "^6.0.0",
"vitest": "^2.1.2"
},
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0 || ^5.0.0-next.1"
},
"volta": {
"extends": "../../package.json"
}
}

0 comments on commit 07c5ece

Please sign in to comment.