Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASING: Releasing 1 package(s) #14

Merged
merged 7 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/weak-flowers-teach.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @feltmaps/js-sdk

## 1.3.0

### Minor Changes

- 4bbde62: Allow setting a note to show with layer filters

## 1.3.0-next.0

### Minor Changes

- 4bbde62: Allow setting a note to show with layer filters

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feltmaps/js-sdk",
"version": "1.2.0",
"version": "1.3.0",
"description": "An SDK for Felt maps",
"keywords": [
"felt",
Expand Down Expand Up @@ -72,9 +72,9 @@
"check:types": "tsc",
"ci": "npm run build && npm run check",
"update-api": "npm run build:compile && api-extractor run --local",
"local-release": "git checkout main && git pull && npm run ci && changeset version && changeset publish && git push --follow-tags",
"enter-prerelease": "changeset pre enter next",
"exit-prerelease": "changeset pre exit",
"local-release": "git checkout prerelease && git pull && npm run ci && changeset version && changeset publish && git push --follow-tags",
"enter-prerelease": "git checkout prerelease && git pull && changeset pre enter next",
"exit-prerelease": "git checkout prerelease && git pull && changeset pre exit",
"prepublishOnly": "npm run ci"
}
}