Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Updated changelog and package.json for 3.0.0-rc.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush committed Nov 8, 2018
1 parent dbda132 commit 3df522f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.11.1
lts/carbon
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
sudo: required
dist: trusty

git:
depth: 10
depth: 5

branches:
only:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.0-rc.2 (2018-11-08)

- Added support for `@skyux/i18n@3.3.0`, which addresses some internationalization issues. [#6](https://github.com/blackbaud/skyux-colorpicker/pull/6)

# 3.0.0-rc.1 (2018-10-18)

- Added support for `@skyux/i18n@3.2.0`. [#3](https://github.com/blackbaud/skyux-colorpicker/pull/3)
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "@skyux/colorpicker",
"version": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"description": "SKY UX Colorpicker",
"main": "bundles/bundle.umd.js",
"module": "index.ts",
"engines": {
"node": ">=8.11.1"
},
"scripts": {
"build": "skyux build-public-library",
"skyux": "skyux",
Expand Down

0 comments on commit 3df522f

Please sign in to comment.