Skip to content

Commit

Permalink
version (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
if0s authored Apr 7, 2023
1 parent b5f3395 commit 985ceac
Show file tree
Hide file tree
Showing 7 changed files with 3,717 additions and 210 deletions.
10 changes: 0 additions & 10 deletions .circleci/build_slug.sh

This file was deleted.

18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
jobs:
test:
docker:
- image: circleci/node:14-stretch
steps:
- checkout
- run:
name: Installing Dependencies
command: npm install
- run:
name: Running Unit Mocha Tests
command: npm test
workflows:
version: 2
build_and_test:
jobs:
- test
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.2 (April 07, 2023)
* Fixed version mismatch

## 1.0.1 (December 30, 2019)

Update component to new sailor version 2.5.4
Expand Down
13 changes: 0 additions & 13 deletions circle.yml

This file was deleted.

3 changes: 1 addition & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"title": "Sphere.io",
"description": "SPHERE.IO is the most versatile cloud based commerce platform. You can call it Software-as-a-Service or Platform-as-a-Service - we call it: Cloud eCommerce OS.",
"buildType": "docker",
"docsUrl": "http://go2.elastic.io/sphereio-component",
"version": "1.0.2",
"external": true,
"credentials": {
"fields": {
Expand Down
Loading

0 comments on commit 985ceac

Please sign in to comment.