Skip to content

Commit

Permalink
Bump version to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Feb 12, 2024
1 parent 91e22ec commit 46520c2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @teiler/core

## 0.0.16

### Patch Changes

- Update YARN version

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teiler/core",
"version": "0.0.15",
"version": "0.0.16",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @teiler/svelte

## 0.0.16

### Patch Changes

- Update YARN version
- Add `ThemeProvider.svelte` to exports
- Updated dependencies
- @teiler/core@0.0.16

## 0.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teiler/svelte",
"version": "0.0.15",
"version": "0.0.16",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand All @@ -22,7 +22,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.15",
"@teiler/core": "0.0.16",
"svelte": "^4.2.10"
},
"devDependencies": {
Expand Down

0 comments on commit 46520c2

Please sign in to comment.