Skip to content

Commit

Permalink
Version Packages (#8)
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 Jun 3, 2024
1 parent 4a5c959 commit 4503494
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/stupid-clocks-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-cobras-tap.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.24

### Patch Changes

- [`46272a7`](https://github.com/nerdslabs/teiler/commit/46272a7fe16ed077053ba75c2a2a299a77d55751) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Drop deprecated HTML elements

## 0.0.23

### 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.23",
"version": "0.0.24",
"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.24

### Patch Changes

- Updated dependencies [[`46272a7`](https://github.com/nerdslabs/teiler/commit/46272a7fe16ed077053ba75c2a2a299a77d55751)]:
- @teiler/core@0.0.24

## 0.0.23

### 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.23",
"version": "0.0.24",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand All @@ -24,7 +24,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.23",
"@teiler/core": "0.0.24",
"svelte": "^4.2.10"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @teiler/vue

## 0.0.5

### Patch Changes

- [`8b9f3f7`](https://github.com/nerdslabs/teiler/commit/8b9f3f7958262b9bfa10aee5fc4fc846682a60e1) Thanks [@drozdzynski](https://github.com/drozdzynski)! - Fix elements attributes per type

- Updated dependencies [[`46272a7`](https://github.com/nerdslabs/teiler/commit/46272a7fe16ed077053ba75c2a2a299a77d55751)]:
- @teiler/core@0.0.24

## 0.0.4

### 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.4",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "github:nerdslabs/teiler"
Expand All @@ -24,7 +24,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.23"
"@teiler/core": "0.0.24"
},
"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 @@ -5246,7 +5246,7 @@ __metadata:
languageName: node
linkType: hard

"@teiler/core@npm:0.0.23, @teiler/core@workspace:packages/core":
"@teiler/core@npm:0.0.24, @teiler/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@teiler/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -5283,7 +5283,7 @@ __metadata:
"@storybook/svelte-vite": "npm:^8.1.1"
"@storybook/test": "npm:^8.1.1"
"@sveltejs/vite-plugin-svelte": "npm:^3.1.0"
"@teiler/core": "npm:0.0.23"
"@teiler/core": "npm:0.0.24"
"@testing-library/svelte": "npm:^5.1.0"
esbuild: "npm:^0.20.0"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -5320,7 +5320,7 @@ __metadata:
"@storybook/test": "npm:^8.1.1"
"@storybook/vue3": "npm:^8.1.1"
"@storybook/vue3-vite": "npm:^8.1.1"
"@teiler/core": "npm:0.0.23"
"@teiler/core": "npm:0.0.24"
"@vitejs/plugin-vue": "npm:^5.0.4"
"@vue/test-utils": "npm:^2.4.6"
esbuild: "npm:^0.20.0"
Expand Down

0 comments on commit 4503494

Please sign in to comment.