Skip to content

Commit

Permalink
Merge branch 'main' of github.com:simsustech/quasar-components
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Jun 12, 2024
2 parents 0305d43 + 10456c5 commit a335d36
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-eyes-draw.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @simsustech/quasar-components

## 0.10.0

### Minor Changes

- a0e1496: feat(components): add CronScheduleInput

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simsustech/quasar-components",
"version": "0.9.1",
"version": "0.10.0",
"author": "Stefan van Herwijnen",
"description": "High level components for Quasar Framework",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# dev

## 1.0.13

### Patch Changes

- Updated dependencies [a0e1496]
- @simsustech/quasar-components@0.10.0

## 1.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dev",
"private": true,
"productName": "App",
"version": "1.0.12",
"version": "1.0.13",
"type": "module",
"description": "Quasar components dev app",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@fastify/static": "^7.0.3",
"@quasar/extras": "^1.16.11",
"@simsustech/quasar-components": "^0.9.0",
"@simsustech/quasar-components": "^0.10.0",
"fastify": "^4.26.2",
"fastify-plugin": "^4.5.1",
"quasar": "^2.15.2",
Expand Down

0 comments on commit a335d36

Please sign in to comment.