Skip to content

Commit

Permalink
chore: bump versions and release (#1340)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 27, 2022
1 parent 81d4e88 commit 7fa5ecc
Show file tree
Hide file tree
Showing 78 changed files with 179 additions and 186 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-cycles-taste.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/dirty-pets-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-shirts-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-crabs-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-crabs-teased.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-crabs-teaser.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-trainers-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-trainers-yawned.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-trainers-yawner.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/nervous-actors-collect.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/new-version.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/pretty-rabbits-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-tomatoes-jog.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/rotten-houses-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-hounds-obey.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/unlucky-vans-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-eyes-remain.md

This file was deleted.

3 changes: 0 additions & 3 deletions .changeset/wicked-laws-look.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/eslint-plugin-legend-studio

## 2.0.5

## 2.0.4

## 2.0.3
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/eslint-plugin-legend-studio",
"version": "2.0.4",
"version": "2.0.5",
"description": "ESLint rules for Legend Studio",
"keywords": [
"legend",
Expand Down
7 changes: 7 additions & 0 deletions packages/legend-application-query-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @finos/legend-application-query-bootstrap

## 7.0.0

### Major Changes

- [#1332](https://github.com/finos/legend-studio/pull/1332) [`5f0c6f6b`](https://github.com/finos/legend-studio/commit/5f0c6f6b40ece8a3b87c32b52f15f542fe68f7d4) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Renamed package from `@finos/legend-query-app` to `@finos/legend-application-query-bootstrap`. Also, methods returning the collection of plugins and presets like `getLegendQueryPresetCollection()` and `getLegendQueryPluginCollection()` are no longer exported, instead, use `LegendQueryWebApplication.getPresetCollection()` and `LegendQueryWebApplication.getPluginCollection()`.
2 changes: 1 addition & 1 deletion packages/legend-application-query-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-query-bootstrap",
"version": "6.8.0",
"version": "7.0.0",
"description": "Legend Query application bootstrap",
"keywords": [
"legend",
Expand Down
3 changes: 3 additions & 0 deletions packages/legend-application-query-deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @finos/legend-application-query-deployment

## 7.0.0
2 changes: 1 addition & 1 deletion packages/legend-application-query-deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-query-deployment",
"version": "6.8.0",
"version": "7.0.0",
"private": true,
"description": "Legend Query web application deployment",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/legend-application-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @finos/legend-application-query

## 5.0.0

### Major Changes

- [#1332](https://github.com/finos/legend-studio/pull/1332) [`5f0c6f6b`](https://github.com/finos/legend-studio/commit/5f0c6f6b40ece8a3b87c32b52f15f542fe68f7d4) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Renamed package from `@finos/legend-query` to `@finos/legend-application-query`
2 changes: 1 addition & 1 deletion packages/legend-application-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-query",
"version": "4.0.0",
"version": "5.0.0",
"description": "Legend Query application core",
"keywords": [
"legend",
Expand Down
7 changes: 7 additions & 0 deletions packages/legend-application-studio-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @finos/legend-application-studio-bootstrap

## 7.0.0

### Major Changes

- [#1332](https://github.com/finos/legend-studio/pull/1332) [`5f0c6f6b`](https://github.com/finos/legend-studio/commit/5f0c6f6b40ece8a3b87c32b52f15f542fe68f7d4) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Renamed package from `@finos/legend-studio-app` to `@finos/legend-application-studio-bootstrap`. Also, methods returning the collection of plugins and presets like `getLegendStudioPresetCollection()` and `getLegendStudioPluginCollection()` are no longer exported, instead, use `LegendStudioWebApplication.getPresetCollection()` and `LegendStudioWebApplication.getPluginCollection()`.
2 changes: 1 addition & 1 deletion packages/legend-application-studio-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-studio-bootstrap",
"version": "6.8.0",
"version": "7.0.0",
"description": "Legend Studio application bootrap",
"keywords": [
"legend",
Expand Down
3 changes: 3 additions & 0 deletions packages/legend-application-studio-deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @finos/legend-application-studio-deployment

## 7.0.0
2 changes: 1 addition & 1 deletion packages/legend-application-studio-deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-studio-deployment",
"version": "6.8.0",
"version": "7.0.0",
"private": true,
"description": "Legend Studio web application deployment",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/legend-application-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @finos/legend-application-studio

## 13.0.0

### Major Changes

- [#1332](https://github.com/finos/legend-studio/pull/1332) [`5f0c6f6b`](https://github.com/finos/legend-studio/commit/5f0c6f6b40ece8a3b87c32b52f15f542fe68f7d4) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Renamed package from `@finos/legend-studio` to `@finos/legend-application-studio`
2 changes: 1 addition & 1 deletion packages/legend-application-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-studio",
"version": "12.0.0",
"version": "13.0.0",
"description": "Legend Studio application core",
"keywords": [
"legend",
Expand Down
7 changes: 7 additions & 0 deletions packages/legend-application-taxonomy-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @finos/legend-application-taxonomy-bootstrap

## 7.0.0

### Major Changes

- [#1332](https://github.com/finos/legend-studio/pull/1332) [`5f0c6f6b`](https://github.com/finos/legend-studio/commit/5f0c6f6b40ece8a3b87c32b52f15f542fe68f7d4) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Renamed package from `@finos/legend-taxonomy-app` to `@finos/legend-application-taxonomy-bootstrap`.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-taxonomy-bootstrap",
"version": "6.8.0",
"version": "7.0.0",
"description": "Legend Taxonomy application bootstrap",
"keywords": [
"legend",
Expand Down
3 changes: 3 additions & 0 deletions packages/legend-application-taxonomy-deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @finos/legend-application-taxonomy-deployment

## 7.0.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-taxonomy-deployment",
"version": "6.8.0",
"version": "7.0.0",
"private": true,
"description": "Legend Taxonomy web application deployment",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/legend-application-taxonomy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @finos/legend-application-taxonomy

## 6.0.0

### Major Changes

- [#1332](https://github.com/finos/legend-studio/pull/1332) [`5f0c6f6b`](https://github.com/finos/legend-studio/commit/5f0c6f6b40ece8a3b87c32b52f15f542fe68f7d4) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Renamed package from `@finos/legend-taxonomy` to `@finos/legend-application-taxonomy`
2 changes: 1 addition & 1 deletion packages/legend-application-taxonomy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-taxonomy",
"version": "5.0.0",
"version": "6.0.0",
"description": "Legend Taxonomy application core",
"keywords": [
"legend",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application

## 7.0.1

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application",
"version": "7.0.0",
"version": "7.0.1",
"description": "Legend application core",
"keywords": [
"legend",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-art/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-art

## 2.0.10

## 2.0.9

## 2.0.8
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-art/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-art",
"version": "2.0.9",
"version": "2.0.10",
"description": "Legend shared visual components and component utilities",
"keywords": [
"legend",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @finos/legend-extension-application-studio-management-toolkit

## 3.0.0

### Major Changes

- [#1332](https://github.com/finos/legend-studio/pull/1332) [`5f0c6f6b`](https://github.com/finos/legend-studio/commit/5f0c6f6b40ece8a3b87c32b52f15f542fe68f7d4) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Renamed package from `@finos/legend-studio-extension-management-toolkit` to `@finos/legend-extension-application-studio-management-toolkit`
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-extension-application-studio-management-toolkit",
"version": "2.0.11",
"version": "3.0.0",
"description": "Legend Studio extension for management/admin tooling",
"keywords": [
"legend",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @finos/legend-extension-application-studio-query-builder

## 3.0.0

### Major Changes

- [#1332](https://github.com/finos/legend-studio/pull/1332) [`5f0c6f6b`](https://github.com/finos/legend-studio/commit/5f0c6f6b40ece8a3b87c32b52f15f542fe68f7d4) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Renamed package from `@finos/legend-studio-extension-query-builder` to `@finos/legend-extension-application-studio-query-builder`
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-extension-application-studio-query-builder",
"version": "2.0.11",
"version": "3.0.0",
"description": "Legend extension Studio preset for query builder",
"keywords": [
"legend",
Expand Down
6 changes: 6 additions & 0 deletions packages/legend-extension-dsl-data-space/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @finos/legend-extension-dsl-data-space

## 6.0.0

### Major Changes

- [#1332](https://github.com/finos/legend-studio/pull/1332) [`5f0c6f6b`](https://github.com/finos/legend-studio/commit/5f0c6f6b40ece8a3b87c32b52f15f542fe68f7d4) ([@akphi](https://github.com/akphi)) - **BREAKING CHANGE:** Renamed `*_GraphPreset` to `*_GraphManagerPreset`

## 5.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 7fa5ecc

Please sign in to comment.