Skip to content

Commit

Permalink
Merge pull request #12 from x0k/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
x0k authored Oct 17, 2024
2 parents 030cf41 + 5a84945 commit 8d186e9
Show file tree
Hide file tree
Showing 20 changed files with 91 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-grapes-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-queens-live.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# docs

## 0.0.12

### Patch Changes

- Updated dependencies [[`030cf41`](https://github.com/x0k/svelte-jsonschema-form/commit/030cf419388411f57d2bdc5ec8e0305bc4008322), [`6bfbe88`](https://github.com/x0k/svelte-jsonschema-form/commit/6bfbe88253a231c4d0e55631059edd3ea4a60c70)]:
- @sjsf/form@0.2.5
- @sjsf/ajv8-validator@0.2.5
- @sjsf/daisyui-theme@0.2.5
- @sjsf/flowbite-icons@0.2.5
- @sjsf/flowbite-theme@0.2.5
- @sjsf/lucide-icons@0.2.5
- @sjsf/skeleton-theme@0.2.5

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"private": true,
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"scripts": {
"dev": "astro dev",
"build": " astro build",
Expand Down
13 changes: 13 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# playground

## 0.0.12

### Patch Changes

- Updated dependencies [[`030cf41`](https://github.com/x0k/svelte-jsonschema-form/commit/030cf419388411f57d2bdc5ec8e0305bc4008322), [`6bfbe88`](https://github.com/x0k/svelte-jsonschema-form/commit/6bfbe88253a231c4d0e55631059edd3ea4a60c70)]:
- @sjsf/form@0.2.5
- @sjsf/ajv8-validator@0.2.5
- @sjsf/daisyui-theme@0.2.5
- @sjsf/flowbite-icons@0.2.5
- @sjsf/flowbite-theme@0.2.5
- @sjsf/lucide-icons@0.2.5
- @sjsf/skeleton-theme@0.2.5

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playground",
"private": true,
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
9 changes: 9 additions & 0 deletions packages/ajv8-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sjsf/ajv8-validator

## 0.2.5

### Patch Changes

- [`6bfbe88`](https://github.com/x0k/svelte-jsonschema-form/commit/6bfbe88253a231c4d0e55631059edd3ea4a60c70) Thanks [@x0k](https://github.com/x0k)! - Fix exports definitions

- Updated dependencies [[`030cf41`](https://github.com/x0k/svelte-jsonschema-form/commit/030cf419388411f57d2bdc5ec8e0305bc4008322)]:
- @sjsf/form@0.2.5

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ajv8-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/ajv8-validator",
"version": "0.2.4",
"version": "0.2.5",
"description": "The ajv-8 based validator for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
}
},
"peerDependencies": {
"@sjsf/form": "workspace:^0.2.4",
"@sjsf/form": "workspace:^0.2.5",
"ajv": "catalog:"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/daisyui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/daisyui-theme

## 0.2.5

### Patch Changes

- Updated dependencies [[`030cf41`](https://github.com/x0k/svelte-jsonschema-form/commit/030cf419388411f57d2bdc5ec8e0305bc4008322)]:
- @sjsf/form@0.2.5

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/daisyui-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/daisyui-theme",
"version": "0.2.4",
"version": "0.2.5",
"description": "The daisyui based theme for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"./styles.css": "./dist/styles.css"
},
"peerDependencies": {
"@sjsf/form": "workspace:^0.2.4",
"@sjsf/form": "workspace:^0.2.5",
"daisyui": "^4.12.13",
"svelte": "^5.0.0-next.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/flowbite-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/flowbite-icons

## 0.2.5

### Patch Changes

- Updated dependencies [[`030cf41`](https://github.com/x0k/svelte-jsonschema-form/commit/030cf419388411f57d2bdc5ec8e0305bc4008322)]:
- @sjsf/form@0.2.5

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/flowbite-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/flowbite-icons",
"version": "0.2.4",
"version": "0.2.5",
"description": "The flowbite based icons set for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"./styles.css": "./dist/styles.css"
},
"peerDependencies": {
"@sjsf/form": "workspace:^0.2.4",
"@sjsf/form": "workspace:^0.2.5",
"flowbite-svelte-icons": "2.0.0-next.17",
"svelte": "^5.0.0-next.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/flowbite-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/flowbite-theme

## 0.2.5

### Patch Changes

- Updated dependencies [[`030cf41`](https://github.com/x0k/svelte-jsonschema-form/commit/030cf419388411f57d2bdc5ec8e0305bc4008322)]:
- @sjsf/form@0.2.5

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/flowbite-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/flowbite-theme",
"version": "0.2.4",
"version": "0.2.5",
"description": "The flowbite based theme for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"./styles.css": "./dist/styles.css"
},
"peerDependencies": {
"@sjsf/form": "workspace:^0.2.4",
"@sjsf/form": "workspace:^0.2.5",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.46.23",
"svelte": "^5.0.0-next.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sjsf/form

## 0.2.5

### Patch Changes

- [`030cf41`](https://github.com/x0k/svelte-jsonschema-form/commit/030cf419388411f57d2bdc5ec8e0305bc4008322) Thanks [@x0k](https://github.com/x0k)! - Fix exports definitions

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/form",
"version": "0.2.4",
"version": "0.2.5",
"description": "Svelte 5 library for creating forms based on JSON schema.",
"license": "(MIT AND Apache-2.0)",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/lucide-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/lucide-icons

## 0.2.5

### Patch Changes

- Updated dependencies [[`030cf41`](https://github.com/x0k/svelte-jsonschema-form/commit/030cf419388411f57d2bdc5ec8e0305bc4008322)]:
- @sjsf/form@0.2.5

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lucide-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/lucide-icons",
"version": "0.2.4",
"version": "0.2.5",
"description": "The lucide based icons set for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
}
},
"peerDependencies": {
"@sjsf/form": "workspace:^0.2.4",
"@sjsf/form": "workspace:^0.2.5",
"lucide-svelte": "^0.453.0",
"svelte": "^5.0.0-next.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/skeleton-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sjsf/skeleton-theme

## 0.2.5

### Patch Changes

- Updated dependencies [[`030cf41`](https://github.com/x0k/svelte-jsonschema-form/commit/030cf419388411f57d2bdc5ec8e0305bc4008322)]:
- @sjsf/form@0.2.5

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/skeleton-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjsf/skeleton-theme",
"version": "0.2.4",
"version": "0.2.5",
"description": "The skeleton based theme for svelte-jsonschema-form",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"./styles.css": "./dist/styles.css"
},
"peerDependencies": {
"@sjsf/form": "workspace:^0.2.4",
"@sjsf/form": "workspace:^0.2.5",
"@skeletonlabs/skeleton": "3.0.0-next.5",
"@tailwindcss/forms": "^0.5.9",
"svelte": "^5.0.0-next.1"
Expand Down

0 comments on commit 8d186e9

Please sign in to comment.