Skip to content

Commit

Permalink
Version Packages (#402)
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
github-actions[bot] and github-actions[bot] committed Oct 8, 2023
1 parent e5f0603 commit b6dd85c
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-stingrays-poke.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rsc-parser/chrome-extension

## 0.1.3

### Patch Changes

- 5ed8752: Continued setting up changesets
- Updated dependencies [5ed8752]
- @rsc-parser/core@0.1.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsc-parser/chrome-extension",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"private": true,
"packageManager": "yarn@3.6.4",
Expand Down
20 changes: 15 additions & 5 deletions packages/chrome-extension/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RSC Devtools",
"version": "0.1.2",
"version": "0.1.3",
"description": "React Server Components network visualizer",
"content_security_policy": {
"extension_pages": "script-src 'self' http://localhost:6020; object-src 'self'"
Expand All @@ -9,15 +9,25 @@
"devtools_page": "devtools-page.html",
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"js": ["content-script.js"],
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content-script.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": ["fetch-patch.js"],
"matches": ["http://*/*", "https://*/*"]
"resources": [
"fetch-patch.js"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
]
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @rsc-parser/core

## 0.1.3

### Patch Changes

- 5ed8752: Continued setting up changesets
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsc-parser/core",
"version": "0.1.2",
"version": "0.1.3",
"main": "index.js",
"author": "Alvar Lagerlöf",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @rsc-parser/website

## 0.1.3

### Patch Changes

- 5ed8752: Continued setting up changesets
- Updated dependencies [5ed8752]
- @rsc-parser/core@0.1.3
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsc-parser/website",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"private": true,
"packageManager": "yarn@3.6.4",
Expand Down

0 comments on commit b6dd85c

Please sign in to comment.