Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Haberkamp committed Jan 15, 2025
1 parent 8b64a1e commit 555001d
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-toys-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-spies-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-ears-sort.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/admin-sdk-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# meteor-admin-sdk-app

## 1.0.24

### Patch Changes

- Updated dependencies [f3b0e2f]
- @shopware-ag/meteor-component-library@4.0.1
- @shopware-ag/meteor-admin-sdk@5.6.2

## 1.0.23

### 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.23",
"version": "1.0.24",
"private": true,
"description": "",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# administration

## 1.0.2

### Patch Changes

- Updated dependencies [f3b0e2f]
- @shopware-ag/meteor-component-library@4.0.1
- @shopware-ag/meteor-admin-sdk@5.6.2

## 1.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "administration",
"version": "1.0.1",
"version": "1.0.2",
"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.17

### Patch Changes

- Updated dependencies [f3b0e2f]
- @shopware-ag/meteor-component-library@4.0.1

## 0.0.16

### 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.16",
"version": "0.0.17",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/admin-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.6.2

### Patch Changes

- Updated dependencies [f3b0e2f]
- @shopware-ag/meteor-component-library@4.0.1

## 5.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-ag/meteor-admin-sdk",
"version": "5.6.1",
"version": "5.6.2",
"description": "The Meteor SDK for the Shopware Administration.",
"keywords": [
"iframe",
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

## 4.0.1

### Patch Changes

- f3b0e2f: Fixed the Type generation for components like mt-text-editor or mt-tabs

## 4.0.0

### Major 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": "4.0.0",
"version": "4.0.1",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:shopware/meteor.git"
Expand Down
7 changes: 7 additions & 0 deletions packages/stylelint-plugin-meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopware-ag/stylelint-plugin-meteor

## 0.1.1

### Patch Changes

- ed632bf: Fix border rule to allow expressions
- 4245a21: Fix stylelint font rule to exclude font-feature-settings

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin-meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-ag/stylelint-plugin-meteor",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/commonjs/index.js",
"scripts": {
"build": "tshy",
Expand Down

0 comments on commit 555001d

Please sign in to comment.