Skip to content

Commit

Permalink
Merge branch 'main' into nextjs
Browse files Browse the repository at this point in the history
# Conflicts:
#	pnpm-lock.yaml
  • Loading branch information
Anber committed May 23, 2024
2 parents 38e0032 + b407f83 commit 95cc905
Show file tree
Hide file tree
Showing 68 changed files with 11,244 additions and 7,837 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Anber @layershifter
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
include:
- os: windows-latest
node-version: 20.x
Expand All @@ -29,7 +29,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# wyw-in-js

## 0.5.3

### Patch Changes

- 21f175c: Pass `extensions` option to processors

## 0.5.2

### Patch Changes

- Bump versions

## 0.5.1

### Patch Changes

- Bump versions

## 0.5.0

### Minor Changes

- Bump versions

### Patch Changes

- 9d7cb05: Fix an issue when some animation names are not suffixed.

## 0.4.1

### Patch Changes

- Bump versions

## 0.4.0

### Minor Changes

- Bump versions

### Patch Changes

- 0af626b: Removed `<reference types="node" />` from `@wyw-in-js/shared`. Fixes #33.

## 0.3.0

### Minor Changes

- Bump versions

## 0.2.3

### Patch Changes
Expand Down
67 changes: 67 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,72 @@
# @wyw-in-js/website

## 0.5.3

### Patch Changes

- Updated dependencies [21f175c]
- [email protected]

## 0.5.2

### Patch Changes

- Bump versions
- Updated dependencies
- [email protected]

## 0.5.1

### Patch Changes

- Bump versions
- Updated dependencies
- [email protected]

## 0.5.0

### Minor Changes

- Bump versions

### Patch Changes

- Updated dependencies [9d7cb05]
- Updated dependencies
- [email protected]

## 0.4.1

### Patch Changes

- Bump versions
- Updated dependencies
- [email protected]

## 0.4.0

### Minor Changes

- Bump versions

### Patch Changes

- cef295c: The new `filter` options for the esbuild plugin that allows to process only specific files, e.g. `.styles.ts`.
- Updated dependencies
- Updated dependencies [0af626b]
- [email protected]

## 0.3.0

### Minor Changes

- Bump versions

### Patch Changes

- Updated dependencies
- [email protected]

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wyw-in-js/website",
"version": "0.2.3",
"version": "0.5.3",
"dependencies": {
"next": "^13.5.4",
"nextra": "^2.13.1",
Expand Down
1 change: 1 addition & 0 deletions apps/website/pages/bundlers/esbuild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ esbuild
minify: prod,
plugins: [
wyw({
filter: /\.(js|jsx|ts|tsx)$/,
sourceMap: prod,
}),
],
Expand Down
Loading

0 comments on commit 95cc905

Please sign in to comment.