Skip to content

Commit

Permalink
Bump version to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Feb 1, 2024
1 parent 8e113af commit 3714b3c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default Button

## Packages

| Package | Download
| :--- | :------ |
| Core | ![npm](https://img.shields.io/npm/dm/%40teiler%2Fcore) |
| Svelte | ![npm](https://img.shields.io/npm/dm/%40teiler%2Fsvelte) |
| Package | Download | Size
| :--- | :------ | :---- |
| Core | ![npm](https://img.shields.io/npm/dm/%40teiler%2Fcore) | ![npm bundle size](https://img.shields.io/bundlephobia/min/%40teiler%2Fcore) |
| Svelte | ![npm](https://img.shields.io/npm/dm/%40teiler%2Fsvelte) | ![npm bundle size](https://img.shields.io/bundlephobia/min/%40teiler%2Fsvelte) |
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.11

### Patch Changes

- Handle Pattern as nested selector

## 0.0.10

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

## 0.0.11

### Patch Changes

- Updated dependencies
- @teiler/core@0.0.11

## 0.0.10

### 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.10",
"version": "0.0.11",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand All @@ -21,7 +21,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.10",
"@teiler/core": "0.0.11",
"svelte": "^4.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 3714b3c

Please sign in to comment.