Skip to content

Commit

Permalink
Version Packages (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lzear and github-actions[bot] authored Nov 7, 2022
1 parent bd1448a commit 6c62648
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-bikes-sing.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- Updated dependencies [c30f99b]
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "yarn workspace votes preconstruct dev && next dev",
Expand Down Expand Up @@ -50,7 +50,7 @@
"react-spring": "^9.5.5",
"react-with-gesture": "^4.0.8",
"typescript": "4.8.4",
"votes": "2.0.5",
"votes": "2.0.6",
"zustand": "^4.1.4"
},
"devDependencies": {
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.0.6

### Patch Changes

- c30f99b: Add Minimax-TD

## 2.0.5

### Patch 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/votes.cjs.js",
"module": "dist/votes.esm.js",
"version": "2.0.5",
"version": "2.0.6",
"description": "Implementation of some [electoral systems](https://en.wikipedia.org/wiki/Electoral_system)",
"keywords": [
"votes",
Expand Down

1 comment on commit 6c62648

@vercel
Copy link

@vercel vercel bot commented on 6c62648 Nov 7, 2022

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 – ./

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

Please sign in to comment.