@braudypedrosa/bp-listings 1.0.1 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -145,22 +145,4 @@ MIT
145
145
 
146
146
  ## Maintainer Workflow
147
147
 
148
- Edit source files in this repository:
149
- - `listings-map.js`
150
- - `listings-map.css`
151
-
152
- Then release updates by bumping `package.json` version, tagging (`vX.Y.Z`), and publishing.
153
-
154
- Use one command:
155
-
156
- ```bash
157
- npm run release:patch
158
- # or: npm run release:minor
159
- # or: npm run release:major
160
- ```
161
-
162
- This command sequence will:
163
- - verify you are on `main` with a clean working tree
164
- - bump version and create a release commit + git tag
165
- - push `main` and tags to GitHub
166
- - publish the new version to npm
148
+ For the reusable release workflow, versioning rules, and verification steps, see [RELEASING.md](https://github.com/braudypedrosa/bp-listings/blob/main/RELEASING.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@braudypedrosa/bp-listings",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Airbnb-style listings + map widget powered by vanilla JavaScript and Leaflet",
5
5
  "main": "./listings-map.js",
6
6
  "exports": {