From 09e72d904c80c57b40a7e05c7d638d85222415a4 Mon Sep 17 00:00:00 2001 From: robonen Date: Fri, 9 May 2025 13:32:45 +0700 Subject: [PATCH] build: bump stdlib 0.0.5 and vue 0.0.6 --- .github/workflows/ci.yaml | 1 - .github/workflows/npm-publish.yaml | 4 ++-- packages/stdlib/package.json | 2 +- packages/vue/package.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e6acbf..a672f6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,6 @@ name: CI on: pull_request: - push: branches: - master diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index 9acd253..35e1e78 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -30,8 +30,8 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Build all packages - run: pnpm all:build + - name: Build & Test + run: pnpm all:build && pnpm all:test - name: Get changed files id: changed-files diff --git a/packages/stdlib/package.json b/packages/stdlib/package.json index d8e62e2..804b56e 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@robonen/stdlib", - "version": "0.0.4", + "version": "0.0.5", "license": "Apache-2.0", "description": "A collection of tools, utilities, and helpers for TypeScript", "keywords": [ diff --git a/packages/vue/package.json b/packages/vue/package.json index cfbec9b..0c60d0d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@robonen/vue", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "description": "Collection of powerful tools for Vue", "keywords": [