From 7e9cc499817c1b6cc5580b70addc35b309385b8d Mon Sep 17 00:00:00 2001 From: paoloricciuti <26281609+paoloricciuti@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:12:29 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +- CHANGELOG.md | 21 +++++++ package.json | 146 ++++++++++++++++++++++----------------------- 3 files changed, 97 insertions(+), 76 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 8879407..a54d37f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "svelte-concurrency": { "impact": "minor", - "oldVersion": "0.0.1", - "newVersion": "0.1.0", + "oldVersion": "0.1.0", + "newVersion": "0.2.0", "constraints": [ { "impact": "minor", @@ -17,5 +17,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-03-22)\n\nsvelte-concurrency 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `svelte-concurrency`\n * [#10](https://github.com/mainmatter/svelte-concurrency/pull/10) feat: handlers abstraction + queue ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `svelte-concurrency`\n * [#22](https://github.com/mainmatter/svelte-concurrency/pull/22) Update renovate config ([@beerinho](https://github.com/beerinho))\n * [#14](https://github.com/mainmatter/svelte-concurrency/pull/14) chore(deps): update dependency vite to v5.2.2 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#19](https://github.com/mainmatter/svelte-concurrency/pull/19) chore(deps): update dependency release-plan to ^0.9.0 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#20](https://github.com/mainmatter/svelte-concurrency/pull/20) chore(deps): update dependency typescript to v5.4.3 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#15](https://github.com/mainmatter/svelte-concurrency/pull/15) chore(deps): update dependency svelte-check to v3.6.8 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#16](https://github.com/mainmatter/svelte-concurrency/pull/16) chore(deps): update dependency @sveltejs/kit to v2.5.4 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#17](https://github.com/mainmatter/svelte-concurrency/pull/17) chore(deps): update dependency vitest to v1.4.0 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#18](https://github.com/mainmatter/svelte-concurrency/pull/18) chore(deps): update dependency @types/eslint to v8.56.6 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#11](https://github.com/mainmatter/svelte-concurrency/pull/11) chore(deps): update dependency svelte-check to v3.6.6 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#6](https://github.com/mainmatter/svelte-concurrency/pull/6) chore(deps): update dependency @sveltejs/package to v2.3.0 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#12](https://github.com/mainmatter/svelte-concurrency/pull/12) chore(deps): update dependency vite to v5.1.5 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#5](https://github.com/mainmatter/svelte-concurrency/pull/5) chore(deps): update dependency @sveltejs/kit to v2.5.3 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#8](https://github.com/mainmatter/svelte-concurrency/pull/8) chore(deps): update dependency @types/eslint to v8.56.5 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#9](https://github.com/mainmatter/svelte-concurrency/pull/9) chore(deps): update dependency svelte to v4.2.12 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#1](https://github.com/mainmatter/svelte-concurrency/pull/1) chore: Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate))\n * [#3](https://github.com/mainmatter/svelte-concurrency/pull/3) Add release-plan ([@beerinho](https://github.com/beerinho))\n\n#### Committers: 2\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n" + "description": "## Release (2024-03-27)\n\nsvelte-concurrency 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `svelte-concurrency`\n * [#27](https://github.com/mainmatter/svelte-concurrency/pull/27) Add `drop` task ([@beerinho](https://github.com/beerinho))\n * [#29](https://github.com/mainmatter/svelte-concurrency/pull/29) Add `restart` task ([@beerinho](https://github.com/beerinho))\n\n#### :house: Internal\n* `svelte-concurrency`\n * [#13](https://github.com/mainmatter/svelte-concurrency/pull/13) Update typescript-eslint monorepo to v7 (major) ([@renovate[bot]](https://github.com/apps/renovate))\n * [#36](https://github.com/mainmatter/svelte-concurrency/pull/36) fix formatter & linting ([@beerinho](https://github.com/beerinho))\n * [#35](https://github.com/mainmatter/svelte-concurrency/pull/35) fix linting workflow ([@beerinho](https://github.com/beerinho))\n * [#33](https://github.com/mainmatter/svelte-concurrency/pull/33) Fix lint workflow ([@beerinho](https://github.com/beerinho))\n * [#32](https://github.com/mainmatter/svelte-concurrency/pull/32) Fix lint workflow ([@beerinho](https://github.com/beerinho))\n * [#31](https://github.com/mainmatter/svelte-concurrency/pull/31) Fix linting ([@beerinho](https://github.com/beerinho))\n\n#### Committers: 1\n- Daniel Beer ([@beerinho](https://github.com/beerinho))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 099ef1f..81a785a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## Release (2024-03-27) + +svelte-concurrency 0.2.0 (minor) + +#### :rocket: Enhancement +* `svelte-concurrency` + * [#27](https://github.com/mainmatter/svelte-concurrency/pull/27) Add `drop` task ([@beerinho](https://github.com/beerinho)) + * [#29](https://github.com/mainmatter/svelte-concurrency/pull/29) Add `restart` task ([@beerinho](https://github.com/beerinho)) + +#### :house: Internal +* `svelte-concurrency` + * [#13](https://github.com/mainmatter/svelte-concurrency/pull/13) Update typescript-eslint monorepo to v7 (major) ([@renovate[bot]](https://github.com/apps/renovate)) + * [#36](https://github.com/mainmatter/svelte-concurrency/pull/36) fix formatter & linting ([@beerinho](https://github.com/beerinho)) + * [#35](https://github.com/mainmatter/svelte-concurrency/pull/35) fix linting workflow ([@beerinho](https://github.com/beerinho)) + * [#33](https://github.com/mainmatter/svelte-concurrency/pull/33) Fix lint workflow ([@beerinho](https://github.com/beerinho)) + * [#32](https://github.com/mainmatter/svelte-concurrency/pull/32) Fix lint workflow ([@beerinho](https://github.com/beerinho)) + * [#31](https://github.com/mainmatter/svelte-concurrency/pull/31) Fix linting ([@beerinho](https://github.com/beerinho)) + +#### Committers: 1 +- Daniel Beer ([@beerinho](https://github.com/beerinho)) + ## Release (2024-03-22) svelte-concurrency 0.1.0 (minor) diff --git a/package.json b/package.json index 3af4b08..dd6ea85 100644 --- a/package.json +++ b/package.json @@ -1,75 +1,75 @@ { - "name": "svelte-concurrency", - "version": "0.1.0", - "repository": { - "type": "git", - "url": "git@github.com:mainmatter/svelte-concurrency.git" - }, - "type": "module", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js" - }, - "./task": { - "types": "./dist/task.d.ts", - "import": "./dist/task.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 && npm run 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", - "prepublishOnly": "npm run package", - "preview": "vite preview", - "test": "npm run test:integration && npm run test:unit", - "test:integration": "playwright test", - "test:unit": "vitest" - }, - "dependencies": { - "acorn": "^8.11.3", - "esrap": "^1.2.1", - "zimmerframe": "^1.1.2" - }, - "devDependencies": { - "@playwright/test": "^1.42.1", - "@sveltejs/adapter-auto": "^3.1.1", - "@sveltejs/kit": "^2.5.3", - "@sveltejs/package": "^2.3.0", - "@sveltejs/vite-plugin-svelte": "^3.0.2", - "@types/eslint": "8.56.6", - "@typescript-eslint/eslint-plugin": "^7.0.0", - "@typescript-eslint/parser": "^7.0.0", - "eslint": "^8.57.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-svelte": "^2.35.1", - "prettier": "^3.2.5", - "prettier-plugin-svelte": "^3.2.2", - "publint": "^0.2.7", - "release-plan": "^0.9.0", - "svelte": "^4.2.12", - "svelte-check": "^3.6.6", - "tslib": "^2.6.2", - "typescript": "^5.4.2", - "vite": "^5.1.5", - "vitest": "^1.3.1" - }, - "peerDependencies": { - "svelte": "^4.0.0" - } + "name": "svelte-concurrency", + "version": "0.2.0", + "repository": { + "type": "git", + "url": "git@github.com:mainmatter/svelte-concurrency.git" + }, + "type": "module", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js" + }, + "./task": { + "types": "./dist/task.d.ts", + "import": "./dist/task.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 && npm run 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", + "prepublishOnly": "npm run package", + "preview": "vite preview", + "test": "npm run test:integration && npm run test:unit", + "test:integration": "playwright test", + "test:unit": "vitest" + }, + "dependencies": { + "acorn": "^8.11.3", + "esrap": "^1.2.1", + "zimmerframe": "^1.1.2" + }, + "devDependencies": { + "@playwright/test": "^1.42.1", + "@sveltejs/adapter-auto": "^3.1.1", + "@sveltejs/kit": "^2.5.3", + "@sveltejs/package": "^2.3.0", + "@sveltejs/vite-plugin-svelte": "^3.0.2", + "@types/eslint": "8.56.6", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", + "eslint": "^8.57.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-svelte": "^2.35.1", + "prettier": "^3.2.5", + "prettier-plugin-svelte": "^3.2.2", + "publint": "^0.2.7", + "release-plan": "^0.9.0", + "svelte": "^4.2.12", + "svelte-check": "^3.6.6", + "tslib": "^2.6.2", + "typescript": "^5.4.2", + "vite": "^5.1.5", + "vitest": "^1.3.1" + }, + "peerDependencies": { + "svelte": "^4.0.0" + } }