Skip to content

Commit

Permalink
Merge pull request #124 from Neosoulink/dev
Browse files Browse the repository at this point in the history
dev to master
  • Loading branch information
Neosoulink authored Jul 5, 2024
2 parents 0cf7715 + b9176eb commit 86f1643
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:

- name: Create Release Pull Request
uses: changesets/action@v1
with:
commit: chore(version) upgrade packages
title: chore(version) upgrade packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 6 additions & 0 deletions packages/legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quick-threejs/legacy

## 0.1.3

### Patch Changes

- 37a544e: Second changeset

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-threejs/legacy",
"version": "0.1.2",
"version": "0.1.3",
"description": "Quick threejs helper",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/reactive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @quick-threejs/reactive

## 0.1.3

### Patch Changes

- 37a544e: Second changeset
- Updated dependencies [37a544e]
- @quick-threejs/utils@0.1.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-threejs/reactive",
"version": "0.1.2",
"version": "0.1.3",
"description": "Reactively Three.js quick starter ⚡️",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions samples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# basic-sample

## 0.1.3

### Patch Changes

- 37a544e: Second changeset
- Updated dependencies [37a544e]
- @quick-threejs/legacy@0.1.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basic-sample",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"sample:dev": "vite --host",
Expand Down
6 changes: 6 additions & 0 deletions shared/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quick-threejs/config

## 0.1.3

### Patch Changes

- 37a544e: Second changeset

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion shared/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-threejs/config",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"files": [
"./**"
Expand Down
6 changes: 6 additions & 0 deletions shared/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quick-threejs/utils

## 0.1.3

### Patch Changes

- 37a544e: Second changeset

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion shared/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-threejs/utils",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"files": [
"./dist/**"
Expand Down

0 comments on commit 86f1643

Please sign in to comment.