Skip to content

Commit

Permalink
Version Packages (#43)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## docs@0.0.5

### Patch Changes

- [#42](#42)
[`febb649`](febb649)
Thanks [@JMBeresford](https://github.com/JMBeresford)! - init new docs,
major lint/tsconfig refactor

## web@1.1.8

### Patch Changes

- [#42](#42)
[`febb649`](febb649)
Thanks [@JMBeresford](https://github.com/JMBeresford)! - init new docs,
major lint/tsconfig refactor

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JMBeresford and github-actions[bot] committed May 10, 2024
1 parent 61e2188 commit 5bf1eb6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/slow-avocados-check.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# docs

## 0.0.5

### Patch Changes

- [#42](https://github.com/JMBeresford/webgpu-kit/pull/42) [`febb649`](https://github.com/JMBeresford/webgpu-kit/commit/febb649be47ac0bd16cc7d7c18e8fc79aff1a796) Thanks [@JMBeresford](https://github.com/JMBeresford)! - init new docs, major lint/tsconfig refactor

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.4",
"version": "0.0.5",
"description": "Documentation for the webgpu-kit packages",
"private": true,
"files": [
Expand Down
6 changes: 6 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web

## 1.1.8

### Patch Changes

- [#42](https://github.com/JMBeresford/webgpu-kit/pull/42) [`febb649`](https://github.com/JMBeresford/webgpu-kit/commit/febb649be47ac0bd16cc7d7c18e8fc79aff1a796) Thanks [@JMBeresford](https://github.com/JMBeresford)! - init new docs, major lint/tsconfig refactor

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.1.7",
"version": "1.1.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 5bf1eb6

Please sign in to comment.