Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
f54d238795 Version Packages (#941)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-08 23:57:47 +02:00
olayway
e82e2ae021 [packages][xs]: replace prepublish with prepare 2023-06-08 23:53:42 +02:00
12 changed files with 49 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
# @portaljs/ckan
## 0.0.3
### Patch Changes
- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare`

View File

@@ -1,6 +1,6 @@
{ {
"name": "@portaljs/ckan", "name": "@portaljs/ckan",
"version": "0.0.2", "version": "0.0.3",
"type": "module", "type": "module",
"description": "https://portaljs.org", "description": "https://portaljs.org",
"keywords": [ "keywords": [
@@ -14,7 +14,7 @@
"build": "tsc && vite build && npm run build-tailwind", "build": "tsc && vite build && npm run build-tailwind",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"build-tailwind": "NODE_ENV=production npx tailwindcss -o ./dist/styles.css --minify", "build-tailwind": "NODE_ENV=production npx tailwindcss -o ./dist/styles.css --minify",
"prepublish": "npm run build" "prepare": "npm run build"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0", "react": "^18.2.0",

View File

@@ -1,5 +1,11 @@
# @portaljs/components # @portaljs/components
## 0.1.11
### Patch Changes
- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare`
## 0.1.10 ## 0.1.10
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@portaljs/components", "name": "@portaljs/components",
"version": "0.1.10", "version": "0.1.11",
"type": "module", "type": "module",
"description": "https://portaljs.org", "description": "https://portaljs.org",
"keywords": [ "keywords": [
@@ -17,7 +17,7 @@
"storybook": "storybook dev -p 6006", "storybook": "storybook dev -p 6006",
"build-storybook": "storybook build", "build-storybook": "storybook build",
"build-tailwind": "NODE_ENV=production npx tailwindcss -o ./dist/styles.css --minify", "build-tailwind": "NODE_ENV=production npx tailwindcss -o ./dist/styles.css --minify",
"prepublish": "npm run build" "prepare": "npm run build"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0", "react": "^18.2.0",

View File

@@ -1,5 +1,11 @@
# @portaljs/core # @portaljs/core
## 1.0.3
### Patch Changes
- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare`
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@portaljs/core", "name": "@portaljs/core",
"version": "1.0.2", "version": "1.0.3",
"description": "Core Portal.JS components, configs and utils.", "description": "Core Portal.JS components, configs and utils.",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -17,7 +17,7 @@
"access": "public" "access": "public"
}, },
"scripts": { "scripts": {
"prepublish": "nx build core" "prepare": "nx build core"
}, },
"files": [ "files": [
"dist" "dist"

View File

@@ -1,5 +1,11 @@
# @portaljs/remark-callouts # @portaljs/remark-callouts
## 1.0.3
### Patch Changes
- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare`
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@portaljs/remark-callouts", "name": "@portaljs/remark-callouts",
"version": "1.0.2", "version": "1.0.3",
"description": "Remark plugin to add support for blockquote-based admonitions/callouts", "description": "Remark plugin to add support for blockquote-based admonitions/callouts",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -25,7 +25,7 @@
"access": "public" "access": "public"
}, },
"scripts": { "scripts": {
"prepublish": "nx build remark-callouts" "prepare": "nx build remark-callouts"
}, },
"files": [ "files": [
"dist" "dist"

View File

@@ -1,5 +1,11 @@
# @portaljs/remark-embed # @portaljs/remark-embed
## 1.0.3
### Patch Changes
- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare`
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@portaljs/remark-embed", "name": "@portaljs/remark-embed",
"version": "1.0.2", "version": "1.0.3",
"description": "Converts youtube link in mdx to an iframe embed", "description": "Converts youtube link in mdx to an iframe embed",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -23,7 +23,7 @@
"access": "public" "access": "public"
}, },
"scripts": { "scripts": {
"prepublish": "nx build remark-embed" "prepare": "nx build remark-embed"
}, },
"files": [ "files": [
"dist" "dist"

View File

@@ -1,5 +1,11 @@
# @portaljs/remark-wiki-link # @portaljs/remark-wiki-link
## 1.0.3
### Patch Changes
- [`e82e2ae`](https://github.com/datopian/portaljs/commit/e82e2ae0211ea3e4701703d353b44cf1001434ef) Thanks [@olayway](https://github.com/olayway)! - Fix: replace deprecated `prepublish` script with `prepare`
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@portaljs/remark-wiki-link", "name": "@portaljs/remark-wiki-link",
"version": "1.0.2", "version": "1.0.3",
"description": "Parse and render wiki-style links in markdown especially Obsidian style links.", "description": "Parse and render wiki-style links in markdown especially Obsidian style links.",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -24,7 +24,7 @@
"access": "public" "access": "public"
}, },
"scripts": { "scripts": {
"prepublish": "nx build remark-wiki-link" "prepare": "nx build remark-wiki-link"
}, },
"files": [ "files": [
"dist" "dist"