Skip to content

Commit

Permalink
Bump version to 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Mar 23, 2024
1 parent 8a483a2 commit c999e17
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.21

### Patch Changes

- Remove debug `console.log`

## 0.0.20

### 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.20",
"version": "0.0.21",
"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.21

### Patch Changes

- Remove debug `console.log`
- Updated dependencies
- @teiler/core@0.0.21

## 0.0.20

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

"@teiler/core@npm:0.0.20, @teiler/core@workspace:packages/core":
"@teiler/core@npm:0.0.21, @teiler/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@teiler/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -5348,7 +5348,7 @@ __metadata:
"@storybook/svelte-vite": "npm:^7.6.12"
"@storybook/testing-library": "npm:^0.2.2"
"@sveltejs/vite-plugin-svelte": "npm:^3.0.2"
"@teiler/core": "npm:0.0.20"
"@teiler/core": "npm:0.0.21"
esbuild: "npm:^0.20.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
Expand Down

0 comments on commit c999e17

Please sign in to comment.