Skip to content

Commit

Permalink
Version Packages (#10)
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 Aug 19, 2024
1 parent bd16828 commit 9e29daa
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/lovely-apes-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-adults-divide.md

This file was deleted.

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

### Patch Changes

- [#9](https://github.com/nerdslabs/teiler/pull/9) [`bd16828`](https://github.com/nerdslabs/teiler/commit/bd168288b500a340ae922fa0e6d97ade3be0bdc0) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Update dependencies

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.25

### Patch Changes

- [#9](https://github.com/nerdslabs/teiler/pull/9) [`bd16828`](https://github.com/nerdslabs/teiler/commit/bd168288b500a340ae922fa0e6d97ade3be0bdc0) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Update dependencies

- Updated dependencies [[`bd16828`](https://github.com/nerdslabs/teiler/commit/bd168288b500a340ae922fa0e6d97ade3be0bdc0)]:
- @teiler/core@0.0.25

## 0.0.24

### 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.24",
"version": "0.0.25",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand All @@ -24,7 +24,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.24",
"@teiler/core": "0.0.25",
"svelte": "^4.2.18"
},
"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.6

### Patch Changes

- [#9](https://github.com/nerdslabs/teiler/pull/9) [`bd16828`](https://github.com/nerdslabs/teiler/commit/bd168288b500a340ae922fa0e6d97ade3be0bdc0) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Update dependencies

- [`3caecbe`](https://github.com/nerdslabs/teiler/commit/3caecbefaa4c0fa214be0d551bd16a6ded2bc128) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Fix typescript error `TS2590`

- Updated dependencies [[`bd16828`](https://github.com/nerdslabs/teiler/commit/bd168288b500a340ae922fa0e6d97ade3be0bdc0)]:
- @teiler/core@0.0.25

## 0.0.5

### 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.5",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand All @@ -24,7 +24,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.24"
"@teiler/core": "0.0.25"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.4",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5387,7 +5387,7 @@ __metadata:
languageName: node
linkType: hard

"@teiler/core@npm:0.0.24, @teiler/core@workspace:packages/core":
"@teiler/core@npm:0.0.25, @teiler/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@teiler/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -5427,7 +5427,7 @@ __metadata:
"@sveltejs/vite-plugin-svelte": "npm:^3.1.0"
"@swc/core": "npm:^1.7.11"
"@swc/jest": "npm:^0.2.36"
"@teiler/core": "npm:0.0.24"
"@teiler/core": "npm:0.0.25"
"@testing-library/svelte": "npm:^5.2.1"
jest: "npm:^29.7.0"
jest-environment-jsdom: "npm:^29.7.0"
Expand Down Expand Up @@ -5464,7 +5464,7 @@ __metadata:
"@storybook/vue3-vite": "npm:^8.1.1"
"@swc/core": "npm:^1.7.11"
"@swc/jest": "npm:^0.2.36"
"@teiler/core": "npm:0.0.24"
"@teiler/core": "npm:0.0.25"
"@vitejs/plugin-vue": "npm:^5.0.4"
"@vue/test-utils": "npm:^2.4.6"
jest: "npm:^29.7.0"
Expand Down

0 comments on commit 9e29daa

Please sign in to comment.