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 Apr 17, 2024
2 parents d5eb6bf + ca2fa48 commit ae090c2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-apricots-kiss.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.6.0

### Minor Changes

- 2d54c9b: feat(components): add FilteredModelSelect component

## 0.5.7

### 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.5.7",
"version": "0.6.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.9

### Patch Changes

- Updated dependencies [2d54c9b]
- @simsustech/quasar-components@0.6.0

## 1.0.8

### 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.8",
"version": "1.0.9",
"type": "module",
"description": "Quasar components dev app",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@fastify/static": "^7.0.1",
"@quasar/extras": "^1.16.9",
"@simsustech/quasar-components": "^0.5.0",
"@simsustech/quasar-components": "^0.6.0",
"fastify": "^4.26.2",
"fastify-plugin": "^4.5.1",
"quasar": "^2.14.6",
Expand Down

0 comments on commit ae090c2

Please sign in to comment.