Skip to content

Commit

Permalink
Version Packages (#41)
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
## @webgpu-kit/shaders@0.0.1

### Patch Changes

- [#40](#40)
[`d6fb685`](d6fb685)
Thanks [@JMBeresford](https://github.com/JMBeresford)! - feat(shaders):
init shaders package

## web@1.1.7

### Patch Changes

- [#40](#40)
[`d6fb685`](d6fb685)
Thanks [@JMBeresford](https://github.com/JMBeresford)! - feat(shaders):
init shaders package

- Updated dependencies
\[[`d6fb685`](d6fb685)]:
    -   @webgpu-kit/shaders@0.0.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JMBeresford and github-actions[bot] committed Jan 25, 2024
1 parent 8a1b6f0 commit 981f4d3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-chicken-travel.md

This file was deleted.

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

## 1.1.7

### Patch Changes

- [#40](https://github.com/JMBeresford/webgpu-kit/pull/40) [`d6fb685`](https://github.com/JMBeresford/webgpu-kit/commit/d6fb6855ec9b193add5e39e129dd86a1f472b899) Thanks [@JMBeresford](https://github.com/JMBeresford)! - feat(shaders): init shaders package

- Updated dependencies [[`d6fb685`](https://github.com/JMBeresford/webgpu-kit/commit/d6fb6855ec9b193add5e39e129dd86a1f472b899)]:
- @webgpu-kit/shaders@0.0.1

## 1.1.6

### 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.6",
"version": "1.1.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/shaders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @webgpu-kit/shaders

## 0.0.1

### Patch Changes

- [#40](https://github.com/JMBeresford/webgpu-kit/pull/40) [`d6fb685`](https://github.com/JMBeresford/webgpu-kit/commit/d6fb6855ec9b193add5e39e129dd86a1f472b899) Thanks [@JMBeresford](https://github.com/JMBeresford)! - feat(shaders): init shaders package
2 changes: 1 addition & 1 deletion packages/shaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webgpu-kit/shaders",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 981f4d3

Please sign in to comment.