Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and naugtur committed Feb 7, 2024
1 parent 9c38cd4 commit 09b2706
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"packages/aa": "4.0.1",
"packages/allow-scripts": "3.0.2",
"packages/webpack": "0.1.3-beta.0",
"packages/browserify": "17.0.3",
"packages/browserify": "17.0.4",
"packages/core": "15.1.2",
"packages/lavapack": "6.0.3",
"packages/lavapack": "6.1.0",
"packages/laverna": "1.0.0",
"packages/node": "8.0.3",
"packages/preinstall-always-fail": "2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/browserify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
* @lavamoat/lavapack bumped from ^6.0.1 to ^6.0.2
* lavamoat-core bumped from ^15.1.0 to ^15.1.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @lavamoat/lavapack bumped from ^6.0.3 to ^6.1.0

## [17.0.3](https://github.com/LavaMoat/LavaMoat/compare/lavamoat-browserify-v17.0.2...lavamoat-browserify-v17.0.3) (2024-02-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/browserify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lavamoat-browserify",
"version": "17.0.3",
"version": "17.0.4",
"description": "browserify plugin for sandboxing dependencies with LavaMoat",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@lavamoat/aa": "^4.0.1",
"@lavamoat/lavapack": "^6.0.3",
"@lavamoat/lavapack": "^6.1.0",
"browser-resolve": "2.0.0",
"concat-stream": "2.0.0",
"convert-source-map": "2.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/lavapack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* dependencies
* lavamoat-core bumped from ^15.1.0 to ^15.1.1

## [6.1.0](https://github.com/LavaMoat/LavaMoat/compare/lavapack-v6.0.3...lavapack-v6.1.0) (2024-02-07)


### Features

* **lavapack:** check syntax of a module independently of browserify's own check ([9c38cd4](https://github.com/LavaMoat/LavaMoat/commit/9c38cd47e7875dde53349dd34971c74ce34004d9))

## [6.0.3](https://github.com/LavaMoat/LavaMoat/compare/lavapack-v6.0.2...lavapack-v6.0.3) (2024-02-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/lavapack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lavamoat/lavapack",
"version": "6.0.3",
"version": "6.1.0",
"description": "LavaMoat packer",
"repository": {
"type": "git",
Expand Down

0 comments on commit 09b2706

Please sign in to comment.