Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(next-release): version package (next) #3071

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"lovely-dingos-join",
"lovely-walls-push",
"mean-schools-double",
"mighty-poets-mate",
"nasty-chefs-build",
"nasty-snails-hug",
"olive-coats-brake",
Expand All @@ -61,6 +62,8 @@
"stale-poets-sell",
"stale-taxis-kneel",
"strong-tables-whisper",
"sweet-apes-fix",
"sweet-pens-compare",
"swift-kings-float",
"swift-students-confess",
"tame-crews-poke",
Expand Down
9 changes: 9 additions & 0 deletions packages/necroparser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @skeletonlabs/necroparser

## 0.0.2-next.0

### Patch Changes

- Remove `union` typeKind as it was more often wrong than right. ([#3068](https://github.com/skeletonlabs/skeleton/pull/3068))

- Add `transformProperty` option to alter the output of `getInterfaces`. ([#3072](https://github.com/skeletonlabs/skeleton/pull/3072))
2 changes: 1 addition & 1 deletion packages/necroparser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skeletonlabs/necroparser",
"private": true,
"version": "0.0.1",
"version": "0.0.2-next.0",
"type": "module",
"scripts": {
"package": "unbuild",
Expand Down
6 changes: 6 additions & 0 deletions packages/skeleton-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skeletonlabs/skeleton-react

## 1.0.0-next.13

### Patch Changes

- chore: Remove extra height class from NavBar ([#3074](https://github.com/skeletonlabs/skeleton/pull/3074))

## 1.0.0-next.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/skeleton-react",
"version": "1.0.0-next.12",
"version": "1.0.0-next.13",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/skeleton-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @skeletonlabs/skeleton-svelte

## 1.0.0-next.17

### Patch Changes

- chore: Remove extra height class from NavBar ([#3074](https://github.com/skeletonlabs/skeleton/pull/3074))

## 1.0.0-next.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skeleton-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeletonlabs/skeleton-svelte",
"version": "1.0.0-next.16",
"version": "1.0.0-next.17",
"description": "The Svelte package for Skeleton.",
"author": "endigo9740 <[email protected]>",
"scripts": {
Expand Down