Skip to content

Commit

Permalink
chore: release main (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 25, 2023
1 parent be3056f commit 8f77407
Show file tree
Hide file tree
Showing 19 changed files with 113 additions and 17 deletions.
17 changes: 9 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"packages/core": "0.0.8",
"packages/react": "0.0.8",
"packages/solid": "0.0.6",
"packages/svelte": "0.0.6",
"packages/vue": "0.0.6",
"packages/astro": "0.0.2",
"packages/preact": "0.0.1",
"packages/qwik": "0.0.1"
"packages/core": "0.0.9",
"packages/react": "0.0.9",
"packages/solid": "0.0.7",
"packages/svelte": "0.0.7",
"packages/vue": "0.0.7",
"packages/astro": "0.0.3",
"packages/preact": "0.0.2",
"packages/qwik": "0.0.2",
"packages/webc": "0.0.1"
}
6 changes: 6 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @unpic/core bumped to 0.0.8

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @unpic/core bumped to 0.0.9

## 0.0.1 (2023-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unpic/astro",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"license": "MIT",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.9](https://github.com/ascorbic/unpic-img/compare/core-v0.0.8...core-v0.0.9) (2023-02-25)


### Bug Fixes

* **vue:** handle string props ([#48](https://github.com/ascorbic/unpic-img/issues/48)) ([b62413d](https://github.com/ascorbic/unpic-img/commit/b62413d5d3b6345b28d54568b42d7450c241318a))

## [0.0.8](https://github.com/ascorbic/unpic-img/compare/core-v0.0.7...core-v0.0.8) (2023-02-21)


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": "@unpic/core",
"version": "0.0.8",
"version": "0.0.9",
"packageManager": "yarn@3.4.1",
"scripts": {
"build": "tsup src/core.ts --format cjs,esm --dts --clean",
Expand Down
6 changes: 6 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @unpic/core bumped to 0.0.9

## 0.0.1 (2023-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unpic/preact",
"version": "0.0.1",
"version": "0.0.2",
"files": [
"dist",
"src"
Expand Down
6 changes: 6 additions & 0 deletions packages/qwik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @unpic/core bumped to 0.0.9

## 0.0.1 (2023-02-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unpic/qwik",
"version": "0.0.1",
"version": "0.0.2",
"description": "Qwik component for responsive, high-performance images",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @unpic/core bumped to 0.0.8

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @unpic/core bumped to 0.0.9

## [0.0.7](https://github.com/ascorbic/unpic-img/compare/react-v0.0.6...react-v0.0.7) (2023-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unpic/react",
"version": "0.0.8",
"version": "0.0.9",
"files": [
"dist",
"src"
Expand Down
14 changes: 14 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
* dependencies
* @unpic/core bumped to 0.0.8

## [0.0.7](https://github.com/ascorbic/unpic-img/compare/solid-v0.0.6...solid-v0.0.7) (2023-02-25)


### Features

* **webc:** add WebC/11ty support ([#49](https://github.com/ascorbic/unpic-img/issues/49)) ([be3056f](https://github.com/ascorbic/unpic-img/commit/be3056fdf3e87b382fb86ade74b0d1d3247072bd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @unpic/core bumped to 0.0.9

## [0.0.5](https://github.com/ascorbic/unpic-img/compare/solid-v0.0.4...solid-v0.0.5) (2023-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.6",
"version": "0.0.7",
"name": "@unpic/solid",
"description": "SolidJS component for responsive, high-performance images.",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@
* dependencies
* @unpic/core bumped to 0.0.8

## [0.0.7](https://github.com/ascorbic/unpic-img/compare/svelte-v0.0.6...svelte-v0.0.7) (2023-02-25)


### Features

* **webc:** add WebC/11ty support ([#49](https://github.com/ascorbic/unpic-img/issues/49)) ([be3056f](https://github.com/ascorbic/unpic-img/commit/be3056fdf3e87b382fb86ade74b0d1d3247072bd))


### Bug Fixes

* **svelte:** remove obsolete typesVersions ([#43](https://github.com/ascorbic/unpic-img/issues/43)) ([a55f9d1](https://github.com/ascorbic/unpic-img/commit/a55f9d15a455989f0b28b40e55367f98e9a10f0e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @unpic/core bumped to 0.0.9

## [0.0.5](https://github.com/ascorbic/unpic-img/compare/svelte-v0.0.4...svelte-v0.0.5) (2023-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unpic/svelte",
"version": "0.0.6",
"version": "0.0.7",
"scripts": {
"dev": "vite dev",
"test": "vitest",
Expand Down
15 changes: 15 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@
* dependencies
* @unpic/core bumped to 0.0.8

## [0.0.7](https://github.com/ascorbic/unpic-img/compare/vue-v0.0.6...vue-v0.0.7) (2023-02-25)


### Bug Fixes

* **vue:** add other required props ([#46](https://github.com/ascorbic/unpic-img/issues/46)) ([55d0584](https://github.com/ascorbic/unpic-img/commit/55d058437386fba363934d3c883d1638084d0a84))
* **vue:** handle string props ([#48](https://github.com/ascorbic/unpic-img/issues/48)) ([b62413d](https://github.com/ascorbic/unpic-img/commit/b62413d5d3b6345b28d54568b42d7450c241318a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @unpic/core bumped to 0.0.9

## [0.0.5](https://github.com/ascorbic/unpic-img/compare/vue-v0.0.4...vue-v0.0.5) (2023-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unpic/vue",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"files": [
"dist"
Expand Down
15 changes: 15 additions & 0 deletions packages/webc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.0.1 (2023-02-25)


### Features

* **webc:** add WebC/11ty support ([#49](https://github.com/ascorbic/unpic-img/issues/49)) ([be3056f](https://github.com/ascorbic/unpic-img/commit/be3056fdf3e87b382fb86ade74b0d1d3247072bd))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @unpic/core bumped to 0.0.9
3 changes: 2 additions & 1 deletion packages/webc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
},
"files": [
"unpic-img.webc"
]
],
"version": "0.0.1"
}

0 comments on commit 8f77407

Please sign in to comment.