Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aircall/tractor

Package Overview
Dependencies
Maintainers
8
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aircall/tractor - npm Package Compare versions

Comparing version 0.0.1 to 0.0.10

build/components/index.d.ts

71

CHANGELOG.md

@@ -5,2 +5,73 @@ # Changelog

### [0.0.10](http://bitbucket.org/aircall/tractor/compare/v0.0.9...v0.0.10) (2020-06-01)
### Bug Fixes
* add extra step as the first one cannot be manual ([66e660d](http://bitbucket.org/aircall/tractor/commit/66e660d259941ed1e63310b72c567b18595ca522))
### [0.0.9](http://bitbucket.org/aircall/tractor/compare/v0.0.8...v0.0.9) (2020-06-01)
### Bug Fixes
* correctly ignore build folder ([926fd9b](http://bitbucket.org/aircall/tractor/commit/926fd9bf177967794c73863219d9d86f90203564))
### [0.0.8](http://bitbucket.org/aircall/tractor/compare/v0.0.7...v0.0.8) (2020-06-01)
### Bug Fixes
* remove build from gitignore ([c0cf820](http://bitbucket.org/aircall/tractor/commit/c0cf8207607a959a915e7fa58d665b05a2134956))
### [0.0.7](http://bitbucket.org/aircall/tractor/compare/v0.0.6...v0.0.7) (2020-06-01)
### Bug Fixes
* add all files including package json ([039bc9f](http://bitbucket.org/aircall/tractor/commit/039bc9f24f33542a42272fc4e4e0bc131115dbc6))
### [0.0.6](http://bitbucket.org/aircall/tractor/compare/v0.0.5...v0.0.6) (2020-06-01)
### Bug Fixes
* push package json version ([af642a2](http://bitbucket.org/aircall/tractor/commit/af642a256a208dccfd0245ba85da6ad90b057338))
### [0.0.5](http://bitbucket.org/aircall/tractor/compare/v0.0.4...v0.0.5) (2020-06-01)
### Bug Fixes
* add postrelease script ([6e9b242](http://bitbucket.org/aircall/tractor/commit/6e9b242e4a528308ac38671cc0318fa51a216a44))
* use the correct version of tags ([62f70ae](http://bitbucket.org/aircall/tractor/commit/62f70ae98400c16b4bc098f4159ada1ef4ea25b3))
### [0.0.4](http://bitbucket.org/aircall/tractor/compare/v0.0.3...v0.0.4) (2020-06-01)
### Features
* only publish on tagged commit ([9d864af](http://bitbucket.org/aircall/tractor/commit/9d864afb1c68d16f17cb2ab00f2f6c9e58c6d6e8))
### [0.0.3](https://bitbucket.org/aircall/tractor/compare/v0.0.2...v0.0.3) (2020-06-01)
### Features
* build the library before publishing to npm ([cd252a6](https://bitbucket.org/aircall/tractor/commit/cd252a69362709431976faf9bff2d90556161967))
### [0.0.2](http://bitbucket.org/aircall/tractor/compare/v0.0.1...v0.0.2) (2020-06-01)
### Features
* add standard version handler ([c7fc692](http://bitbucket.org/aircall/tractor/commit/c7fc692e6506dcc3fc45e81016c149c850529a04))
### Bug Fixes
* add bitbucket pipeline to release & publish the dependency ([b0abc28](http://bitbucket.org/aircall/tractor/commit/b0abc2839007abfb709d44ba2d26afffe23b8185))
* push tags when a version is released ([eff1939](http://bitbucket.org/aircall/tractor/commit/eff193906eee3240002e743eef7f62c0cacb21ae))
* run install script before releasing/publishing ([0b816a6](http://bitbucket.org/aircall/tractor/commit/0b816a6f7a1139e3805348ea0833aeea5a8b4979))
### 0.0.1 (2020-06-01)

@@ -7,0 +78,0 @@

4

package.json
{
"name": "@aircall/tractor",
"version": "0.0.1",
"version": "0.0.10",
"description": "UI Component Library for Modern Design",

@@ -12,3 +12,3 @@ "main": "build/index.js",

"release": "standard-version",
"postrelease": "git push --follow-tags origin master",
"postrelease": "git push origin HEAD --tags",
"prebuild": "rimraf build",

@@ -15,0 +15,0 @@ "build": "yarn build:module && yarn build:types",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc