Skip to content

Commit

Permalink
Version Packages (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 29, 2024
1 parent 561aaa4 commit 033241f
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-tomatoes-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-days-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-ears-judge.md

This file was deleted.

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.23

### Patch Changes

- [`2416abd`](https://github.com/nerdslabs/teiler/commit/2416abd6e7c91ca77c4d27f3541588eadd795dd4) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Add `hydrate` method to style sheet

## 0.0.22

### 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.22",
"version": "0.0.23",
"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.23

### Patch Changes

- [`561aaa4`](https://github.com/nerdslabs/teiler/commit/561aaa4b1ffaba4264551501adcdd01655b108eb) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Lazy initialize StyleSheet for better handling

- Updated dependencies [[`2416abd`](https://github.com/nerdslabs/teiler/commit/2416abd6e7c91ca77c4d27f3541588eadd795dd4)]:
- @teiler/core@0.0.23

## 0.0.22

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

## 0.0.3

### Patch Changes

- [`561aaa4`](https://github.com/nerdslabs/teiler/commit/561aaa4b1ffaba4264551501adcdd01655b108eb) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Lazy initialize StyleSheet for better handling

- [`bb70b5f`](https://github.com/nerdslabs/teiler/commit/bb70b5f6a376b67c4d8e0fea7bcf8fbe3f2ae4b7) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Fix typings for TSX

- Updated dependencies [[`2416abd`](https://github.com/nerdslabs/teiler/commit/2416abd6e7c91ca77c4d27f3541588eadd795dd4)]:
- @teiler/core@0.0.23

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teiler/vue",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand Down

0 comments on commit 033241f

Please sign in to comment.