Skip to content

Commit

Permalink
bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Dec 12, 2024
1 parent 9524e22 commit 4676770
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 4 deletions.
12 changes: 12 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# mockline

## 0.11.0

### Minor Changes

- Major themes handle improvements

### Patch Changes

- Updated dependencies
- @mockline/themes@0.11.0
- @mockline/types@0.11.0

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mockline",
"version": "0.10.0",
"version": "0.11.0",
"type": "module",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mockline/themes

## 0.11.0

### Minor Changes

- Major themes handle improvements

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mockline/themes",
"version": "0.10.0",
"version": "0.11.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/components/prose/callout.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { tv, VariantProps } from 'tailwind-variants'
import { tv, type VariantProps } from 'tailwind-variants'

export const proseCallout = tv({
slots: {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mockline/types

## 0.11.0

### Minor Changes

- Major themes handle improvements

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mockline/types",
"version": "0.10.0",
"version": "0.11.0",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4676770

Please sign in to comment.