Skip to content

Commit

Permalink
chore: release (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 21, 2024
1 parent 2873aeb commit f0aba73
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/early-emus-explode.md

This file was deleted.

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.12

### Patch Changes

- Updated dependencies [2873aeb]
- @yeger/vue-masonry-wall@5.0.12

## 2.0.11

### 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.11",
"version": "2.0.12",
"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.13

### Patch Changes

- Updated dependencies [2873aeb]
- @yeger/vue2-masonry-wall@5.0.13

## 2.0.12

### 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.12",
"version": "2.0.13",
"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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yeger/vue-masonry-wall

## 5.0.12

### Patch Changes

- 2873aeb: describe `items` reactivity limitations

## 5.0.11

### 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.11",
"version": "5.0.12",
"description": "Responsive masonry layout with SSR support and zero dependencies for Vue 3.",
"author": {
"name": "Jan Müller",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue2-masonry-wall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @yeger/vue2-masonry-wall

## 5.0.13

### Patch Changes

- 2873aeb: describe `items` reactivity limitations

## 5.0.12

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

0 comments on commit f0aba73

Please sign in to comment.