Skip to content

Commit

Permalink
version 3.0.3
Browse files Browse the repository at this point in the history
serp api toolsets
  • Loading branch information
meta-d committed Dec 11, 2024
1 parent adb0e0e commit d875748
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 51 deletions.
68 changes: 34 additions & 34 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
name: Storybook Build and Deploy
on:
push:
branches: [ "main" ]
# name: Storybook Build and Deploy
# on:
# push:
# branches: [ "main" ]

permissions:
contents: write
# permissions:
# contents: write

jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install and Build 🔧
run: | # Install npm packages and build the Storybook files
yarn bootstrap
yarn b:docs
mv dist/storybook/angular docs/storybook
mv packages/core/.docs docs/api/core
mv packages/store/.docs docs/api/store
mv packages/sql/.docs docs/api/sql
mv packages/xmla/.docs docs/api/xmla
mv packages/echarts/.docs docs/api/echarts
mv packages/duckdb/.docs docs/api/duckdb
mv packages/copilot/.docs docs/api/copilot
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder that the build-storybook script generates files.
clean: true # Automatically remove deleted files from the deploy branch
target-folder: .
# jobs:
# build-and-deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout 🛎️
# uses: actions/[email protected]
# with:
# persist-credentials: false
# - name: Install and Build 🔧
# run: | # Install npm packages and build the Storybook files
# yarn bootstrap
# yarn b:docs
# mv dist/storybook/angular docs/storybook
# mv packages/core/.docs docs/api/core
# mv packages/store/.docs docs/api/store
# mv packages/sql/.docs docs/api/sql
# mv packages/xmla/.docs docs/api/xmla
# mv packages/echarts/.docs docs/api/echarts
# mv packages/duckdb/.docs docs/api/duckdb
# mv packages/copilot/.docs docs/api/copilot
# - name: Deploy 🚀
# uses: JamesIves/[email protected]
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# branch: gh-pages # The branch the action should deploy to.
# folder: docs # The folder that the build-storybook script generates files.
# clean: true # Automatically remove deleted files from the deploy branch
# target-folder: .
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/adapter",
"version": "3.0.2",
"version": "3.0.3",
"dependencies": {
"axios": "^0.21.4",
"clickhouse": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/analytics",
"version": "3.0.2",
"version": "3.0.3",
"type": "commonjs",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-angular",
"version": "3.0.2",
"version": "3.0.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/server-auth",
"version": "3.0.2",
"version": "3.0.3",
"type": "commonjs",
"dependencies": {
"@nestjs/common": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/server-common",
"version": "3.0.2",
"version": "3.0.3",
"type": "commonjs",
"dependencies": {
"@nestjs/typeorm": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/server-config",
"version": "3.0.2",
"version": "3.0.3",
"type": "commonjs",
"dependencies": {
"@nestjs/common": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/contracts",
"version": "3.0.2",
"version": "3.0.3",
"scripts": {
"docs": "yarn typedoc --out ./.docs"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/copilot-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/copilot-angular",
"version": "3.0.2",
"version": "3.0.3",
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/copilot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/copilot",
"version": "3.0.2",
"version": "3.0.3",
"scripts": {
"docs": "yarn typedoc --out ./.docs"
},
Expand Down
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": "@metad/ocap-core",
"version": "3.0.2",
"version": "3.0.3",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-duckdb",
"version": "3.0.2",
"version": "3.0.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/echarts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-echarts",
"version": "3.0.2",
"version": "3.0.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/server-ai",
"version": "3.0.2",
"version": "3.0.3",
"type": "commonjs",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/server-core",
"version": "3.0.2",
"version": "3.0.3",
"type": "commonjs",
"dependencies": {
"@casl/ability": "^5.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-sql",
"version": "3.0.2",
"version": "3.0.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/store",
"version": "3.0.2",
"version": "3.0.3",
"keywords": [
"metad",
"ocap",
Expand Down
2 changes: 1 addition & 1 deletion packages/xmla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metad/ocap-xmla",
"version": "3.0.2",
"version": "3.0.3",
"scripts": {
"docs": "yarn typedoc --out ./.docs"
},
Expand Down

0 comments on commit d875748

Please sign in to comment.