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

Prepare Release #250

Merged
merged 1 commit into from
Feb 7, 2025
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
16 changes: 8 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"solution": {
"@sheepdog/core": {
"impact": "patch",
"oldVersion": "0.0.1",
"newVersion": "0.0.2",
"impact": "minor",
"oldVersion": "0.0.2",
"newVersion": "0.1.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
Expand All @@ -18,8 +18,8 @@
},
"@sheepdog/svelte": {
"impact": "patch",
"oldVersion": "0.12.0",
"newVersion": "0.12.1",
"oldVersion": "0.12.1",
"newVersion": "0.12.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -33,5 +33,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-02-07)\n\n@sheepdog/core 0.1.0 (minor)\n@sheepdog/svelte 0.12.2 (patch)\n\n#### :rocket: Enhancement\n* `@sheepdog/core`\n * [#270](https://github.com/mainmatter/sheepdog/pull/270) feat: generalize async transform ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `@sheepdog/svelte`\n * [#271](https://github.com/mainmatter/sheepdog/pull/271) fix: generalize async transform for `@sheepdog/svelte` ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#251](https://github.com/mainmatter/sheepdog/pull/251) Remove stderr.log & add to gitignore ([@nickschot](https://github.com/nickschot))\n* Other\n * [#269](https://github.com/mainmatter/sheepdog/pull/269) build(deps): update dependency @gravityci/cli to v0.0.8 ([@oscard0m](https://github.com/oscard0m))\n * [#252](https://github.com/mainmatter/sheepdog/pull/252) Config renovate to create separate group for docs app updates ([@nickschot](https://github.com/nickschot))\n * [#249](https://github.com/mainmatter/sheepdog/pull/249) add bug issue template ([@beerinho](https://github.com/beerinho))\n* `@sheepdog/core`, `@sheepdog/svelte`\n * [#264](https://github.com/mainmatter/sheepdog/pull/264) chore: move tests to `core` and restructure monorepo a bit ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 4\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n- Oscar Dominguez ([@oscard0m](https://github.com/oscard0m))\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## Release (2025-02-07)

@sheepdog/core 0.1.0 (minor)
@sheepdog/svelte 0.12.2 (patch)

#### :rocket: Enhancement
* `@sheepdog/core`
* [#270](https://github.com/mainmatter/sheepdog/pull/270) feat: generalize async transform ([@paoloricciuti](https://github.com/paoloricciuti))

#### :house: Internal
* `@sheepdog/svelte`
* [#271](https://github.com/mainmatter/sheepdog/pull/271) fix: generalize async transform for `@sheepdog/svelte` ([@paoloricciuti](https://github.com/paoloricciuti))
* [#251](https://github.com/mainmatter/sheepdog/pull/251) Remove stderr.log & add to gitignore ([@nickschot](https://github.com/nickschot))
* Other
* [#269](https://github.com/mainmatter/sheepdog/pull/269) build(deps): update dependency @gravityci/cli to v0.0.8 ([@oscard0m](https://github.com/oscard0m))
* [#252](https://github.com/mainmatter/sheepdog/pull/252) Config renovate to create separate group for docs app updates ([@nickschot](https://github.com/nickschot))
* [#249](https://github.com/mainmatter/sheepdog/pull/249) add bug issue template ([@beerinho](https://github.com/beerinho))
* `@sheepdog/core`, `@sheepdog/svelte`
* [#264](https://github.com/mainmatter/sheepdog/pull/264) chore: move tests to `core` and restructure monorepo a bit ([@paoloricciuti](https://github.com/paoloricciuti))

#### Committers: 4
- Daniel Beer ([@beerinho](https://github.com/beerinho))
- Nick Schot ([@nickschot](https://github.com/nickschot))
- Oscar Dominguez ([@oscard0m](https://github.com/oscard0m))
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))

## Release (2024-12-06)

@sheepdog/core 0.0.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sheepdog/core",
"version": "0.0.2",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mainmatter/sheepdog.git"
Expand Down
190 changes: 95 additions & 95 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,97 +1,97 @@
{
"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",
"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": "^4.0.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": "^3.0.0",
"@vitest/ui": "^3.0.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^10.0.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": "^17.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"publint": "^0.3.0",
"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": "^3.0.5"
},
"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",
"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": "^4.0.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": "^3.0.0",
"@vitest/ui": "^3.0.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^10.0.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": "^17.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"publint": "^0.3.0",
"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": "^3.0.5"
},
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0 || ^5.0.0-next.1"
},
"volta": {
"extends": "../../package.json"
}
}