Skip to content

Commit

Permalink
chore: Publish v.0.5.x (#123)
Browse files Browse the repository at this point in the history
* Publish

 - [email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]

* Publish

 - [email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]

* Publish

 - [email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]

* Publish

 - [email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]
 - @freshworks/[email protected]

* fix: CD script

* fix: added netlify toml

Co-authored-by: runner <[email protected]>
Co-authored-by: runner <[email protected]>
Co-authored-by: runner <[email protected]>
Co-authored-by: runner <[email protected]>
  • Loading branch information
5 people authored Mar 9, 2020
1 parent 3daf9bf commit d4a5423
Show file tree
Hide file tree
Showing 18 changed files with 291 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- release
- publish

jobs:
Release:
Expand Down
32 changes: 32 additions & 0 deletions packages/@nucleus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.5.4 (2020-03-09)

**Note:** Version bump only for package nucleus





## 0.5.3 (2020-02-25)

**Note:** Version bump only for package nucleus





## 0.5.2 (2020-02-25)

**Note:** Version bump only for package nucleus





## 0.5.1 (2020-02-19)

**Note:** Version bump only for package nucleus





# 0.5.0 (2020-02-18)


Expand Down
5 changes: 5 additions & 0 deletions packages/@nucleus/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false
14 changes: 7 additions & 7 deletions packages/@nucleus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nucleus",
"private": true,
"version": "0.5.0",
"version": "0.5.4",
"description": "Umbrella package which holds the documentation",
"keywords": [
"ember-addon"
Expand All @@ -21,12 +21,12 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/banner": "^0.5.0",
"@freshworks/button": "^0.5.0",
"@freshworks/icon": "^0.5.0",
"@freshworks/inline-banner": "^0.5.0",
"@freshworks/modal": "^0.5.0",
"@freshworks/toast-message": "^0.6.0",
"@freshworks/banner": "^0.5.4",
"@freshworks/button": "^0.5.4",
"@freshworks/icon": "^0.5.4",
"@freshworks/inline-banner": "^0.5.4",
"@freshworks/modal": "^0.5.4",
"@freshworks/toast-message": "^0.6.4",
"ember-cli-autoprefixer": "^0.8.1",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.5.4 (2020-03-09)

**Note:** Version bump only for package @freshworks/banner





## 0.5.3 (2020-02-25)

**Note:** Version bump only for package @freshworks/banner





## 0.5.2 (2020-02-25)

**Note:** Version bump only for package @freshworks/banner





## 0.5.1 (2020-02-19)

**Note:** Version bump only for package @freshworks/banner





# 0.5.0 (2020-02-18)


Expand Down
8 changes: 4 additions & 4 deletions packages/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/banner",
"version": "0.5.0",
"version": "0.5.4",
"description": "Banner component in Nucleus",
"keywords": [
"ember-addon"
Expand All @@ -21,9 +21,9 @@
"test:dev": "ember test --server -launch=false"
},
"dependencies": {
"@freshworks/button": "^0.5.0",
"@freshworks/core": "^0.1.9",
"@freshworks/icon": "^0.5.0",
"@freshworks/button": "^0.5.4",
"@freshworks/core": "^0.1.13",
"@freshworks/icon": "^0.5.4",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
"ember-cli-sass": "^10.0.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.5.4 (2020-03-09)

**Note:** Version bump only for package @freshworks/button





## 0.5.3 (2020-02-25)

**Note:** Version bump only for package @freshworks/button





## 0.5.2 (2020-02-25)

**Note:** Version bump only for package @freshworks/button





## 0.5.1 (2020-02-19)

**Note:** Version bump only for package @freshworks/button





# 0.5.0 (2020-02-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/button",
"version": "0.5.0",
"version": "0.5.4",
"description": "Button component in Nucleus",
"keywords": [
"ember-addon"
Expand All @@ -21,8 +21,8 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/core": "^0.1.9",
"@freshworks/icon": "^0.5.0",
"@freshworks/core": "^0.1.13",
"@freshworks/icon": "^0.5.4",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
"ember-cli-sass": "^10.0.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.13 (2020-03-09)

**Note:** Version bump only for package @freshworks/core





## 0.1.12 (2020-02-25)

**Note:** Version bump only for package @freshworks/core





## 0.1.11 (2020-02-25)

**Note:** Version bump only for package @freshworks/core





## 0.1.10 (2020-02-19)

**Note:** Version bump only for package @freshworks/core





## 0.1.9 (2020-02-18)


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": "@freshworks/core",
"version": "0.1.9",
"version": "0.1.13",
"description": "Nucleus::Core - SCSS styles & helpers",
"keywords": [
"ember-addon"
Expand Down
32 changes: 32 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.5.4 (2020-03-09)

**Note:** Version bump only for package @freshworks/icon





## 0.5.3 (2020-02-25)

**Note:** Version bump only for package @freshworks/icon





## 0.5.2 (2020-02-25)

**Note:** Version bump only for package @freshworks/icon





## 0.5.1 (2020-02-19)

**Note:** Version bump only for package @freshworks/icon





# 0.5.0 (2020-02-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/icon",
"version": "0.5.0",
"version": "0.5.4",
"description": "Icons in Nucleus",
"keywords": [
"ember-addon"
Expand All @@ -21,7 +21,7 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/core": "^0.1.9",
"@freshworks/core": "^0.1.13",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
"ember-cli-sass": "^10.0.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/inline-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.5.4 (2020-03-09)

**Note:** Version bump only for package @freshworks/inline-banner





## 0.5.3 (2020-02-25)

**Note:** Version bump only for package @freshworks/inline-banner





## 0.5.2 (2020-02-25)

**Note:** Version bump only for package @freshworks/inline-banner





## 0.5.1 (2020-02-19)

**Note:** Version bump only for package @freshworks/inline-banner





# 0.5.0 (2020-02-18)


Expand Down
8 changes: 4 additions & 4 deletions packages/inline-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/inline-banner",
"version": "0.5.0",
"version": "0.5.4",
"description": "Inline banner component in Nucleus",
"keywords": [
"ember-addon"
Expand All @@ -21,9 +21,9 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/button": "^0.5.0",
"@freshworks/core": "^0.1.9",
"@freshworks/icon": "^0.5.0",
"@freshworks/button": "^0.5.4",
"@freshworks/core": "^0.1.13",
"@freshworks/icon": "^0.5.4",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
"ember-cli-sass": "^10.0.0",
Expand Down
Loading

0 comments on commit d4a5423

Please sign in to comment.