Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Develop #13

Merged
merged 7 commits into from
Dec 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/label-pr.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
run: yarn install

# Create Release Pull Request
- name: 📤 Create Pull Request
- name: 📤 Create Release Pull Request or Publish to NPM
uses: changesets/action@master
with:
publish: yarn release
commit: Version Release
title: Next Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-all-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:

# Build Packages for Testing
- name: 🔨 Build Packages
run: yarn run build
run: yarn run build:test
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"syncDir": "dist",
"scripts": {
"build": "lerna run build",
"build:test": "lerna run build:test",
"watch": "lerna run watch",
"test": "jest",
"release": "lerna run build && changeset publish",
"new-version": "lerna version --conventional-commits --no-git-tag-version --yes",
"create-verion": "changeset",
"bump-version": "changeset version",
"dev-publish": "lerna run build && lerna run dev-publish",
"dev-push": "lerna run build && lerna run dev-push",
"package-install": "lerna exec npm install"
Expand Down
6 changes: 6 additions & 0 deletions packages/mono-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.0

### Major Changes

- some changes

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mono-one/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bennodev/mono-one",
"version": "1.1.0",
"version": "2.0.0",
"author": "BennoDev",
"license": "ISC",
"homepage": "https://agile-ts.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/mono-one/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export default class MonoOne {
}

public getRandomString():string {
return "random8";
return "random10";
}
}
40 changes: 6 additions & 34 deletions packages/mono-three/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,74 +1,46 @@
# Change Log

## 2.0.0

### Major Changes

- some changes

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.5 (2020-12-30)



## 1.0.1 (2020-12-10)



## 0.0.2 (2020-12-10)



## 0.0.1 (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-three





## 1.0.4 (2020-12-30)



## 1.0.1 (2020-12-10)



## 0.0.2 (2020-12-10)



## 0.0.1 (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-three






## 1.0.3 (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-three





## 1.0.2 (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-three





## [1.0.1](https://github.com/agile-ts/github-actions-test/compare/v0.0.2...v1.0.1) (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-three






## 0.0.2 (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-three
Expand Down
2 changes: 1 addition & 1 deletion packages/mono-three/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bennodev/mono-three",
"version": "1.0.5",
"version": "2.0.0",
"author": "BennoDev",
"license": "ISC",
"homepage": "https://agile-ts.org/",
Expand Down
4 changes: 4 additions & 0 deletions packages/mono-three/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ export default class MonoThree {
this.name = value;
return this;
}

public getRandomString():string {
return "random0";
}
}
43 changes: 6 additions & 37 deletions packages/mono-two/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,79 +1,48 @@
# Change Log

## 2.0.0

### Major Changes

- some changes

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.4 (2020-12-30)



## 1.0.1 (2020-12-10)



## 0.0.2 (2020-12-10)



## 0.0.1 (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-two





## 1.0.3 (2020-12-30)



## 1.0.1 (2020-12-10)



## 0.0.2 (2020-12-10)



## 0.0.1 (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-two






## 1.0.2 (2020-12-11)



## 1.0.1 (2020-12-10)



## 0.0.2 (2020-12-10)



## 0.0.1 (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-two






## [1.0.1](https://github.com/agile-ts/github-actions-test/compare/v0.0.2...v1.0.1) (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-two






## 0.0.2 (2020-12-10)

**Note:** Version bump only for package @bennodev/mono-two
Expand Down
2 changes: 1 addition & 1 deletion packages/mono-two/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bennodev/mono-two",
"version": "1.0.4",
"version": "2.0.0",
"author": "BennoDev",
"license": "ISC",
"homepage": "https://agile-ts.org/",
Expand Down
3 changes: 1 addition & 2 deletions packages/mono-two/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export default class MonoTwo {
return this;
}


public getRandomString():string {
return "random10";
return "random11";
}
}