Skip to content

Commit

Permalink
Merge pull request #13 from wobsoriano/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
wobsoriano authored Sep 5, 2024
2 parents db9bcd9 + f0f1518 commit d92960b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/fair-carrots-leave.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# vue-wrap-balancer

## 1.2.0

### Minor Changes

- db9bcd9: Bump non-major dependencies and named export Balancer component

Usage

```vue
<script setup>
import { Balancer } from "vue-wrap-balancer";
</script>
<template>
<h1>
<Balancer>My Awesome Title</Balancer>
</h1>
</template>
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-wrap-balancer",
"version": "1.1.3",
"version": "1.2.0",
"packageManager": "[email protected]",
"description": "Better text wrapping for Vue.",
"author": "Robert Soriano <[email protected]>",
Expand Down

0 comments on commit d92960b

Please sign in to comment.