File tree 4 files changed +1123
-42
lines changed
4 files changed +1123
-42
lines changed Original file line number Diff line number Diff line change
1
+ # Changesets
2
+
3
+ Hello and welcome! This folder has been automatically generated by ` @changesets/cli ` , a build tool that works
4
+ with multi-package repos, or single-package repos to help you version and publish your code. You can
5
+ find the full documentation for it [ in our repository] ( https://github.com/changesets/changesets )
6
+
7
+ We have a quick list of common questions to get you started engaging with this project in
8
+ [ our documentation] ( https://github.com/changesets/changesets/blob/main/docs/common-questions.md )
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://unpkg.com/@changesets/config@2.3.1/schema.json" ,
3
+ "changelog" : " @changesets/cli/changelog" ,
4
+ "commit" : false ,
5
+ "fixed" : [],
6
+ "linked" : [],
7
+ "access" : " public" ,
8
+ "baseBranch" : " master" ,
9
+ "updateInternalDependencies" : " patch" ,
10
+ "ignore" : [
11
+ " website" ,
12
+ " basic" ,
13
+ " with-angular" ,
14
+ " with-preact" ,
15
+ " with-react" ,
16
+ " with-solid" ,
17
+ " with-svelte" ,
18
+ " with-vue" ,
19
+ " with-web-components" ,
20
+ " @fireworks-js/*"
21
+ ]
22
+ }
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"description" : " A simple fireworks library!" ,
7
7
"homepage" : " https://fireworks.js.org" ,
8
+ "packageManager" : " pnpm@8.0.0" ,
9
+ "workspaces" : [
10
+ " packages/*" ,
11
+ " examples/*" ,
12
+ " website"
13
+ ],
8
14
"scripts" : {
9
15
"dev" : " turbo run dev --filter=./packages/*" ,
10
16
"build" : " turbo run build --filter=./packages/*" ,
11
17
"dev:website" : " turbo run dev --filter=./website" ,
12
18
"build:website" : " turbo run build --filter=./website" ,
13
19
"dev:examples" : " turbo run dev --filter=./examples/*" ,
14
20
"build:examples" : " turbo run build --filter=./examples/*" ,
15
- "format" : " prettier --write --ignore-unknown **"
21
+ "format" : " prettier --write --ignore-unknown **" ,
22
+ "changesets" : " changeset"
16
23
},
17
24
"repository" : {
18
25
"type" : " git" ,
39
46
"bugs" : {
40
47
"url" : " https://github.com/crashmax-dev/fireworks-js/issues"
41
48
},
42
- "packageManager" : " pnpm@8.0.0" ,
43
49
"devDependencies" : {
50
+ "@changesets/cli" : " 2.26.2" ,
44
51
"@crashmax/prettier-config" : " 2.2.1" ,
45
52
"@crashmax/tsconfig" : " 1.0.2" ,
46
53
"@types/node" : " 18.11.9" ,
You can’t perform that action at this time.
0 commit comments