Skip to content

Commit ab4148b

Browse files
chore: release package(s) (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 34709d7 commit ab4148b

File tree

7 files changed

+23
-18
lines changed

7 files changed

+23
-18
lines changed

.changeset/afraid-suits-hear.md

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

.changeset/pretty-humans-study.md

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

.changeset/stupid-cars-build.md

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

packages/components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @simsustech/quasar-components
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 1bc095c: feat: add EmailInput component
8+
9+
### Patch Changes
10+
11+
- 3961b33: Rename surname to lastName
12+
- ea7443f: fix(ResponsiveDialog): replace modelValue with methods so that it is compatible with the persistent prop
13+
314
## 0.2.0
415

516
### Minor Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simsustech/quasar-components",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "Stefan van Herwijnen",
55
"description": "High level components for Quasar Framework",
66
"license": "MIT",

packages/dev/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# dev
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3961b33]
8+
- Updated dependencies [1bc095c]
9+
- Updated dependencies [ea7443f]
10+
- @simsustech/quasar-components@0.3.0
11+
312
## 1.0.5
413

514
### Patch Changes

packages/dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dev",
33
"private": true,
44
"productName": "App",
5-
"version": "1.0.5",
5+
"version": "1.0.6",
66
"type": "module",
77
"description": "Quasar components dev app",
88
"scripts": {
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@fastify/static": "^6.4.0",
1717
"@quasar/extras": "^1.13.1",
18-
"@simsustech/quasar-components": "^0.2.0",
18+
"@simsustech/quasar-components": "^0.3.0",
1919
"fastify": "^4.0.0",
2020
"fastify-plugin": "^3.0.1",
2121
"quasar": "^2.6.0",

0 commit comments

Comments
 (0)