File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.1.2] - 2025-02-15
4+
5+ Added ` files ` specifier to ` package.json ` to ensure that all ` dist ` files are
6+ included in the package.
7+
18## [ 0.1.1] - 2025-02-15
29
310Addd a ` node ` target to bundle without imported CSS.
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/form-components" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "description" : " Form components for user input into Macrostrat apps" ,
55 "type" : " module" ,
66 "source" : " src/index.ts" ,
2222 }
2323 }
2424 },
25+ "files" : [
26+ " src" ,
27+ " dist"
28+ ],
2529 "scripts" : {
2630 "build" : " rm -rf dist && parcel build"
2731 },
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format
44is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this
55project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.1.1] - 2025-02-15
8+
9+ Added ` files ` specifier to ` package.json ` to ensure that all ` dist ` files are
10+ included in the package.
11+
712## [ 1.1.0] - 2025-02-14
813
914- Move some React-specific elements to the ` @macrostrat/mapbox-react ` package
Original file line number Diff line number Diff line change 11{
22 "name" : " @macrostrat/map-styles" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " Utilities for working with Mapbox map styles" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
1313 "types" : " ./dist/index.d.ts"
1414 }
1515 },
16+ "files" : [
17+ " dist" ,
18+ " src"
19+ ],
1620 "devDependencies" : {
1721 "parcel" : " ^2.13.3" ,
1822 "ts-node" : " ^10.7.0"
You can’t perform that action at this time.
0 commit comments