Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
inkfarer committed Aug 9, 2024
1 parent e7e1244 commit c3bcfdf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 3.4.0

- Add `prefix` prop to ipl-input to display arbitrary text before the text input
- Allow adding labels to ipl-checkbox through its default slot
- Allow ipl-checkbox to be created without a label
- Clean up styles for ipl-checkbox and ipl-small-toggle when they have no labels

# 3.3.3

- Update exports in package.json to export types correctly

# 3.3.2

- Remove pointer cursors where they shouldn't be
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iplsplatoon/vue-components",
"version": "3.3.3",
"version": "3.4.0",
"description": "Vue components for internal Inkling Performance Labs utilities.",
"homepage": "https://github.com/IPLSplatoon/vue-components",
"repository": "https://github.com/IPLSplatoon/vue-components",
Expand Down

0 comments on commit c3bcfdf

Please sign in to comment.