Skip to content

Commit

Permalink
Version Packages (#39)
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/core@1.1.1

### Patch Changes

-
[`631ecc7`](631ecc7)
Thanks [@JMBeresford](https://github.com/JMBeresford)! - fix(core):
clear color in render pipelines

## web@1.1.6

### Patch Changes

- Updated dependencies
\[[`631ecc7`](631ecc7)]:
    -   @webgpu-kit/core@1.1.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JMBeresford and github-actions[bot] authored Jan 24, 2024
1 parent 631ecc7 commit 1a634c1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-impalas-divide.md

This file was deleted.

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

## 1.1.6

### Patch Changes

- Updated dependencies [[`631ecc7`](https://github.com/JMBeresford/webgpu-kit/commit/631ecc7e2cb70b9f765eb5a26a8ed521e43f33d5)]:
- @webgpu-kit/core@1.1.1

## 1.1.5

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

## 1.1.1

### Patch Changes

- [`631ecc7`](https://github.com/JMBeresford/webgpu-kit/commit/631ecc7e2cb70b9f765eb5a26a8ed521e43f33d5) Thanks [@JMBeresford](https://github.com/JMBeresford)! - fix(core): clear color in render pipelines

## 1.1.0

### Minor 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": "@webgpu-kit/core",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 1a634c1

Please sign in to comment.