Skip to content
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
5 changes: 0 additions & 5 deletions .changeset/wild-bags-open.md

This file was deleted.

7 changes: 7 additions & 0 deletions app/solid-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solid-start-app

## 0.0.36

### Patch Changes

- Updated dependencies []:
- dreamkit@0.0.49

## 0.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion app/solid-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-start-app",
"version": "0.0.35",
"version": "0.0.36",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dreamkit/app

## 0.0.40

### Patch Changes

- Updated dependencies [[`a828366`](https://github.com/swordev/dreamkit/commit/a82836606eb99eb76dcadcad80aa852bf62f49cf)]:
- @dreamkit/schema@0.0.21
- @dreamkit/func@0.0.25

## 0.0.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dreamkit/app",
"version": "0.0.39",
"version": "0.0.40",
"description": "Set of utils to create applications.",
"homepage": "https://dreamkit.dev",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dreamkit/core

## 0.0.18

### Patch Changes

- Updated dependencies [[`a828366`](https://github.com/swordev/dreamkit/commit/a82836606eb99eb76dcadcad80aa852bf62f49cf)]:
- @dreamkit/schema@0.0.21
- @dreamkit/app@0.0.40
- @dreamkit/func@0.0.25

## 0.0.17

### Patch Changes
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": "@dreamkit/core",
"version": "0.0.17",
"version": "0.0.18",
"description": "Core of DreamKit.",
"keywords": [
"type-safe",
Expand Down
9 changes: 9 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @dreamkit/dev

## 0.0.48

### Patch Changes

- Updated dependencies [[`a828366`](https://github.com/swordev/dreamkit/commit/a82836606eb99eb76dcadcad80aa852bf62f49cf)]:
- @dreamkit/schema@0.0.21
- @dreamkit/app@0.0.40
- @dreamkit/node-app@0.0.35

## 0.0.47

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dreamkit/dev",
"version": "0.0.47",
"version": "0.0.48",
"description": "Development tools for DreamKit.",
"homepage": "https://dreamkit.dev",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/dreamkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# dreamkit

## 0.0.49

### Patch Changes

- Updated dependencies []:
- @dreamkit/core@0.0.18
- @dreamkit/dev@0.0.48
- @dreamkit/node-app@0.0.35
- @dreamkit/solid@0.0.43

## 0.0.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dreamkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dreamkit",
"version": "0.0.48",
"version": "0.0.49",
"description": "Toolkit for building Solid/SolidStart apps.",
"keywords": [
"solid",
Expand Down
7 changes: 7 additions & 0 deletions packages/func/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dreamkit/func

## 0.0.25

### Patch Changes

- Updated dependencies [[`a828366`](https://github.com/swordev/dreamkit/commit/a82836606eb99eb76dcadcad80aa852bf62f49cf)]:
- @dreamkit/schema@0.0.21

## 0.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/func/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dreamkit/func",
"version": "0.0.24",
"version": "0.0.25",
"description": "Functions builder with IoC and input validation.",
"homepage": "https://dreamkit.dev",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/node-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dreamkit/node-app

## 0.0.35

### Patch Changes

- Updated dependencies [[`a828366`](https://github.com/swordev/dreamkit/commit/a82836606eb99eb76dcadcad80aa852bf62f49cf)]:
- @dreamkit/schema@0.0.21
- @dreamkit/app@0.0.40

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dreamkit/node-app",
"version": "0.0.34",
"version": "0.0.35",
"description": "DreamKit application for Node.js.",
"keywords": [],
"homepage": "https://dreamkit.dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dreamkit/schema

## 0.0.21

### Patch Changes

- [`a828366`](https://github.com/swordev/dreamkit/commit/a82836606eb99eb76dcadcad80aa852bf62f49cf) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix query types

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dreamkit/schema",
"version": "0.0.20",
"version": "0.0.21",
"description": "Validation and management of typed schemas.",
"homepage": "https://dreamkit.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dreamkit/site

## 0.0.52

### Patch Changes

- Updated dependencies []:
- dreamkit@0.0.49

## 0.0.51

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dreamkit/site",
"version": "0.0.51",
"version": "0.0.52",
"description": "DreamKit Webite.",
"homepage": "https://dreamkit.dev",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dreamkit/solid

## 0.0.43

### Patch Changes

- Updated dependencies [[`a828366`](https://github.com/swordev/dreamkit/commit/a82836606eb99eb76dcadcad80aa852bf62f49cf)]:
- @dreamkit/schema@0.0.21
- @dreamkit/app@0.0.40

## 0.0.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dreamkit/solid",
"version": "0.0.42",
"version": "0.0.43",
"description": "DreamKit tools for Solid.",
"keywords": [
"solid",
Expand Down