Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2023
1 parent f4d07a1 commit 0cd391e
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-cameras-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-mugs-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-worms-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-bugs-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-ties-behave.md

This file was deleted.

2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"deploy": "yarn build && gh-pages -d dist"
},
"devDependencies": {
"benchmark": "^2.1.4",
"benchmark": "^0.0.0",
"gh-pages": "^4.0.0",
"parcel": "^2.8.2",
"rescript": "^10.1.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/vector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# rescript-vector

## 1.0.0

### Major Changes

- 9a499b8: Target ReScript v10

### Minor Changes

- 1593d3a: Target ReScript v10.1
- 2e9e738: new bundler setup (via nanobundle)

### Patch Changes

- 4cdabfc: Fix conditional export entries for Node.js
- a8e84b9: Transform stdlib import path to be match to correct target

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-vector",
"version": "0.4.0",
"version": "1.0.0",
"description": "Persistent Vector implemenetation in ReScript",
"license": "MIT",
"author": {
Expand Down
23 changes: 3 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5057,23 +5057,13 @@ __metadata:
languageName: node
linkType: hard

"benchmark@npm:^2.1.4":
version: 2.1.4
resolution: "benchmark@npm:2.1.4"
dependencies:
lodash: ^4.17.4
platform: ^1.3.3
checksum: aa466561d4f2b0a2419a3069b8f90fd35ffacf26849697eea9de525ecfbd10b44da11070cc51c88d772076db8cb2415641b493de7d6c024fdf8551019c6fcf1c
languageName: node
linkType: hard

"benchmark@workspace:benchmark":
"benchmark@^0.0.0, benchmark@workspace:benchmark":
version: 0.0.0-use.local
resolution: "benchmark@workspace:benchmark"
dependencies:
"@rescript/react": ^0.10.3
"@rescript/std": ^10.1.0
benchmark: ^2.1.4
benchmark: ^0.0.0
gh-pages: ^4.0.0
immutable: ^4.2.1
mori: ^0.3.2
Expand Down Expand Up @@ -9641,7 +9631,7 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"lodash@npm:^4.17.14, lodash@npm:^4.17.19, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4":
"lodash@npm:^4.17.14, lodash@npm:^4.17.19, lodash@npm:^4.17.20, lodash@npm:^4.17.21":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
Expand Down Expand Up @@ -11117,13 +11107,6 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"platform@npm:^1.3.3":
version: 1.3.6
resolution: "platform@npm:1.3.6"
checksum: 6f472a09c61d418c7e26c1c16d0bdc029549d512dbec6526216a1e59ec68100d07007d0097dcba69dddad883d6f2a83361b4bdfe0094a3d9a2af24158643d85e
languageName: node
linkType: hard

"postcss-calc@npm:^8.2.3":
version: 8.2.4
resolution: "postcss-calc@npm:8.2.4"
Expand Down

0 comments on commit 0cd391e

Please sign in to comment.