Skip to content

Commit

Permalink
Merge pull request #25 from cereallarceny/new-release
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
cereallarceny authored Mar 12, 2024
2 parents 72e0c8a + 33db75b commit 25c02bc
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/little-snails-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@flipbook/reader": patch
"@flipbook/shared": patch
"@flipbook/writer": patch
---

Changing publish access
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.0.1",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"format:fix": "turbo run format:fix",
"pre:commit": "lint-staged",
"prepare": "husky install",
"release": "changeset"
"changeset": "changeset",
"release": "changeset publish"
},
"dependencies": {
"loglevel": "^1.8.1"
Expand Down
3 changes: 3 additions & 0 deletions packages/reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"./package.json": "./package.json"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"lint": "eslint .",
Expand Down
3 changes: 3 additions & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"./package.json": "./package.json"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"format": "prettier --list-different \"**/*.{ts,tsx,md}\"",
Expand Down
5 changes: 1 addition & 4 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
"name": "tsconfig",
"version": "0.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
}
"license": "MIT"
}
3 changes: 3 additions & 0 deletions packages/writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"./package.json": "./package.json"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"lint": "eslint .",
Expand Down

0 comments on commit 25c02bc

Please sign in to comment.