Skip to content

Commit

Permalink
Merge branch 'master' into nucleus-table
Browse files Browse the repository at this point in the history
* master:
  [RELEASE] 0.3.0 (#79)

# Conflicts:
#	packages/@nucleus/package.json
  • Loading branch information
Shibu Lijack authored and Shibu Lijack committed Jan 9, 2020
2 parents d5a4ef4 + 42edb84 commit 3312e1e
Show file tree
Hide file tree
Showing 16 changed files with 472 additions and 34 deletions.
71 changes: 71 additions & 0 deletions packages/@nucleus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,77 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/freshdesk/nucleus/compare/[email protected]@0.2.0) (2020-01-09)


### Features

* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe))





## [0.1.8](https://github.com/freshdesk/nucleus/compare/[email protected]@0.1.8) (2019-12-19)

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





## [0.1.7](https://github.com/freshdesk/nucleus/compare/[email protected]@0.1.7) (2019-12-17)

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





## [0.1.6](https://github.com/freshdesk/nucleus/compare/[email protected]@0.1.6) (2019-12-16)

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





## [0.1.5](https://github.com/freshdesk/nucleus/compare/[email protected]@0.1.5) (2019-12-16)

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





## [0.1.4](https://github.com/freshdesk/nucleus/compare/[email protected]@0.1.4) (2019-12-12)

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





## [0.1.3](https://github.com/freshdesk/nucleus/compare/[email protected]@0.1.3) (2019-12-09)

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





## 0.1.2 (2019-11-26)



# 0.1.0 (2019-11-04)

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





## 0.1.1 (2019-11-19)


Expand Down
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.1.1",
"version": "0.3.0",
"description": "Umbrella package which holds the documentation",
"keywords": [
"ember-addon"
Expand All @@ -21,13 +21,13 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/banner": "^0.1.1",
"@freshworks/button": "^0.1.1",
"@freshworks/icon": "^0.1.1",
"@freshworks/inline-banner": "^0.1.1",
"@freshworks/modal": "^0.1.1",
"@freshworks/banner": "^0.3.0",
"@freshworks/button": "^0.3.0",
"@freshworks/icon": "^0.3.0",
"@freshworks/inline-banner": "^0.3.0",
"@freshworks/modal": "^0.3.0",
"@freshworks/table": "^0.1.1",
"@freshworks/toast-message": "^0.1.1",
"@freshworks/toast-message": "^0.3.0",
"ember-cli-autoprefixer": "^0.8.1",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
Expand Down
62 changes: 62 additions & 0 deletions packages/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,68 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2020-01-09)


### Features

* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe))





## [0.1.7](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-19)


### Bug Fixes

* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60))





## [0.1.6](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-16)

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





## [0.1.5](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-16)

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





## [0.1.4](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-12)

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





## [0.1.3](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-09)

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





## 0.1.2 (2019-11-26)

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





## 0.1.1 (2019-11-19)

**Note:** Version bump only for package @freshworks/banner
10 changes: 5 additions & 5 deletions packages/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/banner",
"version": "0.1.1",
"version": "0.3.0",
"description": "Banner component in Nucleus",
"keywords": [
"ember-addon"
Expand All @@ -22,9 +22,9 @@
"test:dev": "ember test --server -launch=false"
},
"dependencies": {
"@freshworks/button": "^0.1.1",
"@freshworks/core": "^0.1.1",
"@freshworks/icon": "^0.1.1",
"@freshworks/button": "^0.3.0",
"@freshworks/core": "^0.1.5",
"@freshworks/icon": "^0.3.0",
"ember-classic-decorator": "^1.0.5",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
Expand Down Expand Up @@ -89,5 +89,5 @@
"access": "public"
},
"homepage": "https://freshdesk.github.io/nucleus",
"gitHead": "a633b35c32e89aa6ebb4ef26b4616c6a16cd9d57"
"gitHead": "272f136386ba4d45348c6498f55a1dabe873d1fc"
}
62 changes: 62 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,68 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2020-01-09)


### Features

* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe))





## [0.1.7](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-19)


### Bug Fixes

* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60))





## [0.1.6](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-16)

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





## [0.1.5](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-16)

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





## [0.1.4](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-12)

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





## [0.1.3](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-09)

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





## 0.1.2 (2019-11-26)

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





## 0.1.1 (2019-11-19)

**Note:** Version bump only for package @freshworks/button
8 changes: 4 additions & 4 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freshworks/button",
"version": "0.1.1",
"version": "0.3.0",
"description": "Button component in Nucleus",
"keywords": [
"ember-addon"
Expand All @@ -22,8 +22,8 @@
"test:dev": "COVERAGE=TRUE ember test --server -launch=false"
},
"dependencies": {
"@freshworks/core": "^0.1.1",
"@freshworks/icon": "^0.1.1",
"@freshworks/core": "^0.1.5",
"@freshworks/icon": "^0.3.0",
"ember-classic-decorator": "^1.0.5",
"ember-cli-babel": "^7.11.1",
"ember-cli-htmlbars": "^4.0.0",
Expand Down Expand Up @@ -87,5 +87,5 @@
"access": "public"
},
"homepage": "https://freshdesk.github.io/nucleus",
"gitHead": "a633b35c32e89aa6ebb4ef26b4616c6a16cd9d57"
"gitHead": "272f136386ba4d45348c6498f55a1dabe873d1fc"
}
35 changes: 35 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.5](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-19)


### Bug Fixes

* **packages:** refactored dependencies ([#83](https://github.com/freshdesk/nucleus/issues/83)) ([cb1dc9f](https://github.com/freshdesk/nucleus/commit/cb1dc9f0e9c3f53cfdd78a072e92cc454be17c60))





## [0.1.4](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-16)

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





## [0.1.3](https://github.com/freshdesk/nucleus/compare/@freshworks/[email protected]...@freshworks/[email protected]) (2019-12-12)

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





## 0.1.2 (2019-11-26)

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





## 0.1.1 (2019-11-19)

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

# 0.2.0 (2020-01-09)


### Features

* **icon:** Implemented {{nucleus-icon}} ([#85](https://github.com/freshdesk/nucleus/issues/85)) ([a567468](https://github.com/freshdesk/nucleus/commit/a5674681147082f5f9790738cec1d632cac5debe))





## 0.1.1 (2019-11-19)

**Note:** Version bump only for package @freshworks/button
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.1.1",
"version": "0.3.0",
"description": "Icons in Nucleus",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -86,5 +86,5 @@
"access": "public"
},
"homepage": "https://freshdesk.github.io/nucleus",
"gitHead": "a633b35c32e89aa6ebb4ef26b4616c6a16cd9d57"
"gitHead": "272f136386ba4d45348c6498f55a1dabe873d1fc"
}
Loading

0 comments on commit 3312e1e

Please sign in to comment.