Skip to content

Commit

Permalink
Bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Nov 15, 2023
1 parent 4627990 commit d9ffaae
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
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.7

### Patch Changes

- feat: rewrite HTML tags, modify `svelte` exports

## 0.0.6

### 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.6",
"version": "0.0.7",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @teiler/svelte

## 0.0.7

### Patch Changes

- feat: rewrite HTML tags, modify `svelte` exports
- Updated dependencies
- @teiler/core@0.0.7

## 0.0.6

### 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.6",
"version": "0.0.7",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand All @@ -21,7 +21,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.6",
"@teiler/core": "0.0.7",
"svelte": "^4.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5204,7 +5204,7 @@ __metadata:
languageName: node
linkType: hard

"@teiler/core@0.0.6, @teiler/core@workspace:packages/core":
"@teiler/core@0.0.7, @teiler/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@teiler/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -5243,7 +5243,7 @@ __metadata:
"@storybook/svelte-vite": ^7.4.1
"@storybook/testing-library": ^0.2.0
"@sveltejs/vite-plugin-svelte": ^2.4.5
"@teiler/core": 0.0.6
"@teiler/core": 0.0.7
esbuild: ^0.19.2
react: ^18.2.0
react-dom: ^18.2.0
Expand Down

0 comments on commit d9ffaae

Please sign in to comment.