Skip to content

Commit

Permalink
New version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew44-mappable committed Jun 25, 2024
1 parent faa7ea8 commit c267466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1-beta.7",
"version": "0.0.1",
"name": "@mappable-world/mappable-default-ui-theme",
"description": "Mappable Maps JS API 3.0 example @mappable-world/mappable-default-ui-theme",
"types": "./dist/types/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"examples": "mappable-cli example --input=example --output=dist/example --readmeFile=example/README.md --templateFile=example/index.html",
"watch": "webpack --watch",
"start": "webpack serve",
"bump": "npm version prerelease --preid=beta --no-git-tag-version && npm run bump:git",
"bump": "npm version patch --no-git-tag-version && npm run bump:git",
"bump:git": "git add --all && git commit -m \"New version $npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main",
"sync-figma": "npm run sync-icons && npm run sync-colors",
"sync-icons": "node -r dotenv/config -r ts-node/register ./tools/scripts/sync-icons.ts",
Expand Down

0 comments on commit c267466

Please sign in to comment.