Skip to content

Commit

Permalink
chore: release (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 6, 2024
1 parent 9b3d464 commit 8e4ac40
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/healthy-forks-fly.md

This file was deleted.

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

## 2.0.11

### Patch Changes

- Updated dependencies [9b3d464]
- vue-marmoset-viewer@4.0.11

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/vue-marmoset-viewer-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-marmoset-viewer-docs",
"type": "module",
"version": "2.0.10",
"version": "2.0.11",
"private": true,
"scripts": {
"build": "vite build && cp dist/index.html dist/404.html",
Expand Down
7 changes: 7 additions & 0 deletions docs/vue-masonry-wall-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @yeger/vue-masonry-wall-docs

## 2.0.13

### Patch Changes

- Updated dependencies [9b3d464]
- @yeger/vue-masonry-wall@5.0.13

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/vue-masonry-wall-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yeger/vue-masonry-wall-docs",
"type": "module",
"version": "2.0.12",
"version": "2.0.13",
"private": true,
"scripts": {
"build": "vite build && cp dist/index.html dist/404.html",
Expand Down
7 changes: 7 additions & 0 deletions docs/vue2-masonry-wall-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @yeger/vue2-masonry-wall-docs

## 2.0.14

### Patch Changes

- Updated dependencies [9b3d464]
- @yeger/vue2-masonry-wall@5.0.14

## 2.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/vue2-masonry-wall-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yeger/vue2-masonry-wall-docs",
"type": "module",
"version": "2.0.13",
"version": "2.0.14",
"private": true,
"scripts": {
"build": "vite build && cp dist/index.html dist/404.html",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vite-plugin-lib

## 2.0.12

### Patch Changes

- 9b3d464: generate valid types

## 2.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-lib",
"version": "2.0.11",
"version": "2.0.12",
"description": "Vite plugin for build configuration, automatic aliases, and type declarations.",
"author": "Jan Müller <janmueller3698@gmail.com>",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-marmoset-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vue-marmoset-viewer

## 4.0.11

### Patch Changes

- 9b3d464: generate valid types
- @yeger/debounce@2.0.9

## 4.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-marmoset-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-marmoset-viewer",
"type": "module",
"version": "4.0.10",
"version": "4.0.11",
"private": false,
"description": "A responsive and configurable Marmoset Viewer component for Vue.",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-masonry-wall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @yeger/vue-masonry-wall

## 5.0.13

### Patch Changes

- 9b3d464: generate valid types
- @yeger/vue-masonry-wall-core@5.0.10

## 5.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-masonry-wall/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yeger/vue-masonry-wall",
"type": "module",
"version": "5.0.12",
"version": "5.0.13",
"description": "Responsive masonry layout with SSR support and zero dependencies for Vue 3.",
"author": {
"name": "Jan Müller",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue2-masonry-wall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @yeger/vue2-masonry-wall

## 5.0.14

### Patch Changes

- 9b3d464: generate valid types
- @yeger/vue-masonry-wall-core@5.0.10

## 5.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2-masonry-wall/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yeger/vue2-masonry-wall",
"type": "module",
"version": "5.0.13",
"version": "5.0.14",
"description": "Responsive masonry layout with SSR support and zero dependencies for Vue 2.",
"author": {
"name": "Jan Müller",
Expand Down

0 comments on commit 8e4ac40

Please sign in to comment.