Skip to content

Commit

Permalink
Bump version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Jul 21, 2023
1 parent 3356d9c commit 8b04cc4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @teiler/core

## 0.0.4

### Patch Changes

- feat: add a `keyframes` support
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.3",
"version": "0.0.4",
"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
@@ -0,0 +1,9 @@
# @teiler/svelte

## 0.0.4

### Patch Changes

- feat: add a `keyframes` support
- Updated dependencies
- @teiler/core@0.0.4
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.3",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand All @@ -21,7 +21,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.3",
"@teiler/core": "0.0.4",
"svelte": "^4.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 8b04cc4

Please sign in to comment.