Skip to content

Commit

Permalink
Dependancy version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimpiven committed Nov 21, 2024
1 parent b3025ec commit 5301168
Show file tree
Hide file tree
Showing 13 changed files with 108 additions and 64 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @platforma-open/milaboratories.clonotype-browser

## 1.3.6

### Patch Changes

- Dependancy versions bump
- Updated dependencies
- @platforma-open/milaboratories.clonotype-browser.model@1.3.6
- @platforma-open/milaboratories.clonotype-browser.ui@1.3.6
- @platforma-open/milaboratories.clonotype-browser.workflow@1.2.12

## 1.3.5

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platforma-open/milaboratories.clonotype-browser.model

## 1.3.6

### Patch Changes

- Dependancy versions bump

## 1.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.clonotype-browser.model",
"version": "1.3.5",
"version": "1.3.6",
"description": "Block model",
"type": "module",
"main": "dist/index.cjs",
Expand Down
1 change: 1 addition & 0 deletions model/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export const model = BlockModel.create('Heavy')
const columns = collection.entries
.map(({ obj }) => obj)
.filter(isPColumn)
// Remove this filter in 2025
.filter((column) => valueTypes.find((valueType) => valueType === column.spec.valueType));

try {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-open/milaboratories.clonotype-browser",
"version": "1.3.5",
"version": "1.3.6",
"scripts": {
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
"build": "rm -rf ./block-pack && block-tools pack",
Expand Down
119 changes: 64 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5301168

Please sign in to comment.