Skip to content

Commit 16f1d26

Browse files
RELEASING: Releasing 5 package(s)
Releases: @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] [skip ci]
1 parent fdbc439 commit 16f1d26

File tree

14 files changed

+73
-35
lines changed

14 files changed

+73
-35
lines changed

.changeset/blue-bags-invite.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/plenty-ties-camp.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/quiet-goats-type.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/shiny-hounds-beg.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/codeimage/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @codeimage/app
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- [#262](https://github.com/riccardoperra/codeimage/pull/262) [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add editor background type
8+
9+
* [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors
10+
11+
### Patch Changes
12+
13+
- [#261](https://github.com/riccardoperra/codeimage/pull/261) [`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: fix broken editor when themeId configuration does not match
14+
15+
* [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2
16+
17+
* Updated dependencies [[`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408), [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868), [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e), [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6)]:
18+
- @codeimage/theme@0.8.0
19+
- @codeimage/config@6.0.0
20+
- @codeimage/locale@0.5.1
21+
- @codeimage/ui@0.7.0
22+
323
## 0.17.2
424

525
### Patch Changes

apps/codeimage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codeimage/app",
33
"private": true,
4-
"version": "0.17.2",
4+
"version": "0.18.0",
55
"scripts": {
66
"start": "vite",
77
"dev": "vite --host --force",

packages/config/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @codeimage/theme
22

3+
## 6.0.0
4+
5+
### Minor Changes
6+
7+
- [#262](https://github.com/riccardoperra/codeimage/pull/262) [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add editor background type
8+
9+
* [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors
10+
11+
### Patch Changes
12+
13+
- [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2
14+
15+
- Updated dependencies [[`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408), [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868), [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e), [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6)]:
16+
- @codeimage/theme@0.8.0
17+
318
## 5.0.0
419

520
### Minor Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/config",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"module": "./dist/config.es.js",
55
"source": "./src/public-api.ts",
66
"types": "./dist/public-api.d.ts",

packages/locale/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/theme
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2
8+
39
## 0.5.0
410

511
### Minor Changes

packages/locale/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/locale",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"module": "./dist/locale.es.js",
55
"source": "./src/public-api.ts",
66
"types": "./dist/public-api.d.ts",

0 commit comments

Comments
 (0)