Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
ccdd4d077e Version Packages 2021-07-11 17:02:49 +03:00
Benny Powers
a5661b85c2 chore: update dependencies 2021-07-11 17:01:27 +03:00
8 changed files with 32 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
# @rocket/blog # @rocket/blog
## 0.3.1
### Patch Changes
- a5661b8: Updates dependencies
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rocket/blog", "name": "@rocket/blog",
"version": "0.3.0", "version": "0.3.1",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -38,6 +38,6 @@
"testing" "testing"
], ],
"dependencies": { "dependencies": {
"plugins-manager": "^0.2.3" "plugins-manager": "^0.2.4"
} }
} }

View File

@@ -1,5 +1,11 @@
# @rocket/cli # @rocket/cli
## 0.9.8
### Patch Changes
- a5661b8: Updates dependencies
## 0.9.7 ## 0.9.7
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rocket/cli", "name": "@rocket/cli",
"version": "0.9.7", "version": "0.9.8",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -72,7 +72,7 @@
"command-line-usage": "^6.1.1", "command-line-usage": "^6.1.1",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"micromatch": "^4.0.2", "micromatch": "^4.0.2",
"plugins-manager": "^0.2.3", "plugins-manager": "^0.2.4",
"slash": "^3.0.0", "slash": "^3.0.0",
"utf8": "^3.0.0", "utf8": "^3.0.0",
"workbox-window": "^6.1.5" "workbox-window": "^6.1.5"

View File

@@ -1,5 +1,11 @@
# Change Log # Change Log
## 0.8.2
### Patch Changes
- a5661b8: Updates dependencies
## 0.8.1 ## 0.8.1
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mdjs/core", "name": "@mdjs/core",
"version": "0.8.1", "version": "0.8.2",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -49,7 +49,7 @@
"@types/unist": "^2.0.3", "@types/unist": "^2.0.3",
"es-module-lexer": "^0.3.26", "es-module-lexer": "^0.3.26",
"github-markdown-css": "^4.0.0", "github-markdown-css": "^4.0.0",
"plugins-manager": "^0.2.3", "plugins-manager": "^0.2.4",
"rehype-autolink-headings": "^5.0.1", "rehype-autolink-headings": "^5.0.1",
"rehype-prism-template": "^0.4.1", "rehype-prism-template": "^0.4.1",
"rehype-raw": "^5.0.0", "rehype-raw": "^5.0.0",

View File

@@ -1,5 +1,11 @@
# @rocket/search # @rocket/search
## 0.4.1
### Patch Changes
- a5661b8: Updates dependencies
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@rocket/search", "name": "@rocket/search",
"version": "0.4.0", "version": "0.4.1",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
@@ -48,7 +48,7 @@
"@open-wc/scoped-elements": "^2.0.0-next.3", "@open-wc/scoped-elements": "^2.0.0-next.3",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"minisearch": "^3.0.2", "minisearch": "^3.0.2",
"plugins-manager": "^0.2.3", "plugins-manager": "^0.2.4",
"sax-wasm": "^2.0.0" "sax-wasm": "^2.0.0"
}, },
"customElements": "custom-elements.json" "customElements": "custom-elements.json"