Skip to content
Open
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/form-field-hint-prop.md

This file was deleted.

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

## 0.0.7

### Patch Changes

- Updated dependencies [[`26f46b6`](https://github.com/shopware/meteor/commit/26f46b611d5b1e72d28af816b50b2ee2a416017d)]:
- @shopware-ag/meteor-component-library@5.6.0

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor-docs",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/admin-sdk-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# meteor-admin-sdk-app

## 1.0.80

### Patch Changes

- Updated dependencies [[`26f46b6`](https://github.com/shopware/meteor/commit/26f46b611d5b1e72d28af816b50b2ee2a416017d)]:
- @shopware-ag/meteor-component-library@5.6.0

## 1.0.79

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/admin-sdk-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor-admin-sdk-app",
"version": "1.0.79",
"version": "1.0.80",
"private": true,
"description": "",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# administration

## 1.0.58

### Patch Changes

- Updated dependencies [[`26f46b6`](https://github.com/shopware/meteor/commit/26f46b611d5b1e72d28af816b50b2ee2a416017d)]:
- @shopware-ag/meteor-component-library@5.6.0

## 1.0.57

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "administration",
"version": "1.0.57",
"version": "1.0.58",
"private": true,
"description": "",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions examples/nuxt-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# nuxt-app

## 0.0.73

### Patch Changes

- Updated dependencies [[`26f46b6`](https://github.com/shopware/meteor/commit/26f46b611d5b1e72d28af816b50b2ee2a416017d)]:
- @shopware-ag/meteor-component-library@5.6.0

## 0.0.72

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-app",
"version": "0.0.72",
"version": "0.0.73",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/component-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.6.0

### Minor Changes

- [#1139](https://github.com/shopware/meteor/pull/1139) [`26f46b6`](https://github.com/shopware/meteor/commit/26f46b611d5b1e72d28af816b50b2ee2a416017d) Thanks [@alastair-simon](https://github.com/alastair-simon)! - Add an optional `hint` prop to all form fields for rendering a caption below the field. The existing `#hint` slot still works and takes precedence. Hint content now renders with a consistent info-icon style, which also applies to existing `#hint` slot usage.

## 5.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/component-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-ag/meteor-component-library",
"version": "5.5.0",
"version": "5.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/shopware/meteor.git"
Expand Down