Skip to content

Commit

Permalink
chore: publish [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Mar 26, 2023
1 parent 674d485 commit 644271f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-poets-promise.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"license": "MIT",
"scripts": {
"changeset": "changeset",
"build": "turbo run build",
"test": "turbo run test",
"dev": "turbo run dev",
Expand All @@ -30,6 +29,7 @@
"test-prod": "yarn run eslint && yarn workspaces run test-prod",
"commit": "git-cz",
"precommit": "lint-staged",
"changeset:version": "yarn changeset version",
"release": "yarn workspace votes release && changeset publish"
},
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions votes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# votes

## 2.1.1

### Patch Changes

- 674d485: Add IIFE bundle

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion votes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "votes",
"main": "dist/index.js",
"module": "dist/index.mjs",
"version": "2.1.0",
"version": "2.1.1",
"description": "Implementation of some [electoral systems](https://en.wikipedia.org/wiki/Electoral_system)",
"keywords": [
"votes",
Expand Down

1 comment on commit 644271f

@vercel
Copy link

@vercel vercel bot commented on 644271f Mar 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

votes – ./

votes-lzear.vercel.app
votes-git-master-lzear.vercel.app
rank-votes.vercel.app

Please sign in to comment.