Skip to content

Commit

Permalink
Merge pull request #32 from ctbwx/package-bump
Browse files Browse the repository at this point in the history
package bump
  • Loading branch information
ctbwx authored Feb 21, 2024
2 parents 2de11b8 + 142723d commit ca6345e
Show file tree
Hide file tree
Showing 9 changed files with 17,745 additions and 15,390 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
>=20
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ctbw.dev

## 0.2.3

### Patch Changes

- added .nvmrc, switch from yarn to pnpm, update packages
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "ctbw.dev",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down Expand Up @@ -36,14 +37,15 @@
"notion-types": "^4.8.2",
"notion-utils": "^4.8.6",
"p-memoize": "^6.0.1",
"react": "^16.13.1",
"react": "^18.2.0",
"react-dom": "^16.13.1",
"react-notion-x": "^4.9.9",
"react-scripts": "3.4.1",
"rebass": "^4.0.7",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@next/bundle-analyzer": "^11.1.2",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
Expand Down
Loading

0 comments on commit ca6345e

Please sign in to comment.