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 #30

Merged
merged 1 commit into from
Mar 29, 2024
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
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
146 changes: 73 additions & 73 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
{
"name": "svelte-concurrency",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "[email protected]: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": "[email protected]: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"
}
}