Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #14

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/modern-months-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-taxis-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-mangos-attack.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/yellow-bottles-dance.md

This file was deleted.

Binary file modified .yarn/install-state.gz
Binary file not shown.
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @teiler/core

## 0.0.26

### Patch Changes

- [#13](https://github.com/nerdslabs/teiler/pull/13) [`f492af9`](https://github.com/nerdslabs/teiler/commit/f492af9abb94f9e96844c1dacaaa23032cf926f4) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Change `strict` to `true` in `tsconfig.json`

- [`38f8858`](https://github.com/nerdslabs/teiler/commit/38f8858426d63b283ae20131e82a9ad7dab3c8a9) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Fix `DefaultTheme` interface

- [#15](https://github.com/nerdslabs/teiler/pull/15) [`679c940`](https://github.com/nerdslabs/teiler/commit/679c940a139c5db962324fa953a51fce4c5d1ab4) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Update dependencies

## 0.0.25

### 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.25",
"version": "0.0.26",
"repository": {
"url": "nerdslabs/teiler",
"directory": "packages/core"
Expand Down
11 changes: 11 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @teiler/svelte

## 0.0.27

### Patch Changes

- [#13](https://github.com/nerdslabs/teiler/pull/13) [`f492af9`](https://github.com/nerdslabs/teiler/commit/f492af9abb94f9e96844c1dacaaa23032cf926f4) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Change `strict` to `true` in `tsconfig.json`

- [#15](https://github.com/nerdslabs/teiler/pull/15) [`679c940`](https://github.com/nerdslabs/teiler/commit/679c940a139c5db962324fa953a51fce4c5d1ab4) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Update dependencies

- Updated dependencies [[`f492af9`](https://github.com/nerdslabs/teiler/commit/f492af9abb94f9e96844c1dacaaa23032cf926f4), [`38f8858`](https://github.com/nerdslabs/teiler/commit/38f8858426d63b283ae20131e82a9ad7dab3c8a9), [`679c940`](https://github.com/nerdslabs/teiler/commit/679c940a139c5db962324fa953a51fce4c5d1ab4)]:
- @teiler/core@0.0.26

## 0.0.26

### 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.26",
"version": "0.0.27",
"repository": {
"url": "nerdslabs/teiler",
"directory": "packages/svelte"
Expand All @@ -26,7 +26,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.25",
"@teiler/core": "0.0.26",
"svelte": "^4.2.19"
},
"devDependencies": {
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.7

### Patch Changes

- [#13](https://github.com/nerdslabs/teiler/pull/13) [`f492af9`](https://github.com/nerdslabs/teiler/commit/f492af9abb94f9e96844c1dacaaa23032cf926f4) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Change `strict` to `true` in `tsconfig.json`

- [#15](https://github.com/nerdslabs/teiler/pull/15) [`679c940`](https://github.com/nerdslabs/teiler/commit/679c940a139c5db962324fa953a51fce4c5d1ab4) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Update dependencies

- Updated dependencies [[`f492af9`](https://github.com/nerdslabs/teiler/commit/f492af9abb94f9e96844c1dacaaa23032cf926f4), [`38f8858`](https://github.com/nerdslabs/teiler/commit/38f8858426d63b283ae20131e82a9ad7dab3c8a9), [`679c940`](https://github.com/nerdslabs/teiler/commit/679c940a139c5db962324fa953a51fce4c5d1ab4)]:
- @teiler/core@0.0.26

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teiler/vue",
"version": "0.0.6",
"version": "0.0.7",
"repository": {
"url": "nerdslabs/teiler",
"directory": "packages/vue"
Expand All @@ -26,7 +26,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.25"
"@teiler/core": "0.0.26"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5633,7 +5633,7 @@ __metadata:
languageName: node
linkType: hard

"@teiler/core@npm:0.0.25, @teiler/core@workspace:packages/core":
"@teiler/core@npm:0.0.26, @teiler/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@teiler/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -5675,7 +5675,7 @@ __metadata:
"@sveltejs/vite-plugin-svelte": "npm:^3.1.2"
"@swc/core": "npm:^1.7.39"
"@swc/jest": "npm:^0.2.36"
"@teiler/core": "npm:0.0.25"
"@teiler/core": "npm:0.0.26"
"@testing-library/svelte": "npm:^5.2.4"
jest: "npm:^29.7.0"
jest-environment-jsdom: "npm:^29.7.0"
Expand Down Expand Up @@ -5713,7 +5713,7 @@ __metadata:
"@storybook/vue3-vite": "npm:^8.3.6"
"@swc/core": "npm:^1.7.39"
"@swc/jest": "npm:^0.2.36"
"@teiler/core": "npm:0.0.25"
"@teiler/core": "npm:0.0.26"
"@vitejs/plugin-vue": "npm:^5.1.4"
"@vue/test-utils": "npm:^2.4.6"
jest: "npm:^29.7.0"
Expand Down