Skip to content

Commit

Permalink
chore: release (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 30, 2024
1 parent ac9b404 commit 81c7779
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-zoos-live.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/vue-masonry-wall-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yeger/vue-masonry-wall-docs

## 2.0.15

### Patch Changes

- @yeger/vue-masonry-wall@5.0.15

## 2.0.14

### 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.14",
"version": "2.0.15",
"private": true,
"scripts": {
"build": "vite build && cp dist/index.html dist/404.html",
Expand Down
6 changes: 6 additions & 0 deletions docs/vue2-masonry-wall-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yeger/vue2-masonry-wall-docs

## 2.0.16

### Patch Changes

- @yeger/vue2-masonry-wall@5.0.16

## 2.0.15

### 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.15",
"version": "2.0.16",
"private": true,
"scripts": {
"build": "vite build && cp dist/index.html dist/404.html",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-masonry-wall-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yeger/vue-masonry-wall-core

## 5.0.12

### Patch Changes

- ac9b404: prevent item duplication due to race condition

## 5.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-masonry-wall-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yeger/vue-masonry-wall-core",
"type": "module",
"version": "5.0.11",
"version": "5.0.12",
"author": {
"name": "Jan Müller",
"url": "https://github.com/DerYeger"
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.15

### Patch Changes

- Updated dependencies [ac9b404]
- @yeger/vue-masonry-wall-core@5.0.12

## 5.0.14

### 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.14",
"version": "5.0.15",
"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.16

### Patch Changes

- Updated dependencies [ac9b404]
- @yeger/vue-masonry-wall-core@5.0.12

## 5.0.15

### 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.15",
"version": "5.0.16",
"description": "Responsive masonry layout with SSR support and zero dependencies for Vue 2.",
"author": {
"name": "Jan Müller",
Expand Down

0 comments on commit 81c7779

Please sign in to comment.